Shades of Palatinate Purple #5B1261
Tints of Palatinate Purple #5B1261
RGB
CMYK
RGB Variations
Color information
#5B1261 (or 0x5B1261) is known color: Palatinate Purple. HEX triplet: 5B, 12 and 61. RGB value is (91,18,97). Sum of RGB (Red+Green+Blue) = 91+18+97=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1261 is #A4ED9E. Grayscale: #303030. Windows color (decimal): -10808735 or 6361691. OLE color: 6361691.
HSL color Cylindrical-coordinate representation of color #5B1261: hue angle of 295.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1261 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 18 | 97 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.62 |
| HSL | 295.44º | 0.69% | 0.23% | - |
| HSV(B) | 295.44º | 0.81% | 0.38% | - |
| XYZ | 6.69 | 3.52 | 11.64 | - |
| YUV | 48.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 97 | 0.06 | 0.81 | 0 | 0.62 | 295.44 | 0.69 | 0.23 |
| Hex | 5B | 12 | 61 | 6 | 51 | 0 | 3E | 127 | 45 | 17 |
| Octal | 133 | 22 | 141 | 6 | 121 | 0 | 76 | 447 | 105 | 27 |
| Binary | 1011011 | 10010 | 1100001 | 110 | 1010001 | 0 | 111110 | 100100111 | 1000101 | 10111 |
Color Harmonies of #5B1261
Complementary color
Monochromatic Colors of #5B1261
Black with #5B1261
Text Example
Text Example
White with #5B1261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1261; }
p { color: rgb(91,18,97); }
H1.HeaderClassName
{
color: #5B1261;
}
.AnyTagClassName
{
color: #5B1261;
}
</style>
background-color css
<style>
a { background-color: #5B1261; }
a { background-color: rgb(91,18,97); }
div.DivClassName
{
background-color: #5B1261;
}
.BgClassName
{
background-color: #5B1261;
}
</style>
border-color css
<style>
span { border-color: #5B1261; }
span { border-color: rgb(91,18,97); }
td.TdClassName
{
border-color: #5B1261;
}
.TagClassName
{
border-color: #5B1261;
}
</style>