Shades of Palatinate Purple #5E0B69
Tints of Palatinate Purple #5E0B69
RGB
CMYK
RGB Variations
Color information
#5E0B69 (or 0x5E0B69) is known color: Palatinate Purple. HEX triplet: 5E, 0B and 69. RGB value is (94,11,105). Sum of RGB (Red+Green+Blue) = 94+11+105=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E0B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B69 is #A1F496. Grayscale: #2E2E2E. Windows color (decimal): -10613911 or 6884190. OLE color: 6884190.
HSL color Cylindrical-coordinate representation of color #5E0B69: hue angle of 292.98º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0B69 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 11 | 105 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.59 |
| HSL | 292.98º | 0.81% | 0.23% | - |
| HSV(B) | 292.98º | 0.9% | 0.41% | - |
| XYZ | 7.29 | 3.64 | 13.68 | - |
| YUV | 46.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 105 | 0.10 | 0.90 | 0 | 0.59 | 292.98 | 0.81 | 0.23 |
| Hex | 5E | B | 69 | A | 5A | 0 | 3B | 125 | 51 | 17 |
| Octal | 136 | 13 | 151 | 12 | 132 | 0 | 73 | 445 | 121 | 27 |
| Binary | 1011110 | 1011 | 1101001 | 1010 | 1011010 | 0 | 111011 | 100100101 | 1010001 | 10111 |
Color Harmonies of #5E0B69
Complementary color
Monochromatic Colors of #5E0B69
Black with #5E0B69
Text Example
Text Example
White with #5E0B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0B69; }
p { color: rgb(94,11,105); }
H1.HeaderClassName
{
color: #5E0B69;
}
.AnyTagClassName
{
color: #5E0B69;
}
</style>
background-color css
<style>
a { background-color: #5E0B69; }
a { background-color: rgb(94,11,105); }
div.DivClassName
{
background-color: #5E0B69;
}
.BgClassName
{
background-color: #5E0B69;
}
</style>
border-color css
<style>
span { border-color: #5E0B69; }
span { border-color: rgb(94,11,105); }
td.TdClassName
{
border-color: #5E0B69;
}
.TagClassName
{
border-color: #5E0B69;
}
</style>