Shades of Palatinate Purple #600860
Tints of Palatinate Purple #600860
RGB
CMYK
RGB Variations
Color information
#600860 (or 0x600860) is known color: Palatinate Purple. HEX triplet: 60, 08 and 60. RGB value is (96,8,96). Sum of RGB (Red+Green+Blue) = 96+8+96=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600860 is #9FF79F. Grayscale: #2C2C2C. Windows color (decimal): -10483616 or 6293600. OLE color: 6293600.
HSL color Cylindrical-coordinate representation of color #600860: hue angle of 300º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600860 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 8 | 96 | - |
| CMYK | 0 | 0.92 | 0 | 0.62 |
| HSL | 300º | 0.85% | 0.2% | - |
| HSV(B) | 300º | 0.92% | 0.38% | - |
| XYZ | 7.02 | 3.5 | 11.37 | - |
| YUV | 44.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 8 | 96 | 0 | 0.92 | 0 | 0.62 | 300 | 0.85 | 0.2 |
| Hex | 60 | 8 | 60 | 0 | 5C | 0 | 3E | 12C | 55 | 14 |
| Octal | 140 | 10 | 140 | 0 | 134 | 0 | 76 | 454 | 125 | 24 |
| Binary | 1100000 | 1000 | 1100000 | 0 | 1011100 | 0 | 111110 | 100101100 | 1010101 | 10100 |
Color Harmonies of #600860
Complementary color
Monochromatic Colors of #600860
Black with #600860
Text Example
Text Example
White with #600860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600860; }
p { color: rgb(96,8,96); }
H1.HeaderClassName
{
color: #600860;
}
.AnyTagClassName
{
color: #600860;
}
</style>
background-color css
<style>
a { background-color: #600860; }
a { background-color: rgb(96,8,96); }
div.DivClassName
{
background-color: #600860;
}
.BgClassName
{
background-color: #600860;
}
</style>
border-color css
<style>
span { border-color: #600860; }
span { border-color: rgb(96,8,96); }
td.TdClassName
{
border-color: #600860;
}
.TagClassName
{
border-color: #600860;
}
</style>