Shades of Palatinate Purple #5E045B
Tints of Palatinate Purple #5E045B
RGB
CMYK
RGB Variations
Color information
#5E045B (or 0x5E045B) is known color: Palatinate Purple. HEX triplet: 5E, 04 and 5B. RGB value is (94,4,91). Sum of RGB (Red+Green+Blue) = 94+4+91=189 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.74% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 94 - color contains mainly: red. Hex color #5E045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E045B is #A1FBA4. Grayscale: #282828. Windows color (decimal): -10615717 or 5964894. OLE color: 5964894.
HSL color Cylindrical-coordinate representation of color #5E045B: hue angle of 302º 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 #5E045B is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 91 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.63 |
| HSL | 302º | 0.92% | 0.19% | - |
| HSV(B) | 302º | 0.96% | 0.37% | - |
| XYZ | 6.55 | 3.22 | 10.17 | - |
| YUV | 40.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 91 | 0 | 0.96 | 0.03 | 0.63 | 302 | 0.92 | 0.19 |
| Hex | 5E | 4 | 5B | 0 | 60 | 3 | 3F | 12E | 5C | 13 |
| Octal | 136 | 4 | 133 | 0 | 140 | 3 | 77 | 456 | 134 | 23 |
| Binary | 1011110 | 100 | 1011011 | 0 | 1100000 | 11 | 111111 | 100101110 | 1011100 | 10011 |
Color Harmonies of #5E045B
Complementary color
Monochromatic Colors of #5E045B
Black with #5E045B
Text Example
Text Example
White with #5E045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E045B; }
p { color: rgb(94,4,91); }
H1.HeaderClassName
{
color: #5E045B;
}
.AnyTagClassName
{
color: #5E045B;
}
</style>
background-color css
<style>
a { background-color: #5E045B; }
a { background-color: rgb(94,4,91); }
div.DivClassName
{
background-color: #5E045B;
}
.BgClassName
{
background-color: #5E045B;
}
</style>
border-color css
<style>
span { border-color: #5E045B; }
span { border-color: rgb(94,4,91); }
td.TdClassName
{
border-color: #5E045B;
}
.TagClassName
{
border-color: #5E045B;
}
</style>