Back to Top

How to convert RGB to Hex color PHP?

Convert RGB to Hex HTML code in PHP

Here, I am going to explain code which is used to get HTML Color Code from RGB( RGB stands for Red, Green, and Blue) Equivalent. Mostly you get online color code Converter but sometimes you need to write a code which is used to dynamically calculate the values from RGB Equivalent and provide HTML color code.

Mostly in CSS as background or font we are using HTML Color Code and whereas if we give the user to add color, can add RGB.So, Following function will convert from the HTML color codes to the corresponding hex(hexadecimal is a base 16 numbering system) HTML Color Code.

Let’s see function

That’s it. Place above code into the file and run the file in browser :).

Suggested Read:

Clean HTML content in PHP
The DocType In HTML

Hope this helps someone else out.As always, thanks for reading. Don’t Forget to Follow us on Twitter or Subscribe us to Get the Latest Updates.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Most Popular Posts

How to use Custom Query in Joomla?

Posted on 11 years ago

Bhumi

How automatically start session in PHP

Posted on 11 years ago

Bhumi

How to use HTML5 AutoFocus attribute

Posted on 8 years ago

Bhumi