Shades of Palatinate Purple #601E62
Tints of Palatinate Purple #601E62
RGB
CMYK
RGB Variations
Color information
#601E62 (or 0x601E62) is known color: Palatinate Purple. HEX triplet: 60, 1E and 62. RGB value is (96,30,98). Sum of RGB (Red+Green+Blue) = 96+30+98=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #601E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E62 is #9FE19D. Grayscale: #393939. Windows color (decimal): -10477982 or 6430304. OLE color: 6430304.
HSL color Cylindrical-coordinate representation of color #601E62: hue angle of 298.24º degrees, saturation: 0.53, 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 #601E62 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 98 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.62 |
| HSL | 298.24º | 0.53% | 0.25% | - |
| HSV(B) | 298.24º | 0.69% | 0.38% | - |
| XYZ | 7.49 | 4.3 | 11.99 | - |
| YUV | 57.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 98 | 0.02 | 0.69 | 0 | 0.62 | 298.24 | 0.53 | 0.25 |
| Hex | 60 | 1E | 62 | 2 | 45 | 0 | 3E | 12A | 35 | 19 |
| Octal | 140 | 36 | 142 | 2 | 105 | 0 | 76 | 452 | 65 | 31 |
| Binary | 1100000 | 11110 | 1100010 | 10 | 1000101 | 0 | 111110 | 100101010 | 110101 | 11001 |
Color Harmonies of #601E62
Complementary color
Monochromatic Colors of #601E62
Black with #601E62
Text Example
Text Example
White with #601E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E62; }
p { color: rgb(96,30,98); }
H1.HeaderClassName
{
color: #601E62;
}
.AnyTagClassName
{
color: #601E62;
}
</style>
background-color css
<style>
a { background-color: #601E62; }
a { background-color: rgb(96,30,98); }
div.DivClassName
{
background-color: #601E62;
}
.BgClassName
{
background-color: #601E62;
}
</style>
border-color css
<style>
span { border-color: #601E62; }
span { border-color: rgb(96,30,98); }
td.TdClassName
{
border-color: #601E62;
}
.TagClassName
{
border-color: #601E62;
}
</style>