Shades of Palatinate Purple #5E126A
Tints of Palatinate Purple #5E126A
RGB
CMYK
RGB Variations
Color information
#5E126A (or 0x5E126A) is known color: Palatinate Purple. HEX triplet: 5E, 12 and 6A. RGB value is (94,18,106). Sum of RGB (Red+Green+Blue) = 94+18+106=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E126A is #A1ED95. Grayscale: #323232. Windows color (decimal): -10612118 or 6951518. OLE color: 6951518.
HSL color Cylindrical-coordinate representation of color #5E126A: hue angle of 291.82º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E126A is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 18 | 106 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.58 |
| HSL | 291.82º | 0.71% | 0.24% | - |
| HSV(B) | 291.82º | 0.83% | 0.42% | - |
| XYZ | 7.43 | 3.85 | 13.99 | - |
| YUV | 50.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 106 | 0.11 | 0.83 | 0 | 0.58 | 291.82 | 0.71 | 0.24 |
| Hex | 5E | 12 | 6A | B | 53 | 0 | 3A | 124 | 47 | 18 |
| Octal | 136 | 22 | 152 | 13 | 123 | 0 | 72 | 444 | 107 | 30 |
| Binary | 1011110 | 10010 | 1101010 | 1011 | 1010011 | 0 | 111010 | 100100100 | 1000111 | 11000 |
Color Harmonies of #5E126A
Complementary color
Monochromatic Colors of #5E126A
Black with #5E126A
Text Example
Text Example
White with #5E126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E126A; }
p { color: rgb(94,18,106); }
H1.HeaderClassName
{
color: #5E126A;
}
.AnyTagClassName
{
color: #5E126A;
}
</style>
background-color css
<style>
a { background-color: #5E126A; }
a { background-color: rgb(94,18,106); }
div.DivClassName
{
background-color: #5E126A;
}
.BgClassName
{
background-color: #5E126A;
}
</style>
border-color css
<style>
span { border-color: #5E126A; }
span { border-color: rgb(94,18,106); }
td.TdClassName
{
border-color: #5E126A;
}
.TagClassName
{
border-color: #5E126A;
}
</style>