Shades of Palatinate Purple #5B2652
Tints of Palatinate Purple #5B2652
RGB
CMYK
RGB Variations
Color information
#5B2652 (or 0x5B2652) is known color: Palatinate Purple. HEX triplet: 5B, 26 and 52. RGB value is (91,38,82). Sum of RGB (Red+Green+Blue) = 91+38+82=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2652 is #A4D9AD. Grayscale: #3A3A3A. Windows color (decimal): -10803630 or 5383771. OLE color: 5383771.
HSL color Cylindrical-coordinate representation of color #5B2652: hue angle of 310.19º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B2652 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 82 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.64 |
| HSL | 310.19º | 0.41% | 0.25% | - |
| HSV(B) | 310.19º | 0.58% | 0.36% | - |
| XYZ | 6.53 | 4.22 | 8.45 | - |
| YUV | 58.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 82 | 0 | 0.58 | 0.10 | 0.64 | 310.19 | 0.41 | 0.25 |
| Hex | 5B | 26 | 52 | 0 | 3A | A | 40 | 136 | 29 | 19 |
| Octal | 133 | 46 | 122 | 0 | 72 | 12 | 100 | 466 | 51 | 31 |
| Binary | 1011011 | 100110 | 1010010 | 0 | 111010 | 1010 | 1000000 | 100110110 | 101001 | 11001 |
Color Harmonies of #5B2652
Complementary color
Monochromatic Colors of #5B2652
Black with #5B2652
Text Example
Text Example
White with #5B2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2652; }
p { color: rgb(91,38,82); }
H1.HeaderClassName
{
color: #5B2652;
}
.AnyTagClassName
{
color: #5B2652;
}
</style>
background-color css
<style>
a { background-color: #5B2652; }
a { background-color: rgb(91,38,82); }
div.DivClassName
{
background-color: #5B2652;
}
.BgClassName
{
background-color: #5B2652;
}
</style>
border-color css
<style>
span { border-color: #5B2652; }
span { border-color: rgb(91,38,82); }
td.TdClassName
{
border-color: #5B2652;
}
.TagClassName
{
border-color: #5B2652;
}
</style>