Shades of Palatinate Purple #5E1E56
Tints of Palatinate Purple #5E1E56
RGB
CMYK
RGB Variations
Color information
#5E1E56 (or 0x5E1E56) is known color: Palatinate Purple. HEX triplet: 5E, 1E and 56. RGB value is (94,30,86). Sum of RGB (Red+Green+Blue) = 94+30+86=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1E56 is #A1E1A9. Grayscale: #373737. Windows color (decimal): -10609066 or 5643870. OLE color: 5643870.
HSL color Cylindrical-coordinate representation of color #5E1E56: hue angle of 307.5º 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 #5E1E56 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 30 | 86 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.63 |
| HSL | 307.5º | 0.52% | 0.24% | - |
| HSV(B) | 307.5º | 0.68% | 0.37% | - |
| XYZ | 6.76 | 3.98 | 9.22 | - |
| YUV | 55.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 30 | 86 | 0 | 0.68 | 0.09 | 0.63 | 307.5 | 0.52 | 0.24 |
| Hex | 5E | 1E | 56 | 0 | 44 | 9 | 3F | 134 | 34 | 18 |
| Octal | 136 | 36 | 126 | 0 | 104 | 11 | 77 | 464 | 64 | 30 |
| Binary | 1011110 | 11110 | 1010110 | 0 | 1000100 | 1001 | 111111 | 100110100 | 110100 | 11000 |
Color Harmonies of #5E1E56
Complementary color
Monochromatic Colors of #5E1E56
Black with #5E1E56
Text Example
Text Example
White with #5E1E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1E56; }
p { color: rgb(94,30,86); }
H1.HeaderClassName
{
color: #5E1E56;
}
.AnyTagClassName
{
color: #5E1E56;
}
</style>
background-color css
<style>
a { background-color: #5E1E56; }
a { background-color: rgb(94,30,86); }
div.DivClassName
{
background-color: #5E1E56;
}
.BgClassName
{
background-color: #5E1E56;
}
</style>
border-color css
<style>
span { border-color: #5E1E56; }
span { border-color: rgb(94,30,86); }
td.TdClassName
{
border-color: #5E1E56;
}
.TagClassName
{
border-color: #5E1E56;
}
</style>