Shades of Palatinate Purple #5E3054
Tints of Palatinate Purple #5E3054
RGB
CMYK
RGB Variations
Color information
#5E3054 (or 0x5E3054) is known color: Palatinate Purple. HEX triplet: 5E, 30 and 54. RGB value is (94,48,84). Sum of RGB (Red+Green+Blue) = 94+48+84=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3054 is #A1CFAB. Grayscale: #414141. Windows color (decimal): -10604460 or 5517406. OLE color: 5517406.
HSL color Cylindrical-coordinate representation of color #5E3054: hue angle of 313.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3054 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 84 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.63 |
| HSL | 313.04º | 0.32% | 0.28% | - |
| HSV(B) | 313.04º | 0.49% | 0.37% | - |
| XYZ | 7.27 | 5.13 | 9 | - |
| YUV | 65.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 84 | 0 | 0.49 | 0.11 | 0.63 | 313.04 | 0.32 | 0.28 |
| Hex | 5E | 30 | 54 | 0 | 31 | B | 3F | 139 | 20 | 1C |
| Octal | 136 | 60 | 124 | 0 | 61 | 13 | 77 | 471 | 40 | 34 |
| Binary | 1011110 | 110000 | 1010100 | 0 | 110001 | 1011 | 111111 | 100111001 | 100000 | 11100 |
Color Harmonies of #5E3054
Complementary color
Monochromatic Colors of #5E3054
Black with #5E3054
Text Example
Text Example
White with #5E3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3054; }
p { color: rgb(94,48,84); }
H1.HeaderClassName
{
color: #5E3054;
}
.AnyTagClassName
{
color: #5E3054;
}
</style>
background-color css
<style>
a { background-color: #5E3054; }
a { background-color: rgb(94,48,84); }
div.DivClassName
{
background-color: #5E3054;
}
.BgClassName
{
background-color: #5E3054;
}
</style>
border-color css
<style>
span { border-color: #5E3054; }
span { border-color: rgb(94,48,84); }
td.TdClassName
{
border-color: #5E3054;
}
.TagClassName
{
border-color: #5E3054;
}
</style>