Shades of Palatinate Purple #5E1251
Tints of Palatinate Purple #5E1251
RGB
CMYK
RGB Variations
Color information
#5E1251 (or 0x5E1251) is known color: Palatinate Purple. HEX triplet: 5E, 12 and 51. RGB value is (94,18,81). Sum of RGB (Red+Green+Blue) = 94+18+81=193 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.70% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1251 is #A1EDAE. Grayscale: #2F2F2F. Windows color (decimal): -10612143 or 5313118. OLE color: 5313118.
HSL color Cylindrical-coordinate representation of color #5E1251: hue angle of 310.26º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E1251 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 18 | 81 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.63 |
| HSL | 310.26º | 0.68% | 0.22% | - |
| HSV(B) | 310.26º | 0.81% | 0.37% | - |
| XYZ | 6.32 | 3.41 | 8.11 | - |
| YUV | 47.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 18 | 81 | 0 | 0.81 | 0.14 | 0.63 | 310.26 | 0.68 | 0.22 |
| Hex | 5E | 12 | 51 | 0 | 51 | E | 3F | 136 | 44 | 16 |
| Octal | 136 | 22 | 121 | 0 | 121 | 16 | 77 | 466 | 104 | 26 |
| Binary | 1011110 | 10010 | 1010001 | 0 | 1010001 | 1110 | 111111 | 100110110 | 1000100 | 10110 |
Color Harmonies of #5E1251
Complementary color
Monochromatic Colors of #5E1251
Black with #5E1251
Text Example
Text Example
White with #5E1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1251; }
p { color: rgb(94,18,81); }
H1.HeaderClassName
{
color: #5E1251;
}
.AnyTagClassName
{
color: #5E1251;
}
</style>
background-color css
<style>
a { background-color: #5E1251; }
a { background-color: rgb(94,18,81); }
div.DivClassName
{
background-color: #5E1251;
}
.BgClassName
{
background-color: #5E1251;
}
</style>
border-color css
<style>
span { border-color: #5E1251; }
span { border-color: rgb(94,18,81); }
td.TdClassName
{
border-color: #5E1251;
}
.TagClassName
{
border-color: #5E1251;
}
</style>