Shades of Palatinate Purple #5B1861
Tints of Palatinate Purple #5B1861
RGB
CMYK
RGB Variations
Color information
#5B1861 (or 0x5B1861) is known color: Palatinate Purple. HEX triplet: 5B, 18 and 61. RGB value is (91,24,97). Sum of RGB (Red+Green+Blue) = 91+24+97=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B1861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1861 is #A4E79E. Grayscale: #343434. Windows color (decimal): -10807199 or 6363227. OLE color: 6363227.
HSL color Cylindrical-coordinate representation of color #5B1861: hue angle of 295.07º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B1861 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 24 | 97 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.62 |
| HSL | 295.07º | 0.6% | 0.24% | - |
| HSV(B) | 295.07º | 0.75% | 0.38% | - |
| XYZ | 6.8 | 3.74 | 11.67 | - |
| YUV | 52.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 97 | 0.06 | 0.75 | 0 | 0.62 | 295.07 | 0.6 | 0.24 |
| Hex | 5B | 18 | 61 | 6 | 4B | 0 | 3E | 127 | 3C | 18 |
| Octal | 133 | 30 | 141 | 6 | 113 | 0 | 76 | 447 | 74 | 30 |
| Binary | 1011011 | 11000 | 1100001 | 110 | 1001011 | 0 | 111110 | 100100111 | 111100 | 11000 |
Color Harmonies of #5B1861
Complementary color
Monochromatic Colors of #5B1861
Black with #5B1861
Text Example
Text Example
White with #5B1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1861; }
p { color: rgb(91,24,97); }
H1.HeaderClassName
{
color: #5B1861;
}
.AnyTagClassName
{
color: #5B1861;
}
</style>
background-color css
<style>
a { background-color: #5B1861; }
a { background-color: rgb(91,24,97); }
div.DivClassName
{
background-color: #5B1861;
}
.BgClassName
{
background-color: #5B1861;
}
</style>
border-color css
<style>
span { border-color: #5B1861; }
span { border-color: rgb(91,24,97); }
td.TdClassName
{
border-color: #5B1861;
}
.TagClassName
{
border-color: #5B1861;
}
</style>