Shades of Palatinate Purple #5E1960
Tints of Palatinate Purple #5E1960
RGB
CMYK
RGB Variations
Color information
#5E1960 (or 0x5E1960) is known color: Palatinate Purple. HEX triplet: 5E, 19 and 60. RGB value is (94,25,96). Sum of RGB (Red+Green+Blue) = 94+25+96=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E1960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1960 is #A1E69F. Grayscale: #353535. Windows color (decimal): -10610336 or 6297950. OLE color: 6297950.
HSL color Cylindrical-coordinate representation of color #5E1960: hue angle of 298.31º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E1960 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 25 | 96 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.62 |
| HSL | 298.31º | 0.59% | 0.24% | - |
| HSV(B) | 298.31º | 0.74% | 0.38% | - |
| XYZ | 7.08 | 3.92 | 11.45 | - |
| YUV | 53.73 | 151.86 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 96 | 0.02 | 0.74 | 0 | 0.62 | 298.31 | 0.59 | 0.24 |
| Hex | 5E | 19 | 60 | 2 | 4A | 0 | 3E | 12A | 3B | 18 |
| Octal | 136 | 31 | 140 | 2 | 112 | 0 | 76 | 452 | 73 | 30 |
| Binary | 1011110 | 11001 | 1100000 | 10 | 1001010 | 0 | 111110 | 100101010 | 111011 | 11000 |
Color Harmonies of #5E1960
Complementary color
Monochromatic Colors of #5E1960
Black with #5E1960
Text Example
Text Example
White with #5E1960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1960; }
p { color: rgb(94,25,96); }
H1.HeaderClassName
{
color: #5E1960;
}
.AnyTagClassName
{
color: #5E1960;
}
</style>
background-color css
<style>
a { background-color: #5E1960; }
a { background-color: rgb(94,25,96); }
div.DivClassName
{
background-color: #5E1960;
}
.BgClassName
{
background-color: #5E1960;
}
</style>
border-color css
<style>
span { border-color: #5E1960; }
span { border-color: rgb(94,25,96); }
td.TdClassName
{
border-color: #5E1960;
}
.TagClassName
{
border-color: #5E1960;
}
</style>