Shades of Palatinate Purple #5B115A
Tints of Palatinate Purple #5B115A
RGB
CMYK
RGB Variations
Color information
#5B115A (or 0x5B115A) is known color: Palatinate Purple. HEX triplet: 5B, 11 and 5A. RGB value is (91,17,90). Sum of RGB (Red+Green+Blue) = 91+17+90=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B115A is #A4EEA5. Grayscale: #2F2F2F. Windows color (decimal): -10808998 or 5902683. OLE color: 5902683.
HSL color Cylindrical-coordinate representation of color #5B115A: hue angle of 300.81º 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 #5B115A is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 90 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.64 |
| HSL | 300.81º | 0.69% | 0.21% | - |
| HSV(B) | 300.81º | 0.81% | 0.36% | - |
| XYZ | 6.36 | 3.36 | 9.99 | - |
| YUV | 47.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 90 | 0 | 0.81 | 0.01 | 0.64 | 300.81 | 0.69 | 0.21 |
| Hex | 5B | 11 | 5A | 0 | 51 | 1 | 40 | 12D | 45 | 15 |
| Octal | 133 | 21 | 132 | 0 | 121 | 1 | 100 | 455 | 105 | 25 |
| Binary | 1011011 | 10001 | 1011010 | 0 | 1010001 | 1 | 1000000 | 100101101 | 1000101 | 10101 |
Color Harmonies of #5B115A
Complementary color
Monochromatic Colors of #5B115A
Black with #5B115A
Text Example
Text Example
White with #5B115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B115A; }
p { color: rgb(91,17,90); }
H1.HeaderClassName
{
color: #5B115A;
}
.AnyTagClassName
{
color: #5B115A;
}
</style>
background-color css
<style>
a { background-color: #5B115A; }
a { background-color: rgb(91,17,90); }
div.DivClassName
{
background-color: #5B115A;
}
.BgClassName
{
background-color: #5B115A;
}
</style>
border-color css
<style>
span { border-color: #5B115A; }
span { border-color: rgb(91,17,90); }
td.TdClassName
{
border-color: #5B115A;
}
.TagClassName
{
border-color: #5B115A;
}
</style>