Shades of Palatinate Purple #5E1050
Tints of Palatinate Purple #5E1050
RGB
CMYK
RGB Variations
Color information
#5E1050 (or 0x5E1050) is known color: Palatinate Purple. HEX triplet: 5E, 10 and 50. RGB value is (94,16,80). Sum of RGB (Red+Green+Blue) = 94+16+80=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1050 is #A1EFAF. Grayscale: #2E2E2E. Windows color (decimal): -10612656 or 5247070. OLE color: 5247070.
HSL color Cylindrical-coordinate representation of color #5E1050: hue angle of 310.77º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1050 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 80 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.63 |
| HSL | 310.77º | 0.71% | 0.22% | - |
| HSV(B) | 310.77º | 0.83% | 0.37% | - |
| XYZ | 6.25 | 3.33 | 7.9 | - |
| YUV | 46.62 | 146.84 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 80 | 0 | 0.83 | 0.15 | 0.63 | 310.77 | 0.71 | 0.22 |
| Hex | 5E | 10 | 50 | 0 | 53 | F | 3F | 137 | 47 | 16 |
| Octal | 136 | 20 | 120 | 0 | 123 | 17 | 77 | 467 | 107 | 26 |
| Binary | 1011110 | 10000 | 1010000 | 0 | 1010011 | 1111 | 111111 | 100110111 | 1000111 | 10110 |
Color Harmonies of #5E1050
Complementary color
Monochromatic Colors of #5E1050
Black with #5E1050
Text Example
Text Example
White with #5E1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1050; }
p { color: rgb(94,16,80); }
H1.HeaderClassName
{
color: #5E1050;
}
.AnyTagClassName
{
color: #5E1050;
}
</style>
background-color css
<style>
a { background-color: #5E1050; }
a { background-color: rgb(94,16,80); }
div.DivClassName
{
background-color: #5E1050;
}
.BgClassName
{
background-color: #5E1050;
}
</style>
border-color css
<style>
span { border-color: #5E1050; }
span { border-color: rgb(94,16,80); }
td.TdClassName
{
border-color: #5E1050;
}
.TagClassName
{
border-color: #5E1050;
}
</style>