Shades of Hot Purple #500E59
Tints of Hot Purple #500E59
RGB
CMYK
RGB Variations
Color information
#500E59 (or 0x500E59) is known color: Hot Purple. HEX triplet: 50, 0E and 59. RGB value is (80,14,89). Sum of RGB (Red+Green+Blue) = 80+14+89=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #500E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E59 is #AFF1A6. Grayscale: #2A2A2A. Windows color (decimal): -11530663 or 5836368. OLE color: 5836368.
HSL color Cylindrical-coordinate representation of color #500E59: hue angle of 292.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500E59 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 14 | 89 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.65 |
| HSL | 292.8º | 0.73% | 0.2% | - |
| HSV(B) | 292.8º | 0.84% | 0.35% | - |
| XYZ | 5.27 | 2.74 | 9.7 | - |
| YUV | 42.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 89 | 0.10 | 0.84 | 0 | 0.65 | 292.8 | 0.73 | 0.2 |
| Hex | 50 | E | 59 | A | 54 | 0 | 41 | 125 | 49 | 14 |
| Octal | 120 | 16 | 131 | 12 | 124 | 0 | 101 | 445 | 111 | 24 |
| Binary | 1010000 | 1110 | 1011001 | 1010 | 1010100 | 0 | 1000001 | 100100101 | 1001001 | 10100 |
Color Harmonies of #500E59
Complementary color
Monochromatic Colors of #500E59
Black with #500E59
Text Example
Text Example
White with #500E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E59; }
p { color: rgb(80,14,89); }
H1.HeaderClassName
{
color: #500E59;
}
.AnyTagClassName
{
color: #500E59;
}
</style>
background-color css
<style>
a { background-color: #500E59; }
a { background-color: rgb(80,14,89); }
div.DivClassName
{
background-color: #500E59;
}
.BgClassName
{
background-color: #500E59;
}
</style>
border-color css
<style>
span { border-color: #500E59; }
span { border-color: rgb(80,14,89); }
td.TdClassName
{
border-color: #500E59;
}
.TagClassName
{
border-color: #500E59;
}
</style>