Shades of Palatinate Purple #5B0456
Tints of Palatinate Purple #5B0456
RGB
CMYK
RGB Variations
Color information
#5B0456 (or 0x5B0456) is known color: Palatinate Purple. HEX triplet: 5B, 04 and 56. RGB value is (91,4,86). Sum of RGB (Red+Green+Blue) = 91+4+86=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0456 is #A4FBA9. Grayscale: #272727. Windows color (decimal): -10812330 or 5637211. OLE color: 5637211.
HSL color Cylindrical-coordinate representation of color #5B0456: hue angle of 303.45º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B0456 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 86 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.64 |
| HSL | 303.45º | 0.92% | 0.19% | - |
| HSV(B) | 303.45º | 0.96% | 0.36% | - |
| XYZ | 6.04 | 2.98 | 9.06 | - |
| YUV | 39.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 86 | 0 | 0.96 | 0.05 | 0.64 | 303.45 | 0.92 | 0.19 |
| Hex | 5B | 4 | 56 | 0 | 60 | 5 | 40 | 12F | 5C | 13 |
| Octal | 133 | 4 | 126 | 0 | 140 | 5 | 100 | 457 | 134 | 23 |
| Binary | 1011011 | 100 | 1010110 | 0 | 1100000 | 101 | 1000000 | 100101111 | 1011100 | 10011 |
Color Harmonies of #5B0456
Complementary color
Monochromatic Colors of #5B0456
Black with #5B0456
Text Example
Text Example
White with #5B0456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0456; }
p { color: rgb(91,4,86); }
H1.HeaderClassName
{
color: #5B0456;
}
.AnyTagClassName
{
color: #5B0456;
}
</style>
background-color css
<style>
a { background-color: #5B0456; }
a { background-color: rgb(91,4,86); }
div.DivClassName
{
background-color: #5B0456;
}
.BgClassName
{
background-color: #5B0456;
}
</style>
border-color css
<style>
span { border-color: #5B0456; }
span { border-color: rgb(91,4,86); }
td.TdClassName
{
border-color: #5B0456;
}
.TagClassName
{
border-color: #5B0456;
}
</style>