Shades of Palatinate Purple #601E5B
Tints of Palatinate Purple #601E5B
RGB
CMYK
RGB Variations
Color information
#601E5B (or 0x601E5B) is known color: Palatinate Purple. HEX triplet: 60, 1E and 5B. RGB value is (96,30,91). Sum of RGB (Red+Green+Blue) = 96+30+91=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #601E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E5B is #9FE1A4. Grayscale: #383838. Windows color (decimal): -10477989 or 5971552. OLE color: 5971552.
HSL color Cylindrical-coordinate representation of color #601E5B: hue angle of 304.55º 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 #601E5B is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 91 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.62 |
| HSL | 304.55º | 0.52% | 0.25% | - |
| HSV(B) | 304.55º | 0.69% | 0.38% | - |
| XYZ | 7.18 | 4.17 | 10.32 | - |
| YUV | 56.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 91 | 0 | 0.69 | 0.05 | 0.62 | 304.55 | 0.52 | 0.25 |
| Hex | 60 | 1E | 5B | 0 | 45 | 5 | 3E | 131 | 34 | 19 |
| Octal | 140 | 36 | 133 | 0 | 105 | 5 | 76 | 461 | 64 | 31 |
| Binary | 1100000 | 11110 | 1011011 | 0 | 1000101 | 101 | 111110 | 100110001 | 110100 | 11001 |
Color Harmonies of #601E5B
Complementary color
Monochromatic Colors of #601E5B
Black with #601E5B
Text Example
Text Example
White with #601E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E5B; }
p { color: rgb(96,30,91); }
H1.HeaderClassName
{
color: #601E5B;
}
.AnyTagClassName
{
color: #601E5B;
}
</style>
background-color css
<style>
a { background-color: #601E5B; }
a { background-color: rgb(96,30,91); }
div.DivClassName
{
background-color: #601E5B;
}
.BgClassName
{
background-color: #601E5B;
}
</style>
border-color css
<style>
span { border-color: #601E5B; }
span { border-color: rgb(96,30,91); }
td.TdClassName
{
border-color: #601E5B;
}
.TagClassName
{
border-color: #601E5B;
}
</style>