Shades of Palatinate Purple #5B0D56
Tints of Palatinate Purple #5B0D56
RGB
CMYK
RGB Variations
Color information
#5B0D56 (or 0x5B0D56) is known color: Palatinate Purple. HEX triplet: 5B, 0D and 56. RGB value is (91,13,86). Sum of RGB (Red+Green+Blue) = 91+13+86=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D56 is #A4F2A9. Grayscale: #2C2C2C. Windows color (decimal): -10810026 or 5639515. OLE color: 5639515.
HSL color Cylindrical-coordinate representation of color #5B0D56: hue angle of 303.85º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B0D56 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 13 | 86 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.64 |
| HSL | 303.85º | 0.75% | 0.2% | - |
| HSV(B) | 303.85º | 0.86% | 0.36% | - |
| XYZ | 6.14 | 3.18 | 9.1 | - |
| YUV | 44.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 86 | 0 | 0.86 | 0.05 | 0.64 | 303.85 | 0.75 | 0.2 |
| Hex | 5B | D | 56 | 0 | 56 | 5 | 40 | 130 | 4B | 14 |
| Octal | 133 | 15 | 126 | 0 | 126 | 5 | 100 | 460 | 113 | 24 |
| Binary | 1011011 | 1101 | 1010110 | 0 | 1010110 | 101 | 1000000 | 100110000 | 1001011 | 10100 |
Color Harmonies of #5B0D56
Complementary color
Monochromatic Colors of #5B0D56
Black with #5B0D56
Text Example
Text Example
White with #5B0D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0D56; }
p { color: rgb(91,13,86); }
H1.HeaderClassName
{
color: #5B0D56;
}
.AnyTagClassName
{
color: #5B0D56;
}
</style>
background-color css
<style>
a { background-color: #5B0D56; }
a { background-color: rgb(91,13,86); }
div.DivClassName
{
background-color: #5B0D56;
}
.BgClassName
{
background-color: #5B0D56;
}
</style>
border-color css
<style>
span { border-color: #5B0D56; }
span { border-color: rgb(91,13,86); }
td.TdClassName
{
border-color: #5B0D56;
}
.TagClassName
{
border-color: #5B0D56;
}
</style>