Shades of Palatinate Purple #5B1F52
Tints of Palatinate Purple #5B1F52
RGB
CMYK
RGB Variations
Color information
#5B1F52 (or 0x5B1F52) is known color: Palatinate Purple. HEX triplet: 5B, 1F and 52. RGB value is (91,31,82). Sum of RGB (Red+Green+Blue) = 91+31+82=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1F52 is #A4E0AD. Grayscale: #363636. Windows color (decimal): -10805422 or 5381979. OLE color: 5381979.
HSL color Cylindrical-coordinate representation of color #5B1F52: hue angle of 309º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F52 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 82 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.64 |
| HSL | 309º | 0.49% | 0.24% | - |
| HSV(B) | 309º | 0.66% | 0.36% | - |
| XYZ | 6.33 | 3.81 | 8.39 | - |
| YUV | 54.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 82 | 0 | 0.66 | 0.10 | 0.64 | 309 | 0.49 | 0.24 |
| Hex | 5B | 1F | 52 | 0 | 42 | A | 40 | 135 | 31 | 18 |
| Octal | 133 | 37 | 122 | 0 | 102 | 12 | 100 | 465 | 61 | 30 |
| Binary | 1011011 | 11111 | 1010010 | 0 | 1000010 | 1010 | 1000000 | 100110101 | 110001 | 11000 |
Color Harmonies of #5B1F52
Complementary color
Monochromatic Colors of #5B1F52
Black with #5B1F52
Text Example
Text Example
White with #5B1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F52; }
p { color: rgb(91,31,82); }
H1.HeaderClassName
{
color: #5B1F52;
}
.AnyTagClassName
{
color: #5B1F52;
}
</style>
background-color css
<style>
a { background-color: #5B1F52; }
a { background-color: rgb(91,31,82); }
div.DivClassName
{
background-color: #5B1F52;
}
.BgClassName
{
background-color: #5B1F52;
}
</style>
border-color css
<style>
span { border-color: #5B1F52; }
span { border-color: rgb(91,31,82); }
td.TdClassName
{
border-color: #5B1F52;
}
.TagClassName
{
border-color: #5B1F52;
}
</style>