Shades of Palatinate Purple #5B1158
Tints of Palatinate Purple #5B1158
RGB
CMYK
RGB Variations
Color information
#5B1158 (or 0x5B1158) is known color: Palatinate Purple. HEX triplet: 5B, 11 and 58. RGB value is (91,17,88). Sum of RGB (Red+Green+Blue) = 91+17+88=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1158 is #A4EEA7. Grayscale: #2F2F2F. Windows color (decimal): -10809000 or 5771611. OLE color: 5771611.
HSL color Cylindrical-coordinate representation of color #5B1158: hue angle of 302.43º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B1158 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 88 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.64 |
| HSL | 302.43º | 0.69% | 0.21% | - |
| HSV(B) | 302.43º | 0.81% | 0.36% | - |
| XYZ | 6.28 | 3.33 | 9.54 | - |
| YUV | 47.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 88 | 0 | 0.81 | 0.03 | 0.64 | 302.43 | 0.69 | 0.21 |
| Hex | 5B | 11 | 58 | 0 | 51 | 3 | 40 | 12E | 45 | 15 |
| Octal | 133 | 21 | 130 | 0 | 121 | 3 | 100 | 456 | 105 | 25 |
| Binary | 1011011 | 10001 | 1011000 | 0 | 1010001 | 11 | 1000000 | 100101110 | 1000101 | 10101 |
Color Harmonies of #5B1158
Complementary color
Monochromatic Colors of #5B1158
Black with #5B1158
Text Example
Text Example
White with #5B1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1158; }
p { color: rgb(91,17,88); }
H1.HeaderClassName
{
color: #5B1158;
}
.AnyTagClassName
{
color: #5B1158;
}
</style>
background-color css
<style>
a { background-color: #5B1158; }
a { background-color: rgb(91,17,88); }
div.DivClassName
{
background-color: #5B1158;
}
.BgClassName
{
background-color: #5B1158;
}
</style>
border-color css
<style>
span { border-color: #5B1158; }
span { border-color: rgb(91,17,88); }
td.TdClassName
{
border-color: #5B1158;
}
.TagClassName
{
border-color: #5B1158;
}
</style>