Shades of Palatinate Purple #5E0B56
Tints of Palatinate Purple #5E0B56
RGB
CMYK
RGB Variations
Color information
#5E0B56 (or 0x5E0B56) is known color: Palatinate Purple. HEX triplet: 5E, 0B and 56. RGB value is (94,11,86). Sum of RGB (Red+Green+Blue) = 94+11+86=191 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.21% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0B56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B56 is #A1F4A9. Grayscale: #2C2C2C. Windows color (decimal): -10613930 or 5639006. OLE color: 5639006.
HSL color Cylindrical-coordinate representation of color #5E0B56: hue angle of 305.78º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E0B56 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 11 | 86 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.63 |
| HSL | 305.78º | 0.79% | 0.21% | - |
| HSV(B) | 305.78º | 0.88% | 0.37% | - |
| XYZ | 6.42 | 3.29 | 9.1 | - |
| YUV | 44.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 86 | 0 | 0.88 | 0.09 | 0.63 | 305.78 | 0.79 | 0.21 |
| Hex | 5E | B | 56 | 0 | 58 | 9 | 3F | 132 | 4F | 15 |
| Octal | 136 | 13 | 126 | 0 | 130 | 11 | 77 | 462 | 117 | 25 |
| Binary | 1011110 | 1011 | 1010110 | 0 | 1011000 | 1001 | 111111 | 100110010 | 1001111 | 10101 |
Color Harmonies of #5E0B56
Complementary color
Monochromatic Colors of #5E0B56
Black with #5E0B56
Text Example
Text Example
White with #5E0B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0B56; }
p { color: rgb(94,11,86); }
H1.HeaderClassName
{
color: #5E0B56;
}
.AnyTagClassName
{
color: #5E0B56;
}
</style>
background-color css
<style>
a { background-color: #5E0B56; }
a { background-color: rgb(94,11,86); }
div.DivClassName
{
background-color: #5E0B56;
}
.BgClassName
{
background-color: #5E0B56;
}
</style>
border-color css
<style>
span { border-color: #5E0B56; }
span { border-color: rgb(94,11,86); }
td.TdClassName
{
border-color: #5E0B56;
}
.TagClassName
{
border-color: #5E0B56;
}
</style>