Shades of Palatinate Purple #5E2054
Tints of Palatinate Purple #5E2054
RGB
CMYK
RGB Variations
Color information
#5E2054 (or 0x5E2054) is known color: Palatinate Purple. HEX triplet: 5E, 20 and 54. RGB value is (94,32,84). Sum of RGB (Red+Green+Blue) = 94+32+84=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2054 is #A1DFAB. Grayscale: #383838. Windows color (decimal): -10608556 or 5513310. OLE color: 5513310.
HSL color Cylindrical-coordinate representation of color #5E2054: hue angle of 309.68º 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 #5E2054 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 32 | 84 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.63 |
| HSL | 309.68º | 0.49% | 0.25% | - |
| HSV(B) | 309.68º | 0.66% | 0.37% | - |
| XYZ | 6.73 | 4.05 | 8.81 | - |
| YUV | 56.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 32 | 84 | 0 | 0.66 | 0.11 | 0.63 | 309.68 | 0.49 | 0.25 |
| Hex | 5E | 20 | 54 | 0 | 42 | B | 3F | 136 | 31 | 19 |
| Octal | 136 | 40 | 124 | 0 | 102 | 13 | 77 | 466 | 61 | 31 |
| Binary | 1011110 | 100000 | 1010100 | 0 | 1000010 | 1011 | 111111 | 100110110 | 110001 | 11001 |
Color Harmonies of #5E2054
Complementary color
Monochromatic Colors of #5E2054
Black with #5E2054
Text Example
Text Example
White with #5E2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2054; }
p { color: rgb(94,32,84); }
H1.HeaderClassName
{
color: #5E2054;
}
.AnyTagClassName
{
color: #5E2054;
}
</style>
background-color css
<style>
a { background-color: #5E2054; }
a { background-color: rgb(94,32,84); }
div.DivClassName
{
background-color: #5E2054;
}
.BgClassName
{
background-color: #5E2054;
}
</style>
border-color css
<style>
span { border-color: #5E2054; }
span { border-color: rgb(94,32,84); }
td.TdClassName
{
border-color: #5E2054;
}
.TagClassName
{
border-color: #5E2054;
}
</style>