Shades of Palatinate Purple #5E3456
Tints of Palatinate Purple #5E3456
RGB
CMYK
RGB Variations
Color information
#5E3456 (or 0x5E3456) is known color: Palatinate Purple. HEX triplet: 5E, 34 and 56. RGB value is (94,52,86). Sum of RGB (Red+Green+Blue) = 94+52+86=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3456 is #A1CBA9. Grayscale: #444444. Windows color (decimal): -10603434 or 5649502. OLE color: 5649502.
HSL color Cylindrical-coordinate representation of color #5E3456: hue angle of 311.43º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3456 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 52 | 86 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.63 |
| HSL | 311.43º | 0.29% | 0.29% | - |
| HSV(B) | 311.43º | 0.45% | 0.37% | - |
| XYZ | 7.52 | 5.51 | 9.47 | - |
| YUV | 68.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 86 | 0 | 0.45 | 0.09 | 0.63 | 311.43 | 0.29 | 0.29 |
| Hex | 5E | 34 | 56 | 0 | 2D | 9 | 3F | 137 | 1D | 1D |
| Octal | 136 | 64 | 126 | 0 | 55 | 11 | 77 | 467 | 35 | 35 |
| Binary | 1011110 | 110100 | 1010110 | 0 | 101101 | 1001 | 111111 | 100110111 | 11101 | 11101 |
Color Harmonies of #5E3456
Complementary color
Monochromatic Colors of #5E3456
Black with #5E3456
Text Example
Text Example
White with #5E3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3456; }
p { color: rgb(94,52,86); }
H1.HeaderClassName
{
color: #5E3456;
}
.AnyTagClassName
{
color: #5E3456;
}
</style>
background-color css
<style>
a { background-color: #5E3456; }
a { background-color: rgb(94,52,86); }
div.DivClassName
{
background-color: #5E3456;
}
.BgClassName
{
background-color: #5E3456;
}
</style>
border-color css
<style>
span { border-color: #5E3456; }
span { border-color: rgb(94,52,86); }
td.TdClassName
{
border-color: #5E3456;
}
.TagClassName
{
border-color: #5E3456;
}
</style>