Shades of Palatinate Purple #5E3859
Tints of Palatinate Purple #5E3859
RGB
CMYK
RGB Variations
Color information
#5E3859 (or 0x5E3859) is known color: Palatinate Purple. HEX triplet: 5E, 38 and 59. RGB value is (94,56,89). Sum of RGB (Red+Green+Blue) = 94+56+89=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3859 is #A1C7A6. Grayscale: #474747. Windows color (decimal): -10602407 or 5847134. OLE color: 5847134.
HSL color Cylindrical-coordinate representation of color #5E3859: hue angle of 307.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E3859 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 56 | 89 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.63 |
| HSL | 307.89º | 0.25% | 0.29% | - |
| HSV(B) | 307.89º | 0.4% | 0.37% | - |
| XYZ | 7.83 | 5.93 | 10.18 | - |
| YUV | 71.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 89 | 0 | 0.40 | 0.05 | 0.63 | 307.89 | 0.25 | 0.29 |
| Hex | 5E | 38 | 59 | 0 | 28 | 5 | 3F | 134 | 19 | 1D |
| Octal | 136 | 70 | 131 | 0 | 50 | 5 | 77 | 464 | 31 | 35 |
| Binary | 1011110 | 111000 | 1011001 | 0 | 101000 | 101 | 111111 | 100110100 | 11001 | 11101 |
Color Harmonies of #5E3859
Complementary color
Monochromatic Colors of #5E3859
Black with #5E3859
Text Example
Text Example
White with #5E3859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3859; }
p { color: rgb(94,56,89); }
H1.HeaderClassName
{
color: #5E3859;
}
.AnyTagClassName
{
color: #5E3859;
}
</style>
background-color css
<style>
a { background-color: #5E3859; }
a { background-color: rgb(94,56,89); }
div.DivClassName
{
background-color: #5E3859;
}
.BgClassName
{
background-color: #5E3859;
}
</style>
border-color css
<style>
span { border-color: #5E3859; }
span { border-color: rgb(94,56,89); }
td.TdClassName
{
border-color: #5E3859;
}
.TagClassName
{
border-color: #5E3859;
}
</style>