Shades of Palatinate Purple #5B0C59
Tints of Palatinate Purple #5B0C59
RGB
CMYK
RGB Variations
Color information
#5B0C59 (or 0x5B0C59) is known color: Palatinate Purple. HEX triplet: 5B, 0C and 59. RGB value is (91,12,89). Sum of RGB (Red+Green+Blue) = 91+12+89=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0C59 is #A4F3A6. Grayscale: #2C2C2C. Windows color (decimal): -10810279 or 5835867. OLE color: 5835867.
HSL color Cylindrical-coordinate representation of color #5B0C59: hue angle of 301.52º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B0C59 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 12 | 89 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.64 |
| HSL | 301.52º | 0.77% | 0.2% | - |
| HSV(B) | 301.52º | 0.87% | 0.36% | - |
| XYZ | 6.25 | 3.21 | 9.74 | - |
| YUV | 44.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 89 | 0 | 0.87 | 0.02 | 0.64 | 301.52 | 0.77 | 0.2 |
| Hex | 5B | C | 59 | 0 | 57 | 2 | 40 | 12E | 4D | 14 |
| Octal | 133 | 14 | 131 | 0 | 127 | 2 | 100 | 456 | 115 | 24 |
| Binary | 1011011 | 1100 | 1011001 | 0 | 1010111 | 10 | 1000000 | 100101110 | 1001101 | 10100 |
Color Harmonies of #5B0C59
Complementary color
Monochromatic Colors of #5B0C59
Black with #5B0C59
Text Example
Text Example
White with #5B0C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0C59; }
p { color: rgb(91,12,89); }
H1.HeaderClassName
{
color: #5B0C59;
}
.AnyTagClassName
{
color: #5B0C59;
}
</style>
background-color css
<style>
a { background-color: #5B0C59; }
a { background-color: rgb(91,12,89); }
div.DivClassName
{
background-color: #5B0C59;
}
.BgClassName
{
background-color: #5B0C59;
}
</style>
border-color css
<style>
span { border-color: #5B0C59; }
span { border-color: rgb(91,12,89); }
td.TdClassName
{
border-color: #5B0C59;
}
.TagClassName
{
border-color: #5B0C59;
}
</style>