Shades of Palatinate Purple #5B2A59
Tints of Palatinate Purple #5B2A59
RGB
CMYK
RGB Variations
Color information
#5B2A59 (or 0x5B2A59) is known color: Palatinate Purple. HEX triplet: 5B, 2A and 59. RGB value is (91,42,89). Sum of RGB (Red+Green+Blue) = 91+42+89=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A59 is #A4D5A6. Grayscale: #3D3D3D. Windows color (decimal): -10802599 or 5843547. OLE color: 5843547.
HSL color Cylindrical-coordinate representation of color #5B2A59: hue angle of 302.45º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B2A59 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 42 | 89 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.64 |
| HSL | 302.45º | 0.37% | 0.26% | - |
| HSV(B) | 302.45º | 0.54% | 0.36% | - |
| XYZ | 6.95 | 4.6 | 9.97 | - |
| YUV | 62.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 89 | 0 | 0.54 | 0.02 | 0.64 | 302.45 | 0.37 | 0.26 |
| Hex | 5B | 2A | 59 | 0 | 36 | 2 | 40 | 12E | 25 | 1A |
| Octal | 133 | 52 | 131 | 0 | 66 | 2 | 100 | 456 | 45 | 32 |
| Binary | 1011011 | 101010 | 1011001 | 0 | 110110 | 10 | 1000000 | 100101110 | 100101 | 11010 |
Color Harmonies of #5B2A59
Complementary color
Monochromatic Colors of #5B2A59
Black with #5B2A59
Text Example
Text Example
White with #5B2A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2A59; }
p { color: rgb(91,42,89); }
H1.HeaderClassName
{
color: #5B2A59;
}
.AnyTagClassName
{
color: #5B2A59;
}
</style>
background-color css
<style>
a { background-color: #5B2A59; }
a { background-color: rgb(91,42,89); }
div.DivClassName
{
background-color: #5B2A59;
}
.BgClassName
{
background-color: #5B2A59;
}
</style>
border-color css
<style>
span { border-color: #5B2A59; }
span { border-color: rgb(91,42,89); }
td.TdClassName
{
border-color: #5B2A59;
}
.TagClassName
{
border-color: #5B2A59;
}
</style>