Shades of Palatinate Purple #5E116A
Tints of Palatinate Purple #5E116A
RGB
CMYK
RGB Variations
Color information
#5E116A (or 0x5E116A) is known color: Palatinate Purple. HEX triplet: 5E, 11 and 6A. RGB value is (94,17,106). Sum of RGB (Red+Green+Blue) = 94+17+106=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E116A is #A1EE95. Grayscale: #313131. Windows color (decimal): -10612374 or 6951262. OLE color: 6951262.
HSL color Cylindrical-coordinate representation of color #5E116A: hue angle of 291.91º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E116A is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 17 | 106 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.58 |
| HSL | 291.91º | 0.72% | 0.24% | - |
| HSV(B) | 291.91º | 0.84% | 0.42% | - |
| XYZ | 7.42 | 3.82 | 13.98 | - |
| YUV | 50.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 106 | 0.11 | 0.84 | 0 | 0.58 | 291.91 | 0.72 | 0.24 |
| Hex | 5E | 11 | 6A | B | 54 | 0 | 3A | 124 | 48 | 18 |
| Octal | 136 | 21 | 152 | 13 | 124 | 0 | 72 | 444 | 110 | 30 |
| Binary | 1011110 | 10001 | 1101010 | 1011 | 1010100 | 0 | 111010 | 100100100 | 1001000 | 11000 |
Color Harmonies of #5E116A
Complementary color
Monochromatic Colors of #5E116A
Black with #5E116A
Text Example
Text Example
White with #5E116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E116A; }
p { color: rgb(94,17,106); }
H1.HeaderClassName
{
color: #5E116A;
}
.AnyTagClassName
{
color: #5E116A;
}
</style>
background-color css
<style>
a { background-color: #5E116A; }
a { background-color: rgb(94,17,106); }
div.DivClassName
{
background-color: #5E116A;
}
.BgClassName
{
background-color: #5E116A;
}
</style>
border-color css
<style>
span { border-color: #5E116A; }
span { border-color: rgb(94,17,106); }
td.TdClassName
{
border-color: #5E116A;
}
.TagClassName
{
border-color: #5E116A;
}
</style>