Shades of Hot Purple #500E52
Tints of Hot Purple #500E52
RGB
CMYK
RGB Variations
Color information
#500E52 (or 0x500E52) is known color: Hot Purple. HEX triplet: 50, 0E and 52. RGB value is (80,14,82). Sum of RGB (Red+Green+Blue) = 80+14+82=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #500E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E52 is #AFF1AD. Grayscale: #292929. Windows color (decimal): -11530670 or 5377616. OLE color: 5377616.
HSL color Cylindrical-coordinate representation of color #500E52: hue angle of 298.24º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #500E52 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 14 | 82 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.68 |
| HSL | 298.24º | 0.71% | 0.19% | - |
| HSV(B) | 298.24º | 0.83% | 0.32% | - |
| XYZ | 4.99 | 2.63 | 8.23 | - |
| YUV | 41.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 82 | 0.02 | 0.83 | 0 | 0.68 | 298.24 | 0.71 | 0.19 |
| Hex | 50 | E | 52 | 2 | 53 | 0 | 44 | 12A | 47 | 13 |
| Octal | 120 | 16 | 122 | 2 | 123 | 0 | 104 | 452 | 107 | 23 |
| Binary | 1010000 | 1110 | 1010010 | 10 | 1010011 | 0 | 1000100 | 100101010 | 1000111 | 10011 |
Color Harmonies of #500E52
Complementary color
Monochromatic Colors of #500E52
Black with #500E52
Text Example
Text Example
White with #500E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E52; }
p { color: rgb(80,14,82); }
H1.HeaderClassName
{
color: #500E52;
}
.AnyTagClassName
{
color: #500E52;
}
</style>
background-color css
<style>
a { background-color: #500E52; }
a { background-color: rgb(80,14,82); }
div.DivClassName
{
background-color: #500E52;
}
.BgClassName
{
background-color: #500E52;
}
</style>
border-color css
<style>
span { border-color: #500E52; }
span { border-color: rgb(80,14,82); }
td.TdClassName
{
border-color: #500E52;
}
.TagClassName
{
border-color: #500E52;
}
</style>