Shades of Palatinate Purple #5E045A
Tints of Palatinate Purple #5E045A
RGB
CMYK
RGB Variations
Color information
#5E045A (or 0x5E045A) is known color: Palatinate Purple. HEX triplet: 5E, 04 and 5A. RGB value is (94,4,90). Sum of RGB (Red+Green+Blue) = 94+4+90=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E045A is #A1FBA5. Grayscale: #282828. Windows color (decimal): -10615718 or 5899358. OLE color: 5899358.
HSL color Cylindrical-coordinate representation of color #5E045A: hue angle of 302.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E045A is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 90 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.63 |
| HSL | 302.67º | 0.92% | 0.19% | - |
| HSV(B) | 302.67º | 0.96% | 0.37% | - |
| XYZ | 6.5 | 3.2 | 9.95 | - |
| YUV | 40.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 90 | 0 | 0.96 | 0.04 | 0.63 | 302.67 | 0.92 | 0.19 |
| Hex | 5E | 4 | 5A | 0 | 60 | 4 | 3F | 12F | 5C | 13 |
| Octal | 136 | 4 | 132 | 0 | 140 | 4 | 77 | 457 | 134 | 23 |
| Binary | 1011110 | 100 | 1011010 | 0 | 1100000 | 100 | 111111 | 100101111 | 1011100 | 10011 |
Color Harmonies of #5E045A
Complementary color
Monochromatic Colors of #5E045A
Black with #5E045A
Text Example
Text Example
White with #5E045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E045A; }
p { color: rgb(94,4,90); }
H1.HeaderClassName
{
color: #5E045A;
}
.AnyTagClassName
{
color: #5E045A;
}
</style>
background-color css
<style>
a { background-color: #5E045A; }
a { background-color: rgb(94,4,90); }
div.DivClassName
{
background-color: #5E045A;
}
.BgClassName
{
background-color: #5E045A;
}
</style>
border-color css
<style>
span { border-color: #5E045A; }
span { border-color: rgb(94,4,90); }
td.TdClassName
{
border-color: #5E045A;
}
.TagClassName
{
border-color: #5E045A;
}
</style>