Shades of Palatinate Purple #600866
Tints of Palatinate Purple #600866
RGB
CMYK
RGB Variations
Color information
#600866 (or 0x600866) is known color: Palatinate Purple. HEX triplet: 60, 08 and 66. RGB value is (96,8,102). Sum of RGB (Red+Green+Blue) = 96+8+102=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #600866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600866 is #9FF799. Grayscale: #2C2C2C. Windows color (decimal): -10483610 or 6686816. OLE color: 6686816.
HSL color Cylindrical-coordinate representation of color #600866: hue angle of 296.17º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600866 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 8 | 102 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.6 |
| HSL | 296.17º | 0.85% | 0.22% | - |
| HSV(B) | 296.17º | 0.92% | 0.4% | - |
| XYZ | 7.31 | 3.62 | 12.88 | - |
| YUV | 45.03 | 160.15 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 102 | 0.06 | 0.92 | 0 | 0.6 | 296.17 | 0.85 | 0.22 |
| Hex | 60 | 8 | 66 | 6 | 5C | 0 | 3C | 128 | 55 | 16 |
| Octal | 140 | 10 | 146 | 6 | 134 | 0 | 74 | 450 | 125 | 26 |
| Binary | 1100000 | 1000 | 1100110 | 110 | 1011100 | 0 | 111100 | 100101000 | 1010101 | 10110 |
Color Harmonies of #600866
Complementary color
Monochromatic Colors of #600866
Black with #600866
Text Example
Text Example
White with #600866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600866; }
p { color: rgb(96,8,102); }
H1.HeaderClassName
{
color: #600866;
}
.AnyTagClassName
{
color: #600866;
}
</style>
background-color css
<style>
a { background-color: #600866; }
a { background-color: rgb(96,8,102); }
div.DivClassName
{
background-color: #600866;
}
.BgClassName
{
background-color: #600866;
}
</style>
border-color css
<style>
span { border-color: #600866; }
span { border-color: rgb(96,8,102); }
td.TdClassName
{
border-color: #600866;
}
.TagClassName
{
border-color: #600866;
}
</style>