Shades of Palatinate Purple #5B124E
Tints of Palatinate Purple #5B124E
RGB
CMYK
RGB Variations
Color information
#5B124E (or 0x5B124E) is known color: Palatinate Purple. HEX triplet: 5B, 12 and 4E. RGB value is (91,18,78). Sum of RGB (Red+Green+Blue) = 91+18+78=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B124E is #A4EDB1. Grayscale: #2E2E2E. Windows color (decimal): -10808754 or 5116507. OLE color: 5116507.
HSL color Cylindrical-coordinate representation of color #5B124E: hue angle of 310.68º 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 #5B124E is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 18 | 78 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.64 |
| HSL | 310.68º | 0.67% | 0.21% | - |
| HSV(B) | 310.68º | 0.8% | 0.36% | - |
| XYZ | 5.91 | 3.21 | 7.52 | - |
| YUV | 46.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 78 | 0 | 0.80 | 0.14 | 0.64 | 310.68 | 0.67 | 0.21 |
| Hex | 5B | 12 | 4E | 0 | 50 | E | 40 | 137 | 43 | 15 |
| Octal | 133 | 22 | 116 | 0 | 120 | 16 | 100 | 467 | 103 | 25 |
| Binary | 1011011 | 10010 | 1001110 | 0 | 1010000 | 1110 | 1000000 | 100110111 | 1000011 | 10101 |
Color Harmonies of #5B124E
Complementary color
Monochromatic Colors of #5B124E
Black with #5B124E
Text Example
Text Example
White with #5B124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B124E; }
p { color: rgb(91,18,78); }
H1.HeaderClassName
{
color: #5B124E;
}
.AnyTagClassName
{
color: #5B124E;
}
</style>
background-color css
<style>
a { background-color: #5B124E; }
a { background-color: rgb(91,18,78); }
div.DivClassName
{
background-color: #5B124E;
}
.BgClassName
{
background-color: #5B124E;
}
</style>
border-color css
<style>
span { border-color: #5B124E; }
span { border-color: rgb(91,18,78); }
td.TdClassName
{
border-color: #5B124E;
}
.TagClassName
{
border-color: #5B124E;
}
</style>