ColorHelper

Color Server - PCs and MACs only have 216 colors in common. Use this utility to select colors that you'd like to be the same on your web page.

This program will convert from the RGB color codes (0-255) to the corresponding hex values (and vice versa) required by html color configurations, and will return the page to you with those values in place so you can see how they look. You can try out different backgrounds by entering the address of a background image. You can also enter the address of your page and see how the changes look directly. If you know a Hex value you can enter that, or just enter RGB values and the program will convert it to the Hex value you need for your page. To adjust colors, try adjusting the RGB values, or click on the imagemap to set them. The image map is designed to work like a color pallette, when you click between 0 and 255 on a given color you're adding that amount of color to the current mix. It's just like an artist would use to mix pigments, except that in this case you're adding colors of light, so it's not quite as intuitive.

Hex Value     (R, G, B)
Background Color
         d7d7d7

Text Color
         000000

Link Color
         0000ff

vLink Color
         ff0000


ImageMap control: Bkg Txt link vlink

Address of background gif or jpg image:

Address of page you would like to see colorified:
(Make sure your page contains a <body> tag)

Reset Everything


Hex to RGB Converter (enter your 6-place hex number to see the RGB values):
Hex to ( R, G, B ) = ( , , )


RGB Color Codes
Confused? RGB stands for Red, Green, and Blue. You can compose any color by mixing various amounts of those colors. Every color available to a computer can be specified by choosing an RGB set of values. To specify a color, simply select a value between 0 and 255 for R, G, and B. For example, White is specified by (255, 255, 255), while Black is (0, 0, 0). Pure Red would be (255, 0, 0), etc.

What is Hex? Why do I need to convert my RGB values to Hex?
Hex, short for hexadecimal, is simply a base 16 numbering system, so that a three digit number (in this case numbers between 0 and 255) can be expressed as a two digit number. To specify the colors for the text and background of your homepages, you need to enter Hex values which represent the RGB values of the colors you like. Web browsers take these numbers as 6 digit (or 6 place) values, with each 2 digits representing the Red, Green, or Blue values. Hex is a notation which mixes letters and numbers. For example, a green background would be (0, 255, 0) in RGB, and 00FF00 in Hex. Browsers understand Hex. I understand how to make colors with RGB. So this program converts the two.

It's also useful for just testing out colors you already know against backgrounds, etc.

I'm checking into a more intuitive way to make colors such as with the HSV method, but I haven't figured it out yet.


If you're interested in making image maps, you might try the
Poor Person's Image Mapper

Questions, comments, or bug reports please Contact Me.
Constructed and maintianed by Chris Seidel