Shades of Palatinate Purple #5E055A
Tints of Palatinate Purple #5E055A
RGB
CMYK
RGB Variations
Color information
#5E055A (or 0x5E055A) is known color: Palatinate Purple. HEX triplet: 5E, 05 and 5A. RGB value is (94,5,90). Sum of RGB (Red+Green+Blue) = 94+5+90=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E055A is #A1FAA5. Grayscale: #292929. Windows color (decimal): -10615462 or 5899614. OLE color: 5899614.
HSL color Cylindrical-coordinate representation of color #5E055A: hue angle of 302.7º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E055A is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 90 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.63 |
| HSL | 302.7º | 0.9% | 0.19% | - |
| HSV(B) | 302.7º | 0.95% | 0.37% | - |
| XYZ | 6.52 | 3.23 | 9.95 | - |
| YUV | 41.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 90 | 0 | 0.95 | 0.04 | 0.63 | 302.7 | 0.9 | 0.19 |
| Hex | 5E | 5 | 5A | 0 | 5F | 4 | 3F | 12F | 5A | 13 |
| Octal | 136 | 5 | 132 | 0 | 137 | 4 | 77 | 457 | 132 | 23 |
| Binary | 1011110 | 101 | 1011010 | 0 | 1011111 | 100 | 111111 | 100101111 | 1011010 | 10011 |
Color Harmonies of #5E055A
Complementary color
Monochromatic Colors of #5E055A
Black with #5E055A
Text Example
Text Example
White with #5E055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E055A; }
p { color: rgb(94,5,90); }
H1.HeaderClassName
{
color: #5E055A;
}
.AnyTagClassName
{
color: #5E055A;
}
</style>
background-color css
<style>
a { background-color: #5E055A; }
a { background-color: rgb(94,5,90); }
div.DivClassName
{
background-color: #5E055A;
}
.BgClassName
{
background-color: #5E055A;
}
</style>
border-color css
<style>
span { border-color: #5E055A; }
span { border-color: rgb(94,5,90); }
td.TdClassName
{
border-color: #5E055A;
}
.TagClassName
{
border-color: #5E055A;
}
</style>