Shades of Palatinate Purple #5B114F
Tints of Palatinate Purple #5B114F
RGB
CMYK
RGB Variations
Color information
#5B114F (or 0x5B114F) is known color: Palatinate Purple. HEX triplet: 5B, 11 and 4F. RGB value is (91,17,79). Sum of RGB (Red+Green+Blue) = 91+17+79=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B114F is #A4EEB0. Grayscale: #2E2E2E. Windows color (decimal): -10809009 or 5181787. OLE color: 5181787.
HSL color Cylindrical-coordinate representation of color #5B114F: hue angle of 309.73º 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 #5B114F is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 17 | 79 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.64 |
| HSL | 309.73º | 0.69% | 0.21% | - |
| HSV(B) | 309.73º | 0.81% | 0.36% | - |
| XYZ | 5.93 | 3.19 | 7.7 | - |
| YUV | 46.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 79 | 0 | 0.81 | 0.13 | 0.64 | 309.73 | 0.69 | 0.21 |
| Hex | 5B | 11 | 4F | 0 | 51 | D | 40 | 136 | 45 | 15 |
| Octal | 133 | 21 | 117 | 0 | 121 | 15 | 100 | 466 | 105 | 25 |
| Binary | 1011011 | 10001 | 1001111 | 0 | 1010001 | 1101 | 1000000 | 100110110 | 1000101 | 10101 |
Color Harmonies of #5B114F
Complementary color
Monochromatic Colors of #5B114F
Black with #5B114F
Text Example
Text Example
White with #5B114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B114F; }
p { color: rgb(91,17,79); }
H1.HeaderClassName
{
color: #5B114F;
}
.AnyTagClassName
{
color: #5B114F;
}
</style>
background-color css
<style>
a { background-color: #5B114F; }
a { background-color: rgb(91,17,79); }
div.DivClassName
{
background-color: #5B114F;
}
.BgClassName
{
background-color: #5B114F;
}
</style>
border-color css
<style>
span { border-color: #5B114F; }
span { border-color: rgb(91,17,79); }
td.TdClassName
{
border-color: #5B114F;
}
.TagClassName
{
border-color: #5B114F;
}
</style>