Shades of Palatinate Purple #5E3259
Tints of Palatinate Purple #5E3259
RGB
CMYK
RGB Variations
Color information
#5E3259 (or 0x5E3259) is known color: Palatinate Purple. HEX triplet: 5E, 32 and 59. RGB value is (94,50,89). Sum of RGB (Red+Green+Blue) = 94+50+89=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3259 is #A1CDA6. Grayscale: #434343. Windows color (decimal): -10603943 or 5845598. OLE color: 5845598.
HSL color Cylindrical-coordinate representation of color #5E3259: hue angle of 306.82º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3259 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 50 | 89 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.63 |
| HSL | 306.82º | 0.31% | 0.28% | - |
| HSV(B) | 306.82º | 0.47% | 0.37% | - |
| XYZ | 7.56 | 5.38 | 10.09 | - |
| YUV | 67.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 50 | 89 | 0 | 0.47 | 0.05 | 0.63 | 306.82 | 0.31 | 0.28 |
| Hex | 5E | 32 | 59 | 0 | 2F | 5 | 3F | 133 | 1F | 1C |
| Octal | 136 | 62 | 131 | 0 | 57 | 5 | 77 | 463 | 37 | 34 |
| Binary | 1011110 | 110010 | 1011001 | 0 | 101111 | 101 | 111111 | 100110011 | 11111 | 11100 |
Color Harmonies of #5E3259
Complementary color
Monochromatic Colors of #5E3259
Black with #5E3259
Text Example
Text Example
White with #5E3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3259; }
p { color: rgb(94,50,89); }
H1.HeaderClassName
{
color: #5E3259;
}
.AnyTagClassName
{
color: #5E3259;
}
</style>
background-color css
<style>
a { background-color: #5E3259; }
a { background-color: rgb(94,50,89); }
div.DivClassName
{
background-color: #5E3259;
}
.BgClassName
{
background-color: #5E3259;
}
</style>
border-color css
<style>
span { border-color: #5E3259; }
span { border-color: rgb(94,50,89); }
td.TdClassName
{
border-color: #5E3259;
}
.TagClassName
{
border-color: #5E3259;
}
</style>