Shades of Palatinate Purple #5B1D52
Tints of Palatinate Purple #5B1D52
RGB
CMYK
RGB Variations
Color information
#5B1D52 (or 0x5B1D52) is known color: Palatinate Purple. HEX triplet: 5B, 1D and 52. RGB value is (91,29,82). Sum of RGB (Red+Green+Blue) = 91+29+82=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1D52 is #A4E2AD. Grayscale: #353535. Windows color (decimal): -10805934 or 5381467. OLE color: 5381467.
HSL color Cylindrical-coordinate representation of color #5B1D52: hue angle of 308.71º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B1D52 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 29 | 82 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.64 |
| HSL | 308.71º | 0.52% | 0.24% | - |
| HSV(B) | 308.71º | 0.68% | 0.36% | - |
| XYZ | 6.28 | 3.71 | 8.37 | - |
| YUV | 53.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 82 | 0 | 0.68 | 0.10 | 0.64 | 308.71 | 0.52 | 0.24 |
| Hex | 5B | 1D | 52 | 0 | 44 | A | 40 | 135 | 34 | 18 |
| Octal | 133 | 35 | 122 | 0 | 104 | 12 | 100 | 465 | 64 | 30 |
| Binary | 1011011 | 11101 | 1010010 | 0 | 1000100 | 1010 | 1000000 | 100110101 | 110100 | 11000 |
Color Harmonies of #5B1D52
Complementary color
Monochromatic Colors of #5B1D52
Black with #5B1D52
Text Example
Text Example
White with #5B1D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1D52; }
p { color: rgb(91,29,82); }
H1.HeaderClassName
{
color: #5B1D52;
}
.AnyTagClassName
{
color: #5B1D52;
}
</style>
background-color css
<style>
a { background-color: #5B1D52; }
a { background-color: rgb(91,29,82); }
div.DivClassName
{
background-color: #5B1D52;
}
.BgClassName
{
background-color: #5B1D52;
}
</style>
border-color css
<style>
span { border-color: #5B1D52; }
span { border-color: rgb(91,29,82); }
td.TdClassName
{
border-color: #5B1D52;
}
.TagClassName
{
border-color: #5B1D52;
}
</style>