Shades of Palatinate Purple #601859
Tints of Palatinate Purple #601859
RGB
CMYK
RGB Variations
Color information
#601859 (or 0x601859) is known color: Palatinate Purple. HEX triplet: 60, 18 and 59. RGB value is (96,24,89). Sum of RGB (Red+Green+Blue) = 96+24+89=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #601859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601859 is #9FE7A6. Grayscale: #343434. Windows color (decimal): -10479527 or 5838944. OLE color: 5838944.
HSL color Cylindrical-coordinate representation of color #601859: hue angle of 305.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601859 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 89 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.62 |
| HSL | 305.83º | 0.6% | 0.24% | - |
| HSV(B) | 305.83º | 0.75% | 0.38% | - |
| XYZ | 6.95 | 3.86 | 9.83 | - |
| YUV | 52.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 89 | 0 | 0.75 | 0.07 | 0.62 | 305.83 | 0.6 | 0.24 |
| Hex | 60 | 18 | 59 | 0 | 4B | 7 | 3E | 132 | 3C | 18 |
| Octal | 140 | 30 | 131 | 0 | 113 | 7 | 76 | 462 | 74 | 30 |
| Binary | 1100000 | 11000 | 1011001 | 0 | 1001011 | 111 | 111110 | 100110010 | 111100 | 11000 |
Color Harmonies of #601859
Complementary color
Monochromatic Colors of #601859
Black with #601859
Text Example
Text Example
White with #601859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601859; }
p { color: rgb(96,24,89); }
H1.HeaderClassName
{
color: #601859;
}
.AnyTagClassName
{
color: #601859;
}
</style>
background-color css
<style>
a { background-color: #601859; }
a { background-color: rgb(96,24,89); }
div.DivClassName
{
background-color: #601859;
}
.BgClassName
{
background-color: #601859;
}
</style>
border-color css
<style>
span { border-color: #601859; }
span { border-color: rgb(96,24,89); }
td.TdClassName
{
border-color: #601859;
}
.TagClassName
{
border-color: #601859;
}
</style>