Shades of Hot Purple #501D56
Tints of Hot Purple #501D56
RGB
CMYK
RGB Variations
Color information
#501D56 (or 0x501D56) is known color: Hot Purple. HEX triplet: 50, 1D and 56. RGB value is (80,29,86). Sum of RGB (Red+Green+Blue) = 80+29+86=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #501D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D56 is #AFE2A9. Grayscale: #323232. Windows color (decimal): -11526826 or 5643600. OLE color: 5643600.
HSL color Cylindrical-coordinate representation of color #501D56: hue angle of 293.68º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #501D56 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 29 | 86 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.66 |
| HSL | 293.68º | 0.5% | 0.23% | - |
| HSV(B) | 293.68º | 0.66% | 0.34% | - |
| XYZ | 5.43 | 3.26 | 9.15 | - |
| YUV | 50.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 86 | 0.07 | 0.66 | 0 | 0.66 | 293.68 | 0.5 | 0.23 |
| Hex | 50 | 1D | 56 | 7 | 42 | 0 | 42 | 126 | 32 | 17 |
| Octal | 120 | 35 | 126 | 7 | 102 | 0 | 102 | 446 | 62 | 27 |
| Binary | 1010000 | 11101 | 1010110 | 111 | 1000010 | 0 | 1000010 | 100100110 | 110010 | 10111 |
Color Harmonies of #501D56
Complementary color
Monochromatic Colors of #501D56
Black with #501D56
Text Example
Text Example
White with #501D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D56; }
p { color: rgb(80,29,86); }
H1.HeaderClassName
{
color: #501D56;
}
.AnyTagClassName
{
color: #501D56;
}
</style>
background-color css
<style>
a { background-color: #501D56; }
a { background-color: rgb(80,29,86); }
div.DivClassName
{
background-color: #501D56;
}
.BgClassName
{
background-color: #501D56;
}
</style>
border-color css
<style>
span { border-color: #501D56; }
span { border-color: rgb(80,29,86); }
td.TdClassName
{
border-color: #501D56;
}
.TagClassName
{
border-color: #501D56;
}
</style>