Shades of Palatinate Purple #601E5E
Tints of Palatinate Purple #601E5E
RGB
CMYK
RGB Variations
Color information
#601E5E (or 0x601E5E) is known color: Palatinate Purple. HEX triplet: 60, 1E and 5E. RGB value is (96,30,94). Sum of RGB (Red+Green+Blue) = 96+30+94=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #601E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E5E is #9FE1A1. Grayscale: #383838. Windows color (decimal): -10477986 or 6168160. OLE color: 6168160.
HSL color Cylindrical-coordinate representation of color #601E5E: hue angle of 301.82º 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 #601E5E is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 94 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.62 |
| HSL | 301.82º | 0.52% | 0.25% | - |
| HSV(B) | 301.82º | 0.69% | 0.38% | - |
| XYZ | 7.31 | 4.22 | 11.02 | - |
| YUV | 57.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 94 | 0 | 0.69 | 0.02 | 0.62 | 301.82 | 0.52 | 0.25 |
| Hex | 60 | 1E | 5E | 0 | 45 | 2 | 3E | 12E | 34 | 19 |
| Octal | 140 | 36 | 136 | 0 | 105 | 2 | 76 | 456 | 64 | 31 |
| Binary | 1100000 | 11110 | 1011110 | 0 | 1000101 | 10 | 111110 | 100101110 | 110100 | 11001 |
Color Harmonies of #601E5E
Complementary color
Monochromatic Colors of #601E5E
Black with #601E5E
Text Example
Text Example
White with #601E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E5E; }
p { color: rgb(96,30,94); }
H1.HeaderClassName
{
color: #601E5E;
}
.AnyTagClassName
{
color: #601E5E;
}
</style>
background-color css
<style>
a { background-color: #601E5E; }
a { background-color: rgb(96,30,94); }
div.DivClassName
{
background-color: #601E5E;
}
.BgClassName
{
background-color: #601E5E;
}
</style>
border-color css
<style>
span { border-color: #601E5E; }
span { border-color: rgb(96,30,94); }
td.TdClassName
{
border-color: #601E5E;
}
.TagClassName
{
border-color: #601E5E;
}
</style>