Shades of Purple #600066
Tints of Purple #600066
RGB
CMYK
RGB Variations
Color information
#600066 (or 0x600066) is known color: Purple. HEX triplet: 60, 00 and 66. RGB value is (96,0,102). Sum of RGB (Red+Green+Blue) = 96+0+102=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #600066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600066 is #9FFF99. Grayscale: #282828. Windows color (decimal): -10485658 or 6684768. OLE color: 6684768.
HSL color Cylindrical-coordinate representation of color #600066: hue angle of 296.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600066 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 0 | 102 | - |
| CMYK | 0.06 | 1 | 0 | 0.6 |
| HSL | 296.47º | 1% | 0.2% | - |
| HSV(B) | 296.47º | 1% | 0.4% | - |
| XYZ | 7.22 | 3.45 | 12.85 | - |
| YUV | 40.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 102 | 0.06 | 1 | 0 | 0.6 | 296.47 | 1 | 0.2 |
| Hex | 60 | 0 | 66 | 6 | 64 | 0 | 3C | 128 | 64 | 14 |
| Octal | 140 | 0 | 146 | 6 | 144 | 0 | 74 | 450 | 144 | 24 |
| Binary | 1100000 | 0 | 1100110 | 110 | 1100100 | 0 | 111100 | 100101000 | 1100100 | 10100 |
Color Harmonies of #600066
Complementary color
Monochromatic Colors of #600066
Black with #600066
Text Example
Text Example
White with #600066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600066; }
p { color: rgb(96,0,102); }
H1.HeaderClassName
{
color: #600066;
}
.AnyTagClassName
{
color: #600066;
}
</style>
background-color css
<style>
a { background-color: #600066; }
a { background-color: rgb(96,0,102); }
div.DivClassName
{
background-color: #600066;
}
.BgClassName
{
background-color: #600066;
}
</style>
border-color css
<style>
span { border-color: #600066; }
span { border-color: rgb(96,0,102); }
td.TdClassName
{
border-color: #600066;
}
.TagClassName
{
border-color: #600066;
}
</style>