Shades of Palatinate Purple #5B124F
Tints of Palatinate Purple #5B124F
RGB
CMYK
RGB Variations
Color information
#5B124F (or 0x5B124F) is known color: Palatinate Purple. HEX triplet: 5B, 12 and 4F. RGB value is (91,18,79). Sum of RGB (Red+Green+Blue) = 91+18+79=188 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.40% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 91 - color contains mainly: red. Hex color #5B124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B124F is #A4EDB0. Grayscale: #2E2E2E. Windows color (decimal): -10808753 or 5182043. OLE color: 5182043.
HSL color Cylindrical-coordinate representation of color #5B124F: hue angle of 309.86º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B124F is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 79 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.64 |
| HSL | 309.86º | 0.67% | 0.21% | - |
| HSV(B) | 309.86º | 0.8% | 0.36% | - |
| XYZ | 5.94 | 3.22 | 7.71 | - |
| YUV | 46.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 79 | 0 | 0.80 | 0.13 | 0.64 | 309.86 | 0.67 | 0.21 |
| Hex | 5B | 12 | 4F | 0 | 50 | D | 40 | 136 | 43 | 15 |
| Octal | 133 | 22 | 117 | 0 | 120 | 15 | 100 | 466 | 103 | 25 |
| Binary | 1011011 | 10010 | 1001111 | 0 | 1010000 | 1101 | 1000000 | 100110110 | 1000011 | 10101 |
Color Harmonies of #5B124F
Complementary color
Monochromatic Colors of #5B124F
Black with #5B124F
Text Example
Text Example
White with #5B124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B124F; }
p { color: rgb(91,18,79); }
H1.HeaderClassName
{
color: #5B124F;
}
.AnyTagClassName
{
color: #5B124F;
}
</style>
background-color css
<style>
a { background-color: #5B124F; }
a { background-color: rgb(91,18,79); }
div.DivClassName
{
background-color: #5B124F;
}
.BgClassName
{
background-color: #5B124F;
}
</style>
border-color css
<style>
span { border-color: #5B124F; }
span { border-color: rgb(91,18,79); }
td.TdClassName
{
border-color: #5B124F;
}
.TagClassName
{
border-color: #5B124F;
}
</style>