Shades of Palatinate Purple #5E1951
Tints of Palatinate Purple #5E1951
RGB
CMYK
RGB Variations
Color information
#5E1951 (or 0x5E1951) is known color: Palatinate Purple. HEX triplet: 5E, 19 and 51. RGB value is (94,25,81). Sum of RGB (Red+Green+Blue) = 94+25+81=200 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1951 is #A1E6AE. Grayscale: #333333. Windows color (decimal): -10610351 or 5314910. OLE color: 5314910.
HSL color Cylindrical-coordinate representation of color #5E1951: hue angle of 311.3º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E1951 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 25 | 81 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.63 |
| HSL | 311.3º | 0.58% | 0.23% | - |
| HSV(B) | 311.3º | 0.73% | 0.37% | - |
| XYZ | 6.45 | 3.67 | 8.15 | - |
| YUV | 52.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 25 | 81 | 0 | 0.73 | 0.14 | 0.63 | 311.3 | 0.58 | 0.23 |
| Hex | 5E | 19 | 51 | 0 | 49 | E | 3F | 137 | 3A | 17 |
| Octal | 136 | 31 | 121 | 0 | 111 | 16 | 77 | 467 | 72 | 27 |
| Binary | 1011110 | 11001 | 1010001 | 0 | 1001001 | 1110 | 111111 | 100110111 | 111010 | 10111 |
Color Harmonies of #5E1951
Complementary color
Monochromatic Colors of #5E1951
Black with #5E1951
Text Example
Text Example
White with #5E1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1951; }
p { color: rgb(94,25,81); }
H1.HeaderClassName
{
color: #5E1951;
}
.AnyTagClassName
{
color: #5E1951;
}
</style>
background-color css
<style>
a { background-color: #5E1951; }
a { background-color: rgb(94,25,81); }
div.DivClassName
{
background-color: #5E1951;
}
.BgClassName
{
background-color: #5E1951;
}
</style>
border-color css
<style>
span { border-color: #5E1951; }
span { border-color: rgb(94,25,81); }
td.TdClassName
{
border-color: #5E1951;
}
.TagClassName
{
border-color: #5E1951;
}
</style>