Shades of Palatinate Purple #5B1165
Tints of Palatinate Purple #5B1165
RGB
CMYK
RGB Variations
Color information
#5B1165 (or 0x5B1165) is known color: Palatinate Purple. HEX triplet: 5B, 11 and 65. RGB value is (91,17,101). Sum of RGB (Red+Green+Blue) = 91+17+101=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B1165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1165 is #A4EE9A. Grayscale: #303030. Windows color (decimal): -10808987 or 6623579. OLE color: 6623579.
HSL color Cylindrical-coordinate representation of color #5B1165: hue angle of 292.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B1165 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 91 | 17 | 101 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.60 |
| HSL | 292.86º | 0.71% | 0.23% | - |
| HSV(B) | 292.86º | 0.83% | 0.4% | - |
| XYZ | 6.86 | 3.56 | 12.64 | - |
| YUV | 48.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 101 | 0.10 | 0.83 | 0 | 0.60 | 292.86 | 0.71 | 0.23 |
| Hex | 5B | 11 | 65 | A | 53 | 0 | 3C | 125 | 47 | 17 |
| Octal | 133 | 21 | 145 | 12 | 123 | 0 | 74 | 445 | 107 | 27 |
| Binary | 1011011 | 10001 | 1100101 | 1010 | 1010011 | 0 | 111100 | 100100101 | 1000111 | 10111 |
Color Harmonies of #5B1165
Complementary color
Monochromatic Colors of #5B1165
Black with #5B1165
Text Example
Text Example
White with #5B1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1165; }
p { color: rgb(91,17,101); }
H1.HeaderClassName
{
color: #5B1165;
}
.AnyTagClassName
{
color: #5B1165;
}
</style>
background-color css
<style>
a { background-color: #5B1165; }
a { background-color: rgb(91,17,101); }
div.DivClassName
{
background-color: #5B1165;
}
.BgClassName
{
background-color: #5B1165;
}
</style>
border-color css
<style>
span { border-color: #5B1165; }
span { border-color: rgb(91,17,101); }
td.TdClassName
{
border-color: #5B1165;
}
.TagClassName
{
border-color: #5B1165;
}
</style>