Shades of Palatinate Purple #5E1555
Tints of Palatinate Purple #5E1555
RGB
CMYK
RGB Variations
Color information
#5E1555 (or 0x5E1555) is known color: Palatinate Purple. HEX triplet: 5E, 15 and 55. RGB value is (94,21,85). Sum of RGB (Red+Green+Blue) = 94+21+85=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1555 is #A1EAAA. Grayscale: #313131. Windows color (decimal): -10611371 or 5576030. OLE color: 5576030.
HSL color Cylindrical-coordinate representation of color #5E1555: hue angle of 307.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1555 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 21 | 85 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.63 |
| HSL | 307.4º | 0.63% | 0.23% | - |
| HSV(B) | 307.4º | 0.78% | 0.37% | - |
| XYZ | 6.52 | 3.57 | 8.94 | - |
| YUV | 50.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 21 | 85 | 0 | 0.78 | 0.10 | 0.63 | 307.4 | 0.63 | 0.23 |
| Hex | 5E | 15 | 55 | 0 | 4E | A | 3F | 133 | 3F | 17 |
| Octal | 136 | 25 | 125 | 0 | 116 | 12 | 77 | 463 | 77 | 27 |
| Binary | 1011110 | 10101 | 1010101 | 0 | 1001110 | 1010 | 111111 | 100110011 | 111111 | 10111 |
Color Harmonies of #5E1555
Complementary color
Monochromatic Colors of #5E1555
Black with #5E1555
Text Example
Text Example
White with #5E1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1555; }
p { color: rgb(94,21,85); }
H1.HeaderClassName
{
color: #5E1555;
}
.AnyTagClassName
{
color: #5E1555;
}
</style>
background-color css
<style>
a { background-color: #5E1555; }
a { background-color: rgb(94,21,85); }
div.DivClassName
{
background-color: #5E1555;
}
.BgClassName
{
background-color: #5E1555;
}
</style>
border-color css
<style>
span { border-color: #5E1555; }
span { border-color: rgb(94,21,85); }
td.TdClassName
{
border-color: #5E1555;
}
.TagClassName
{
border-color: #5E1555;
}
</style>