Shades of Palatinate Purple #5B1361
Tints of Palatinate Purple #5B1361
RGB
CMYK
RGB Variations
Color information
#5B1361 (or 0x5B1361) is known color: Palatinate Purple. HEX triplet: 5B, 13 and 61. RGB value is (91,19,97). Sum of RGB (Red+Green+Blue) = 91+19+97=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1361 is #A4EC9E. Grayscale: #313131. Windows color (decimal): -10808479 or 6361947. OLE color: 6361947.
HSL color Cylindrical-coordinate representation of color #5B1361: hue angle of 295.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1361 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 19 | 97 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.62 |
| HSL | 295.38º | 0.67% | 0.23% | - |
| HSV(B) | 295.38º | 0.8% | 0.38% | - |
| XYZ | 6.7 | 3.55 | 11.64 | - |
| YUV | 49.42 | 154.85 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 97 | 0.06 | 0.80 | 0 | 0.62 | 295.38 | 0.67 | 0.23 |
| Hex | 5B | 13 | 61 | 6 | 50 | 0 | 3E | 127 | 43 | 17 |
| Octal | 133 | 23 | 141 | 6 | 120 | 0 | 76 | 447 | 103 | 27 |
| Binary | 1011011 | 10011 | 1100001 | 110 | 1010000 | 0 | 111110 | 100100111 | 1000011 | 10111 |
Color Harmonies of #5B1361
Complementary color
Monochromatic Colors of #5B1361
Black with #5B1361
Text Example
Text Example
White with #5B1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1361; }
p { color: rgb(91,19,97); }
H1.HeaderClassName
{
color: #5B1361;
}
.AnyTagClassName
{
color: #5B1361;
}
</style>
background-color css
<style>
a { background-color: #5B1361; }
a { background-color: rgb(91,19,97); }
div.DivClassName
{
background-color: #5B1361;
}
.BgClassName
{
background-color: #5B1361;
}
</style>
border-color css
<style>
span { border-color: #5B1361; }
span { border-color: rgb(91,19,97); }
td.TdClassName
{
border-color: #5B1361;
}
.TagClassName
{
border-color: #5B1361;
}
</style>