Shades of Palatinate Purple #601558
Tints of Palatinate Purple #601558
RGB
CMYK
RGB Variations
Color information
#601558 (or 0x601558) is known color: Palatinate Purple. HEX triplet: 60, 15 and 58. RGB value is (96,21,88). Sum of RGB (Red+Green+Blue) = 96+21+88=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #601558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601558 is #9FEAA7. Grayscale: #323232. Windows color (decimal): -10480296 or 5772640. OLE color: 5772640.
HSL color Cylindrical-coordinate representation of color #601558: hue angle of 306.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601558 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 21 | 88 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.62 |
| HSL | 306.4º | 0.64% | 0.23% | - |
| HSV(B) | 306.4º | 0.78% | 0.38% | - |
| XYZ | 6.85 | 3.73 | 9.59 | - |
| YUV | 51.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 88 | 0 | 0.78 | 0.08 | 0.62 | 306.4 | 0.64 | 0.23 |
| Hex | 60 | 15 | 58 | 0 | 4E | 8 | 3E | 132 | 40 | 17 |
| Octal | 140 | 25 | 130 | 0 | 116 | 10 | 76 | 462 | 100 | 27 |
| Binary | 1100000 | 10101 | 1011000 | 0 | 1001110 | 1000 | 111110 | 100110010 | 1000000 | 10111 |
Color Harmonies of #601558
Complementary color
Monochromatic Colors of #601558
Black with #601558
Text Example
Text Example
White with #601558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601558; }
p { color: rgb(96,21,88); }
H1.HeaderClassName
{
color: #601558;
}
.AnyTagClassName
{
color: #601558;
}
</style>
background-color css
<style>
a { background-color: #601558; }
a { background-color: rgb(96,21,88); }
div.DivClassName
{
background-color: #601558;
}
.BgClassName
{
background-color: #601558;
}
</style>
border-color css
<style>
span { border-color: #601558; }
span { border-color: rgb(96,21,88); }
td.TdClassName
{
border-color: #601558;
}
.TagClassName
{
border-color: #601558;
}
</style>