Shades of Palatinate Purple #5B0860
Tints of Palatinate Purple #5B0860
RGB
CMYK
RGB Variations
Color information
#5B0860 (or 0x5B0860) is known color: Palatinate Purple. HEX triplet: 5B, 08 and 60. RGB value is (91,8,96). Sum of RGB (Red+Green+Blue) = 91+8+96=195 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.67% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #5B0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0860 is #A4F79F. Grayscale: #2A2A2A. Windows color (decimal): -10811296 or 6293595. OLE color: 6293595.
HSL color Cylindrical-coordinate representation of color #5B0860: hue angle of 296.59º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0860 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 8 | 96 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.62 |
| HSL | 296.59º | 0.85% | 0.2% | - |
| HSV(B) | 296.59º | 0.92% | 0.38% | - |
| XYZ | 6.51 | 3.24 | 11.35 | - |
| YUV | 42.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 96 | 0.05 | 0.92 | 0 | 0.62 | 296.59 | 0.85 | 0.2 |
| Hex | 5B | 8 | 60 | 5 | 5C | 0 | 3E | 129 | 55 | 14 |
| Octal | 133 | 10 | 140 | 5 | 134 | 0 | 76 | 451 | 125 | 24 |
| Binary | 1011011 | 1000 | 1100000 | 101 | 1011100 | 0 | 111110 | 100101001 | 1010101 | 10100 |
Color Harmonies of #5B0860
Complementary color
Monochromatic Colors of #5B0860
Black with #5B0860
Text Example
Text Example
White with #5B0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0860; }
p { color: rgb(91,8,96); }
H1.HeaderClassName
{
color: #5B0860;
}
.AnyTagClassName
{
color: #5B0860;
}
</style>
background-color css
<style>
a { background-color: #5B0860; }
a { background-color: rgb(91,8,96); }
div.DivClassName
{
background-color: #5B0860;
}
.BgClassName
{
background-color: #5B0860;
}
</style>
border-color css
<style>
span { border-color: #5B0860; }
span { border-color: rgb(91,8,96); }
td.TdClassName
{
border-color: #5B0860;
}
.TagClassName
{
border-color: #5B0860;
}
</style>