Shades of Hot Purple #501E4E
Tints of Hot Purple #501E4E
RGB
CMYK
RGB Variations
Color information
#501E4E (or 0x501E4E) is known color: Hot Purple. HEX triplet: 50, 1E and 4E. RGB value is (80,30,78). Sum of RGB (Red+Green+Blue) = 80+30+78=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #501E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E4E is #AFE1B1. Grayscale: #323232. Windows color (decimal): -11526578 or 5119568. OLE color: 5119568.
HSL color Cylindrical-coordinate representation of color #501E4E: hue angle of 302.4º 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 #501E4E is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 78 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.69 |
| HSL | 302.4º | 0.45% | 0.22% | - |
| HSV(B) | 302.4º | 0.63% | 0.31% | - |
| XYZ | 5.15 | 3.18 | 7.55 | - |
| YUV | 50.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 78 | 0 | 0.62 | 0.02 | 0.69 | 302.4 | 0.45 | 0.22 |
| Hex | 50 | 1E | 4E | 0 | 3E | 2 | 45 | 12E | 2D | 16 |
| Octal | 120 | 36 | 116 | 0 | 76 | 2 | 105 | 456 | 55 | 26 |
| Binary | 1010000 | 11110 | 1001110 | 0 | 111110 | 10 | 1000101 | 100101110 | 101101 | 10110 |
Color Harmonies of #501E4E
Complementary color
Monochromatic Colors of #501E4E
Black with #501E4E
Text Example
Text Example
White with #501E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E4E; }
p { color: rgb(80,30,78); }
H1.HeaderClassName
{
color: #501E4E;
}
.AnyTagClassName
{
color: #501E4E;
}
</style>
background-color css
<style>
a { background-color: #501E4E; }
a { background-color: rgb(80,30,78); }
div.DivClassName
{
background-color: #501E4E;
}
.BgClassName
{
background-color: #501E4E;
}
</style>
border-color css
<style>
span { border-color: #501E4E; }
span { border-color: rgb(80,30,78); }
td.TdClassName
{
border-color: #501E4E;
}
.TagClassName
{
border-color: #501E4E;
}
</style>