Shades of Palatinate Purple #600E58
Tints of Palatinate Purple #600E58
RGB
CMYK
RGB Variations
Color information
#600E58 (or 0x600E58) is known color: Palatinate Purple. HEX triplet: 60, 0E and 58. RGB value is (96,14,88). Sum of RGB (Red+Green+Blue) = 96+14+88=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #600E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E58 is #9FF1A7. Grayscale: #2E2E2E. Windows color (decimal): -10482088 or 5770848. OLE color: 5770848.
HSL color Cylindrical-coordinate representation of color #600E58: hue angle of 305.85º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #600E58 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 14 | 88 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.62 |
| HSL | 305.85º | 0.75% | 0.22% | - |
| HSV(B) | 305.85º | 0.85% | 0.38% | - |
| XYZ | 6.74 | 3.51 | 9.55 | - |
| YUV | 46.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 14 | 88 | 0 | 0.85 | 0.08 | 0.62 | 305.85 | 0.75 | 0.22 |
| Hex | 60 | E | 58 | 0 | 55 | 8 | 3E | 132 | 4B | 16 |
| Octal | 140 | 16 | 130 | 0 | 125 | 10 | 76 | 462 | 113 | 26 |
| Binary | 1100000 | 1110 | 1011000 | 0 | 1010101 | 1000 | 111110 | 100110010 | 1001011 | 10110 |
Color Harmonies of #600E58
Complementary color
Monochromatic Colors of #600E58
Black with #600E58
Text Example
Text Example
White with #600E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600E58; }
p { color: rgb(96,14,88); }
H1.HeaderClassName
{
color: #600E58;
}
.AnyTagClassName
{
color: #600E58;
}
</style>
background-color css
<style>
a { background-color: #600E58; }
a { background-color: rgb(96,14,88); }
div.DivClassName
{
background-color: #600E58;
}
.BgClassName
{
background-color: #600E58;
}
</style>
border-color css
<style>
span { border-color: #600E58; }
span { border-color: rgb(96,14,88); }
td.TdClassName
{
border-color: #600E58;
}
.TagClassName
{
border-color: #600E58;
}
</style>