Shades of Hot Purple #500E55
Tints of Hot Purple #500E55
RGB
CMYK
RGB Variations
Color information
#500E55 (or 0x500E55) is known color: Hot Purple. HEX triplet: 50, 0E and 55. RGB value is (80,14,85). Sum of RGB (Red+Green+Blue) = 80+14+85=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #500E55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E55 is #AFF1AA. Grayscale: #292929. Windows color (decimal): -11530667 or 5574224. OLE color: 5574224.
HSL color Cylindrical-coordinate representation of color #500E55: hue angle of 295.77º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500E55 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 14 | 85 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.67 |
| HSL | 295.77º | 0.72% | 0.19% | - |
| HSV(B) | 295.77º | 0.84% | 0.33% | - |
| XYZ | 5.1 | 2.68 | 8.84 | - |
| YUV | 41.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 85 | 0.06 | 0.84 | 0 | 0.67 | 295.77 | 0.72 | 0.19 |
| Hex | 50 | E | 55 | 6 | 54 | 0 | 43 | 128 | 48 | 13 |
| Octal | 120 | 16 | 125 | 6 | 124 | 0 | 103 | 450 | 110 | 23 |
| Binary | 1010000 | 1110 | 1010101 | 110 | 1010100 | 0 | 1000011 | 100101000 | 1001000 | 10011 |
Color Harmonies of #500E55
Complementary color
Monochromatic Colors of #500E55
Black with #500E55
Text Example
Text Example
White with #500E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E55; }
p { color: rgb(80,14,85); }
H1.HeaderClassName
{
color: #500E55;
}
.AnyTagClassName
{
color: #500E55;
}
</style>
background-color css
<style>
a { background-color: #500E55; }
a { background-color: rgb(80,14,85); }
div.DivClassName
{
background-color: #500E55;
}
.BgClassName
{
background-color: #500E55;
}
</style>
border-color css
<style>
span { border-color: #500E55; }
span { border-color: rgb(80,14,85); }
td.TdClassName
{
border-color: #500E55;
}
.TagClassName
{
border-color: #500E55;
}
</style>