Shades of Palatinate Purple #5E3559
Tints of Palatinate Purple #5E3559
RGB
CMYK
RGB Variations
Color information
#5E3559 (or 0x5E3559) is known color: Palatinate Purple. HEX triplet: 5E, 35 and 59. RGB value is (94,53,89). Sum of RGB (Red+Green+Blue) = 94+53+89=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3559 is #A1CAA6. Grayscale: #454545. Windows color (decimal): -10603175 or 5846366. OLE color: 5846366.
HSL color Cylindrical-coordinate representation of color #5E3559: hue angle of 307.32º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3559 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 53 | 89 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.63 |
| HSL | 307.32º | 0.28% | 0.29% | - |
| HSV(B) | 307.32º | 0.44% | 0.37% | - |
| XYZ | 7.69 | 5.65 | 10.14 | - |
| YUV | 69.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 89 | 0 | 0.44 | 0.05 | 0.63 | 307.32 | 0.28 | 0.29 |
| Hex | 5E | 35 | 59 | 0 | 2C | 5 | 3F | 133 | 1C | 1D |
| Octal | 136 | 65 | 131 | 0 | 54 | 5 | 77 | 463 | 34 | 35 |
| Binary | 1011110 | 110101 | 1011001 | 0 | 101100 | 101 | 111111 | 100110011 | 11100 | 11101 |
Color Harmonies of #5E3559
Complementary color
Monochromatic Colors of #5E3559
Black with #5E3559
Text Example
Text Example
White with #5E3559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3559; }
p { color: rgb(94,53,89); }
H1.HeaderClassName
{
color: #5E3559;
}
.AnyTagClassName
{
color: #5E3559;
}
</style>
background-color css
<style>
a { background-color: #5E3559; }
a { background-color: rgb(94,53,89); }
div.DivClassName
{
background-color: #5E3559;
}
.BgClassName
{
background-color: #5E3559;
}
</style>
border-color css
<style>
span { border-color: #5E3559; }
span { border-color: rgb(94,53,89); }
td.TdClassName
{
border-color: #5E3559;
}
.TagClassName
{
border-color: #5E3559;
}
</style>