Shades of Palatinate Purple #5E1956
Tints of Palatinate Purple #5E1956
RGB
CMYK
RGB Variations
Color information
#5E1956 (or 0x5E1956) is known color: Palatinate Purple. HEX triplet: 5E, 19 and 56. RGB value is (94,25,86). Sum of RGB (Red+Green+Blue) = 94+25+86=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1956 is #A1E6A9. Grayscale: #343434. Windows color (decimal): -10610346 or 5642590. OLE color: 5642590.
HSL color Cylindrical-coordinate representation of color #5E1956: hue angle of 306.96º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E1956 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 86 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.63 |
| HSL | 306.96º | 0.58% | 0.23% | - |
| HSV(B) | 306.96º | 0.73% | 0.37% | - |
| XYZ | 6.64 | 3.75 | 9.18 | - |
| YUV | 52.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 86 | 0 | 0.73 | 0.09 | 0.63 | 306.96 | 0.58 | 0.23 |
| Hex | 5E | 19 | 56 | 0 | 49 | 9 | 3F | 133 | 3A | 17 |
| Octal | 136 | 31 | 126 | 0 | 111 | 11 | 77 | 463 | 72 | 27 |
| Binary | 1011110 | 11001 | 1010110 | 0 | 1001001 | 1001 | 111111 | 100110011 | 111010 | 10111 |
Color Harmonies of #5E1956
Complementary color
Monochromatic Colors of #5E1956
Black with #5E1956
Text Example
Text Example
White with #5E1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1956; }
p { color: rgb(94,25,86); }
H1.HeaderClassName
{
color: #5E1956;
}
.AnyTagClassName
{
color: #5E1956;
}
</style>
background-color css
<style>
a { background-color: #5E1956; }
a { background-color: rgb(94,25,86); }
div.DivClassName
{
background-color: #5E1956;
}
.BgClassName
{
background-color: #5E1956;
}
</style>
border-color css
<style>
span { border-color: #5E1956; }
span { border-color: rgb(94,25,86); }
td.TdClassName
{
border-color: #5E1956;
}
.TagClassName
{
border-color: #5E1956;
}
</style>