Shades of Palatinate Purple #5E055E
Tints of Palatinate Purple #5E055E
RGB
CMYK
RGB Variations
Color information
#5E055E (or 0x5E055E) is known color: Palatinate Purple. HEX triplet: 5E, 05 and 5E. RGB value is (94,5,94). Sum of RGB (Red+Green+Blue) = 94+5+94=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: red, blue. Hex color #5E055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E055E is #A1FAA1. Grayscale: #292929. Windows color (decimal): -10615458 or 6161758. OLE color: 6161758.
HSL color Cylindrical-coordinate representation of color #5E055E: hue angle of 300º 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 #5E055E is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 94 | - |
| CMYK | 0 | 0.95 | 0 | 0.63 |
| HSL | 300º | 0.9% | 0.19% | - |
| HSV(B) | 300º | 0.95% | 0.37% | - |
| XYZ | 6.69 | 3.3 | 10.87 | - |
| YUV | 41.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 94 | 0 | 0.95 | 0 | 0.63 | 300 | 0.9 | 0.19 |
| Hex | 5E | 5 | 5E | 0 | 5F | 0 | 3F | 12C | 5A | 13 |
| Octal | 136 | 5 | 136 | 0 | 137 | 0 | 77 | 454 | 132 | 23 |
| Binary | 1011110 | 101 | 1011110 | 0 | 1011111 | 0 | 111111 | 100101100 | 1011010 | 10011 |
Color Harmonies of #5E055E
Complementary color
Monochromatic Colors of #5E055E
Black with #5E055E
Text Example
Text Example
White with #5E055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E055E; }
p { color: rgb(94,5,94); }
H1.HeaderClassName
{
color: #5E055E;
}
.AnyTagClassName
{
color: #5E055E;
}
</style>
background-color css
<style>
a { background-color: #5E055E; }
a { background-color: rgb(94,5,94); }
div.DivClassName
{
background-color: #5E055E;
}
.BgClassName
{
background-color: #5E055E;
}
</style>
border-color css
<style>
span { border-color: #5E055E; }
span { border-color: rgb(94,5,94); }
td.TdClassName
{
border-color: #5E055E;
}
.TagClassName
{
border-color: #5E055E;
}
</style>