Shades of Palatinate Purple #5E2055
Tints of Palatinate Purple #5E2055
RGB
CMYK
RGB Variations
Color information
#5E2055 (or 0x5E2055) is known color: Palatinate Purple. HEX triplet: 5E, 20 and 55. RGB value is (94,32,85). Sum of RGB (Red+Green+Blue) = 94+32+85=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2055 is #A1DFAA. Grayscale: #383838. Windows color (decimal): -10608555 or 5578846. OLE color: 5578846.
HSL color Cylindrical-coordinate representation of color #5E2055: hue angle of 308.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2055 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 32 | 85 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.63 |
| HSL | 308.71º | 0.49% | 0.25% | - |
| HSV(B) | 308.71º | 0.66% | 0.37% | - |
| XYZ | 6.77 | 4.07 | 9.02 | - |
| YUV | 56.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 85 | 0 | 0.66 | 0.10 | 0.63 | 308.71 | 0.49 | 0.25 |
| Hex | 5E | 20 | 55 | 0 | 42 | A | 3F | 135 | 31 | 19 |
| Octal | 136 | 40 | 125 | 0 | 102 | 12 | 77 | 465 | 61 | 31 |
| Binary | 1011110 | 100000 | 1010101 | 0 | 1000010 | 1010 | 111111 | 100110101 | 110001 | 11001 |
Color Harmonies of #5E2055
Complementary color
Monochromatic Colors of #5E2055
Black with #5E2055
Text Example
Text Example
White with #5E2055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2055; }
p { color: rgb(94,32,85); }
H1.HeaderClassName
{
color: #5E2055;
}
.AnyTagClassName
{
color: #5E2055;
}
</style>
background-color css
<style>
a { background-color: #5E2055; }
a { background-color: rgb(94,32,85); }
div.DivClassName
{
background-color: #5E2055;
}
.BgClassName
{
background-color: #5E2055;
}
</style>
border-color css
<style>
span { border-color: #5E2055; }
span { border-color: rgb(94,32,85); }
td.TdClassName
{
border-color: #5E2055;
}
.TagClassName
{
border-color: #5E2055;
}
</style>