Shades of Palatinate Purple #5E0D6B
Tints of Palatinate Purple #5E0D6B
RGB
CMYK
RGB Variations
Color information
#5E0D6B (or 0x5E0D6B) is known color: Palatinate Purple. HEX triplet: 5E, 0D and 6B. RGB value is (94,13,107). Sum of RGB (Red+Green+Blue) = 94+13+107=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #5E0D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0D6B is #A1F294. Grayscale: #2F2F2F. Windows color (decimal): -10613397 or 7015774. OLE color: 7015774.
HSL color Cylindrical-coordinate representation of color #5E0D6B: hue angle of 291.7º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E0D6B is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 13 | 107 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.58 |
| HSL | 291.7º | 0.78% | 0.24% | - |
| HSV(B) | 291.7º | 0.88% | 0.42% | - |
| XYZ | 7.41 | 3.73 | 14.24 | - |
| YUV | 47.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 13 | 107 | 0.12 | 0.88 | 0 | 0.58 | 291.7 | 0.78 | 0.24 |
| Hex | 5E | D | 6B | C | 58 | 0 | 3A | 124 | 4E | 18 |
| Octal | 136 | 15 | 153 | 14 | 130 | 0 | 72 | 444 | 116 | 30 |
| Binary | 1011110 | 1101 | 1101011 | 1100 | 1011000 | 0 | 111010 | 100100100 | 1001110 | 11000 |
Color Harmonies of #5E0D6B
Complementary color
Monochromatic Colors of #5E0D6B
Black with #5E0D6B
Text Example
Text Example
White with #5E0D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0D6B; }
p { color: rgb(94,13,107); }
H1.HeaderClassName
{
color: #5E0D6B;
}
.AnyTagClassName
{
color: #5E0D6B;
}
</style>
background-color css
<style>
a { background-color: #5E0D6B; }
a { background-color: rgb(94,13,107); }
div.DivClassName
{
background-color: #5E0D6B;
}
.BgClassName
{
background-color: #5E0D6B;
}
</style>
border-color css
<style>
span { border-color: #5E0D6B; }
span { border-color: rgb(94,13,107); }
td.TdClassName
{
border-color: #5E0D6B;
}
.TagClassName
{
border-color: #5E0D6B;
}
</style>