Shades of Palatinate Purple #5B1853
Tints of Palatinate Purple #5B1853
RGB
CMYK
RGB Variations
Color information
#5B1853 (or 0x5B1853) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 53. RGB value is (91,24,83). Sum of RGB (Red+Green+Blue) = 91+24+83=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1853 is #A4E7AC. Grayscale: #323232. Windows color (decimal): -10807213 or 5445723. OLE color: 5445723.
HSL color Cylindrical-coordinate representation of color #5B1853: hue angle of 307.16º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B1853 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 83 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.64 |
| HSL | 307.16º | 0.58% | 0.23% | - |
| HSV(B) | 307.16º | 0.74% | 0.36% | - |
| XYZ | 6.2 | 3.5 | 8.53 | - |
| YUV | 50.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 83 | 0 | 0.74 | 0.09 | 0.64 | 307.16 | 0.58 | 0.23 |
| Hex | 5B | 18 | 53 | 0 | 4A | 9 | 40 | 133 | 3A | 17 |
| Octal | 133 | 30 | 123 | 0 | 112 | 11 | 100 | 463 | 72 | 27 |
| Binary | 1011011 | 11000 | 1010011 | 0 | 1001010 | 1001 | 1000000 | 100110011 | 111010 | 10111 |
Color Harmonies of #5B1853
Complementary color
Monochromatic Colors of #5B1853
Black with #5B1853
Text Example
Text Example
White with #5B1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1853; }
p { color: rgb(91,24,83); }
H1.HeaderClassName
{
color: #5B1853;
}
.AnyTagClassName
{
color: #5B1853;
}
</style>
background-color css
<style>
a { background-color: #5B1853; }
a { background-color: rgb(91,24,83); }
div.DivClassName
{
background-color: #5B1853;
}
.BgClassName
{
background-color: #5B1853;
}
</style>
border-color css
<style>
span { border-color: #5B1853; }
span { border-color: rgb(91,24,83); }
td.TdClassName
{
border-color: #5B1853;
}
.TagClassName
{
border-color: #5B1853;
}
</style>