Shades of Palatinate Purple #5B2052
Tints of Palatinate Purple #5B2052
RGB
CMYK
RGB Variations
Color information
#5B2052 (or 0x5B2052) is known color: Palatinate Purple. HEX triplet: 5B, 20 and 52. RGB value is (91,32,82). Sum of RGB (Red+Green+Blue) = 91+32+82=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2052 is #A4DFAD. Grayscale: #373737. Windows color (decimal): -10805166 or 5382235. OLE color: 5382235.
HSL color Cylindrical-coordinate representation of color #5B2052: hue angle of 309.15º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B2052 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 82 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.64 |
| HSL | 309.15º | 0.48% | 0.24% | - |
| HSV(B) | 309.15º | 0.65% | 0.36% | - |
| XYZ | 6.35 | 3.87 | 8.39 | - |
| YUV | 55.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 82 | 0 | 0.65 | 0.10 | 0.64 | 309.15 | 0.48 | 0.24 |
| Hex | 5B | 20 | 52 | 0 | 41 | A | 40 | 135 | 30 | 18 |
| Octal | 133 | 40 | 122 | 0 | 101 | 12 | 100 | 465 | 60 | 30 |
| Binary | 1011011 | 100000 | 1010010 | 0 | 1000001 | 1010 | 1000000 | 100110101 | 110000 | 11000 |
Color Harmonies of #5B2052
Complementary color
Monochromatic Colors of #5B2052
Black with #5B2052
Text Example
Text Example
White with #5B2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2052; }
p { color: rgb(91,32,82); }
H1.HeaderClassName
{
color: #5B2052;
}
.AnyTagClassName
{
color: #5B2052;
}
</style>
background-color css
<style>
a { background-color: #5B2052; }
a { background-color: rgb(91,32,82); }
div.DivClassName
{
background-color: #5B2052;
}
.BgClassName
{
background-color: #5B2052;
}
</style>
border-color css
<style>
span { border-color: #5B2052; }
span { border-color: rgb(91,32,82); }
td.TdClassName
{
border-color: #5B2052;
}
.TagClassName
{
border-color: #5B2052;
}
</style>