Shades of Palatinate Purple #5E2A55
Tints of Palatinate Purple #5E2A55
RGB
CMYK
RGB Variations
Color information
#5E2A55 (or 0x5E2A55) is known color: Palatinate Purple. HEX triplet: 5E, 2A and 55. RGB value is (94,42,85). Sum of RGB (Red+Green+Blue) = 94+42+85=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2A55 is #A1D5AA. Grayscale: #3E3E3E. Windows color (decimal): -10605995 or 5581406. OLE color: 5581406.
HSL color Cylindrical-coordinate representation of color #5E2A55: hue angle of 310.38º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E2A55 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 42 | 85 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.63 |
| HSL | 310.38º | 0.38% | 0.27% | - |
| HSV(B) | 310.38º | 0.55% | 0.37% | - |
| XYZ | 7.08 | 4.69 | 9.13 | - |
| YUV | 62.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 85 | 0 | 0.55 | 0.10 | 0.63 | 310.38 | 0.38 | 0.27 |
| Hex | 5E | 2A | 55 | 0 | 37 | A | 3F | 136 | 26 | 1B |
| Octal | 136 | 52 | 125 | 0 | 67 | 12 | 77 | 466 | 46 | 33 |
| Binary | 1011110 | 101010 | 1010101 | 0 | 110111 | 1010 | 111111 | 100110110 | 100110 | 11011 |
Color Harmonies of #5E2A55
Complementary color
Monochromatic Colors of #5E2A55
Black with #5E2A55
Text Example
Text Example
White with #5E2A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2A55; }
p { color: rgb(94,42,85); }
H1.HeaderClassName
{
color: #5E2A55;
}
.AnyTagClassName
{
color: #5E2A55;
}
</style>
background-color css
<style>
a { background-color: #5E2A55; }
a { background-color: rgb(94,42,85); }
div.DivClassName
{
background-color: #5E2A55;
}
.BgClassName
{
background-color: #5E2A55;
}
</style>
border-color css
<style>
span { border-color: #5E2A55; }
span { border-color: rgb(94,42,85); }
td.TdClassName
{
border-color: #5E2A55;
}
.TagClassName
{
border-color: #5E2A55;
}
</style>