Shades of Palatinate Purple #5E3759
Tints of Palatinate Purple #5E3759
RGB
CMYK
RGB Variations
Color information
#5E3759 (or 0x5E3759) is known color: Palatinate Purple. HEX triplet: 5E, 37 and 59. RGB value is (94,55,89). Sum of RGB (Red+Green+Blue) = 94+55+89=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3759 is #A1C8A6. Grayscale: #464646. Windows color (decimal): -10602663 or 5846878. OLE color: 5846878.
HSL color Cylindrical-coordinate representation of color #5E3759: hue angle of 307.69º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E3759 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 55 | 89 | - |
CMYK | 0 | 0.41 | 0.05 | 0.63 |
HSL | 307.69º | 0.26% | 0.29% | - |
HSV(B) | 307.69º | 0.41% | 0.37% | - |
XYZ | 7.79 | 5.83 | 10.17 | - |
YUV | 70.54 | 138.42 | 144.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 55 | 89 | 0 | 0.41 | 0.05 | 0.63 | 307.69 | 0.26 | 0.29 |
Hex | 5E | 37 | 59 | 0 | 29 | 5 | 3F | 134 | 1A | 1D |
Octal | 136 | 67 | 131 | 0 | 51 | 5 | 77 | 464 | 32 | 35 |
Binary | 1011110 | 110111 | 1011001 | 0 | 101001 | 101 | 111111 | 100110100 | 11010 | 11101 |
Color Harmonies of #5E3759
Complementary color
Monochromatic Colors of #5E3759
Black with #5E3759
Text Example
Text Example
White with #5E3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3759; }
p { color: rgb(94,55,89); }
H1.HeaderClassName
{
color: #5E3759;
}
.AnyTagClassName
{
color: #5E3759;
}
</style>
background-color css
<style>
a { background-color: #5E3759; }
a { background-color: rgb(94,55,89); }
div.DivClassName
{
background-color: #5E3759;
}
.BgClassName
{
background-color: #5E3759;
}
</style>
border-color css
<style>
span { border-color: #5E3759; }
span { border-color: rgb(94,55,89); }
td.TdClassName
{
border-color: #5E3759;
}
.TagClassName
{
border-color: #5E3759;
}
</style>