Shades of Palatinate Purple #5B1954
Tints of Palatinate Purple #5B1954
RGB
CMYK
RGB Variations
Color information
#5B1954 (or 0x5B1954) is known color: Palatinate Purple. HEX triplet: 5B, 19 and 54. RGB value is (91,25,84). Sum of RGB (Red+Green+Blue) = 91+25+84=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1954 is #A4E6AB. Grayscale: #333333. Windows color (decimal): -10806956 or 5511515. OLE color: 5511515.
HSL color Cylindrical-coordinate representation of color #5B1954: hue angle of 306.36º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B1954 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 25 | 84 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.64 |
| HSL | 306.36º | 0.57% | 0.23% | - |
| HSV(B) | 306.36º | 0.73% | 0.36% | - |
| XYZ | 6.26 | 3.56 | 8.74 | - |
| YUV | 51.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 25 | 84 | 0 | 0.73 | 0.08 | 0.64 | 306.36 | 0.57 | 0.23 |
| Hex | 5B | 19 | 54 | 0 | 49 | 8 | 40 | 132 | 39 | 17 |
| Octal | 133 | 31 | 124 | 0 | 111 | 10 | 100 | 462 | 71 | 27 |
| Binary | 1011011 | 11001 | 1010100 | 0 | 1001001 | 1000 | 1000000 | 100110010 | 111001 | 10111 |
Color Harmonies of #5B1954
Complementary color
Monochromatic Colors of #5B1954
Black with #5B1954
Text Example
Text Example
White with #5B1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1954; }
p { color: rgb(91,25,84); }
H1.HeaderClassName
{
color: #5B1954;
}
.AnyTagClassName
{
color: #5B1954;
}
</style>
background-color css
<style>
a { background-color: #5B1954; }
a { background-color: rgb(91,25,84); }
div.DivClassName
{
background-color: #5B1954;
}
.BgClassName
{
background-color: #5B1954;
}
</style>
border-color css
<style>
span { border-color: #5B1954; }
span { border-color: rgb(91,25,84); }
td.TdClassName
{
border-color: #5B1954;
}
.TagClassName
{
border-color: #5B1954;
}
</style>