Shades of Palatinate Purple #5B0558
Tints of Palatinate Purple #5B0558
RGB
CMYK
RGB Variations
Color information
#5B0558 (or 0x5B0558) is known color: Palatinate Purple. HEX triplet: 5B, 05 and 58. RGB value is (91,5,88). Sum of RGB (Red+Green+Blue) = 91+5+88=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0558 is #A4FAA7. Grayscale: #272727. Windows color (decimal): -10812072 or 5768539. OLE color: 5768539.
HSL color Cylindrical-coordinate representation of color #5B0558: hue angle of 302.09º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0558 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 88 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.64 |
| HSL | 302.09º | 0.9% | 0.19% | - |
| HSV(B) | 302.09º | 0.95% | 0.36% | - |
| XYZ | 6.13 | 3.04 | 9.5 | - |
| YUV | 40.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 88 | 0 | 0.95 | 0.03 | 0.64 | 302.09 | 0.9 | 0.19 |
| Hex | 5B | 5 | 58 | 0 | 5F | 3 | 40 | 12E | 5A | 13 |
| Octal | 133 | 5 | 130 | 0 | 137 | 3 | 100 | 456 | 132 | 23 |
| Binary | 1011011 | 101 | 1011000 | 0 | 1011111 | 11 | 1000000 | 100101110 | 1011010 | 10011 |
Color Harmonies of #5B0558
Complementary color
Monochromatic Colors of #5B0558
Black with #5B0558
Text Example
Text Example
White with #5B0558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0558; }
p { color: rgb(91,5,88); }
H1.HeaderClassName
{
color: #5B0558;
}
.AnyTagClassName
{
color: #5B0558;
}
</style>
background-color css
<style>
a { background-color: #5B0558; }
a { background-color: rgb(91,5,88); }
div.DivClassName
{
background-color: #5B0558;
}
.BgClassName
{
background-color: #5B0558;
}
</style>
border-color css
<style>
span { border-color: #5B0558; }
span { border-color: rgb(91,5,88); }
td.TdClassName
{
border-color: #5B0558;
}
.TagClassName
{
border-color: #5B0558;
}
</style>