Shades of Palatinate Purple #5B2158
Tints of Palatinate Purple #5B2158
RGB
CMYK
RGB Variations
Color information
#5B2158 (or 0x5B2158) is known color: Palatinate Purple. HEX triplet: 5B, 21 and 58. RGB value is (91,33,88). Sum of RGB (Red+Green+Blue) = 91+33+88=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2158 is #A4DEA7. Grayscale: #383838. Windows color (decimal): -10804904 or 5775707. OLE color: 5775707.
HSL color Cylindrical-coordinate representation of color #5B2158: hue angle of 303.1º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B2158 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 33 | 88 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.64 |
| HSL | 303.1º | 0.47% | 0.24% | - |
| HSV(B) | 303.1º | 0.64% | 0.36% | - |
| XYZ | 6.62 | 4.02 | 9.66 | - |
| YUV | 56.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 88 | 0 | 0.64 | 0.03 | 0.64 | 303.1 | 0.47 | 0.24 |
| Hex | 5B | 21 | 58 | 0 | 40 | 3 | 40 | 12F | 2F | 18 |
| Octal | 133 | 41 | 130 | 0 | 100 | 3 | 100 | 457 | 57 | 30 |
| Binary | 1011011 | 100001 | 1011000 | 0 | 1000000 | 11 | 1000000 | 100101111 | 101111 | 11000 |
Color Harmonies of #5B2158
Complementary color
Monochromatic Colors of #5B2158
Black with #5B2158
Text Example
Text Example
White with #5B2158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2158; }
p { color: rgb(91,33,88); }
H1.HeaderClassName
{
color: #5B2158;
}
.AnyTagClassName
{
color: #5B2158;
}
</style>
background-color css
<style>
a { background-color: #5B2158; }
a { background-color: rgb(91,33,88); }
div.DivClassName
{
background-color: #5B2158;
}
.BgClassName
{
background-color: #5B2158;
}
</style>
border-color css
<style>
span { border-color: #5B2158; }
span { border-color: rgb(91,33,88); }
td.TdClassName
{
border-color: #5B2158;
}
.TagClassName
{
border-color: #5B2158;
}
</style>