Shades of Palatinate Purple #601E56
Tints of Palatinate Purple #601E56
RGB
CMYK
RGB Variations
Color information
#601E56 (or 0x601E56) is known color: Palatinate Purple. HEX triplet: 60, 1E and 56. RGB value is (96,30,86). Sum of RGB (Red+Green+Blue) = 96+30+86=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #601E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E56 is #9FE1A9. Grayscale: #373737. Windows color (decimal): -10477994 or 5643872. OLE color: 5643872.
HSL color Cylindrical-coordinate representation of color #601E56: hue angle of 309.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E56 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 86 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.62 |
| HSL | 309.09º | 0.52% | 0.25% | - |
| HSV(B) | 309.09º | 0.69% | 0.38% | - |
| XYZ | 6.97 | 4.09 | 9.23 | - |
| YUV | 56.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 86 | 0 | 0.69 | 0.10 | 0.62 | 309.09 | 0.52 | 0.25 |
| Hex | 60 | 1E | 56 | 0 | 45 | A | 3E | 135 | 34 | 19 |
| Octal | 140 | 36 | 126 | 0 | 105 | 12 | 76 | 465 | 64 | 31 |
| Binary | 1100000 | 11110 | 1010110 | 0 | 1000101 | 1010 | 111110 | 100110101 | 110100 | 11001 |
Color Harmonies of #601E56
Complementary color
Monochromatic Colors of #601E56
Black with #601E56
Text Example
Text Example
White with #601E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E56; }
p { color: rgb(96,30,86); }
H1.HeaderClassName
{
color: #601E56;
}
.AnyTagClassName
{
color: #601E56;
}
</style>
background-color css
<style>
a { background-color: #601E56; }
a { background-color: rgb(96,30,86); }
div.DivClassName
{
background-color: #601E56;
}
.BgClassName
{
background-color: #601E56;
}
</style>
border-color css
<style>
span { border-color: #601E56; }
span { border-color: rgb(96,30,86); }
td.TdClassName
{
border-color: #601E56;
}
.TagClassName
{
border-color: #601E56;
}
</style>