Shades of Palatinate Purple #5E1E51
Tints of Palatinate Purple #5E1E51
RGB
CMYK
RGB Variations
Color information
#5E1E51 (or 0x5E1E51) is known color: Palatinate Purple. HEX triplet: 5E, 1E and 51. RGB value is (94,30,81). Sum of RGB (Red+Green+Blue) = 94+30+81=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1E51 is #A1E1AE. Grayscale: #363636. Windows color (decimal): -10609071 or 5316190. OLE color: 5316190.
HSL color Cylindrical-coordinate representation of color #5E1E51: hue angle of 312.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E1E51 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 30 | 81 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.63 |
| HSL | 312.19º | 0.52% | 0.24% | - |
| HSV(B) | 312.19º | 0.68% | 0.37% | - |
| XYZ | 6.57 | 3.9 | 8.19 | - |
| YUV | 54.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 30 | 81 | 0 | 0.68 | 0.14 | 0.63 | 312.19 | 0.52 | 0.24 |
| Hex | 5E | 1E | 51 | 0 | 44 | E | 3F | 138 | 34 | 18 |
| Octal | 136 | 36 | 121 | 0 | 104 | 16 | 77 | 470 | 64 | 30 |
| Binary | 1011110 | 11110 | 1010001 | 0 | 1000100 | 1110 | 111111 | 100111000 | 110100 | 11000 |
Color Harmonies of #5E1E51
Complementary color
Monochromatic Colors of #5E1E51
Black with #5E1E51
Text Example
Text Example
White with #5E1E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1E51; }
p { color: rgb(94,30,81); }
H1.HeaderClassName
{
color: #5E1E51;
}
.AnyTagClassName
{
color: #5E1E51;
}
</style>
background-color css
<style>
a { background-color: #5E1E51; }
a { background-color: rgb(94,30,81); }
div.DivClassName
{
background-color: #5E1E51;
}
.BgClassName
{
background-color: #5E1E51;
}
</style>
border-color css
<style>
span { border-color: #5E1E51; }
span { border-color: rgb(94,30,81); }
td.TdClassName
{
border-color: #5E1E51;
}
.TagClassName
{
border-color: #5E1E51;
}
</style>