Shades of Hot Purple #501E4F
Tints of Hot Purple #501E4F
RGB
CMYK
RGB Variations
Color information
#501E4F (or 0x501E4F) is known color: Hot Purple. HEX triplet: 50, 1E and 4F. RGB value is (80,30,79). Sum of RGB (Red+Green+Blue) = 80+30+79=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #501E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501E4F is #AFE1B0. Grayscale: #323232. Windows color (decimal): -11526577 or 5185104. OLE color: 5185104.
HSL color Cylindrical-coordinate representation of color #501E4F: hue angle of 301.2º 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 #501E4F is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 30 | 79 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.69 |
| HSL | 301.2º | 0.45% | 0.22% | - |
| HSV(B) | 301.2º | 0.63% | 0.31% | - |
| XYZ | 5.18 | 3.2 | 7.74 | - |
| YUV | 50.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 79 | 0 | 0.62 | 0.01 | 0.69 | 301.2 | 0.45 | 0.22 |
| Hex | 50 | 1E | 4F | 0 | 3E | 1 | 45 | 12D | 2D | 16 |
| Octal | 120 | 36 | 117 | 0 | 76 | 1 | 105 | 455 | 55 | 26 |
| Binary | 1010000 | 11110 | 1001111 | 0 | 111110 | 1 | 1000101 | 100101101 | 101101 | 10110 |
Color Harmonies of #501E4F
Complementary color
Monochromatic Colors of #501E4F
Black with #501E4F
Text Example
Text Example
White with #501E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501E4F; }
p { color: rgb(80,30,79); }
H1.HeaderClassName
{
color: #501E4F;
}
.AnyTagClassName
{
color: #501E4F;
}
</style>
background-color css
<style>
a { background-color: #501E4F; }
a { background-color: rgb(80,30,79); }
div.DivClassName
{
background-color: #501E4F;
}
.BgClassName
{
background-color: #501E4F;
}
</style>
border-color css
<style>
span { border-color: #501E4F; }
span { border-color: rgb(80,30,79); }
td.TdClassName
{
border-color: #501E4F;
}
.TagClassName
{
border-color: #501E4F;
}
</style>