Shades of Palatinate Purple #5E3053
Tints of Palatinate Purple #5E3053
RGB
CMYK
RGB Variations
Color information
#5E3053 (or 0x5E3053) is known color: Palatinate Purple. HEX triplet: 5E, 30 and 53. RGB value is (94,48,83). Sum of RGB (Red+Green+Blue) = 94+48+83=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3053 is #A1CFAC. Grayscale: #414141. Windows color (decimal): -10604461 or 5451870. OLE color: 5451870.
HSL color Cylindrical-coordinate representation of color #5E3053: hue angle of 314.35º 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 #5E3053 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 83 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.63 |
| HSL | 314.35º | 0.32% | 0.28% | - |
| HSV(B) | 314.35º | 0.49% | 0.37% | - |
| XYZ | 7.23 | 5.12 | 8.79 | - |
| YUV | 65.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 83 | 0 | 0.49 | 0.12 | 0.63 | 314.35 | 0.32 | 0.28 |
| Hex | 5E | 30 | 53 | 0 | 31 | C | 3F | 13A | 20 | 1C |
| Octal | 136 | 60 | 123 | 0 | 61 | 14 | 77 | 472 | 40 | 34 |
| Binary | 1011110 | 110000 | 1010011 | 0 | 110001 | 1100 | 111111 | 100111010 | 100000 | 11100 |
Color Harmonies of #5E3053
Complementary color
Monochromatic Colors of #5E3053
Black with #5E3053
Text Example
Text Example
White with #5E3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3053; }
p { color: rgb(94,48,83); }
H1.HeaderClassName
{
color: #5E3053;
}
.AnyTagClassName
{
color: #5E3053;
}
</style>
background-color css
<style>
a { background-color: #5E3053; }
a { background-color: rgb(94,48,83); }
div.DivClassName
{
background-color: #5E3053;
}
.BgClassName
{
background-color: #5E3053;
}
</style>
border-color css
<style>
span { border-color: #5E3053; }
span { border-color: rgb(94,48,83); }
td.TdClassName
{
border-color: #5E3053;
}
.TagClassName
{
border-color: #5E3053;
}
</style>