Shades of Hot Purple #501E4D
Tints of Hot Purple #501E4D
RGB
CMYK
RGB Variations
Color information
#501E4D (or 0x501E4D) is known color: Hot Purple. HEX triplet: 50, 1E and 4D. RGB value is (80,30,77). Sum of RGB (Red+Green+Blue) = 80+30+77=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #501E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E4D is #AFE1B2. Grayscale: #323232. Windows color (decimal): -11526579 or 5054032. OLE color: 5054032.
HSL color Cylindrical-coordinate representation of color #501E4D: hue angle of 303.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E4D is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 77 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.69 |
| HSL | 303.6º | 0.45% | 0.22% | - |
| HSV(B) | 303.6º | 0.63% | 0.31% | - |
| XYZ | 5.11 | 3.17 | 7.36 | - |
| YUV | 50.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 77 | 0 | 0.62 | 0.04 | 0.69 | 303.6 | 0.45 | 0.22 |
| Hex | 50 | 1E | 4D | 0 | 3E | 4 | 45 | 130 | 2D | 16 |
| Octal | 120 | 36 | 115 | 0 | 76 | 4 | 105 | 460 | 55 | 26 |
| Binary | 1010000 | 11110 | 1001101 | 0 | 111110 | 100 | 1000101 | 100110000 | 101101 | 10110 |
Color Harmonies of #501E4D
Complementary color
Monochromatic Colors of #501E4D
Black with #501E4D
Text Example
Text Example
White with #501E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E4D; }
p { color: rgb(80,30,77); }
H1.HeaderClassName
{
color: #501E4D;
}
.AnyTagClassName
{
color: #501E4D;
}
</style>
background-color css
<style>
a { background-color: #501E4D; }
a { background-color: rgb(80,30,77); }
div.DivClassName
{
background-color: #501E4D;
}
.BgClassName
{
background-color: #501E4D;
}
</style>
border-color css
<style>
span { border-color: #501E4D; }
span { border-color: rgb(80,30,77); }
td.TdClassName
{
border-color: #501E4D;
}
.TagClassName
{
border-color: #501E4D;
}
</style>