Shades of Hot Purple #501D4D
Tints of Hot Purple #501D4D
RGB
CMYK
RGB Variations
Color information
#501D4D (or 0x501D4D) is known color: Hot Purple. HEX triplet: 50, 1D and 4D. RGB value is (80,29,77). Sum of RGB (Red+Green+Blue) = 80+29+77=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 80 - color contains mainly: red. Hex color #501D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D4D is #AFE2B2. Grayscale: #313131. Windows color (decimal): -11526835 or 5053776. OLE color: 5053776.
HSL color Cylindrical-coordinate representation of color #501D4D: hue angle of 303.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D4D is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 29 | 77 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.69 |
| HSL | 303.53º | 0.47% | 0.21% | - |
| HSV(B) | 303.53º | 0.64% | 0.31% | - |
| XYZ | 5.09 | 3.12 | 7.36 | - |
| YUV | 49.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 77 | 0 | 0.64 | 0.04 | 0.69 | 303.53 | 0.47 | 0.21 |
| Hex | 50 | 1D | 4D | 0 | 40 | 4 | 45 | 130 | 2F | 15 |
| Octal | 120 | 35 | 115 | 0 | 100 | 4 | 105 | 460 | 57 | 25 |
| Binary | 1010000 | 11101 | 1001101 | 0 | 1000000 | 100 | 1000101 | 100110000 | 101111 | 10101 |
Color Harmonies of #501D4D
Complementary color
Monochromatic Colors of #501D4D
Black with #501D4D
Text Example
Text Example
White with #501D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D4D; }
p { color: rgb(80,29,77); }
H1.HeaderClassName
{
color: #501D4D;
}
.AnyTagClassName
{
color: #501D4D;
}
</style>
background-color css
<style>
a { background-color: #501D4D; }
a { background-color: rgb(80,29,77); }
div.DivClassName
{
background-color: #501D4D;
}
.BgClassName
{
background-color: #501D4D;
}
</style>
border-color css
<style>
span { border-color: #501D4D; }
span { border-color: rgb(80,29,77); }
td.TdClassName
{
border-color: #501D4D;
}
.TagClassName
{
border-color: #501D4D;
}
</style>