Shades of Hot Purple #501D51
Tints of Hot Purple #501D51
RGB
CMYK
RGB Variations
Color information
#501D51 (or 0x501D51) is known color: Hot Purple. HEX triplet: 50, 1D and 51. RGB value is (80,29,81). Sum of RGB (Red+Green+Blue) = 80+29+81=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #501D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D51 is #AFE2AE. Grayscale: #323232. Windows color (decimal): -11526831 or 5315920. OLE color: 5315920.
HSL color Cylindrical-coordinate representation of color #501D51: hue angle of 298.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501D51 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 29 | 81 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.68 |
| HSL | 298.85º | 0.47% | 0.22% | - |
| HSV(B) | 298.85º | 0.64% | 0.32% | - |
| XYZ | 5.23 | 3.18 | 8.12 | - |
| YUV | 50.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 81 | 0.01 | 0.64 | 0 | 0.68 | 298.85 | 0.47 | 0.22 |
| Hex | 50 | 1D | 51 | 1 | 40 | 0 | 44 | 12B | 2F | 16 |
| Octal | 120 | 35 | 121 | 1 | 100 | 0 | 104 | 453 | 57 | 26 |
| Binary | 1010000 | 11101 | 1010001 | 1 | 1000000 | 0 | 1000100 | 100101011 | 101111 | 10110 |
Color Harmonies of #501D51
Complementary color
Monochromatic Colors of #501D51
Black with #501D51
Text Example
Text Example
White with #501D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D51; }
p { color: rgb(80,29,81); }
H1.HeaderClassName
{
color: #501D51;
}
.AnyTagClassName
{
color: #501D51;
}
</style>
background-color css
<style>
a { background-color: #501D51; }
a { background-color: rgb(80,29,81); }
div.DivClassName
{
background-color: #501D51;
}
.BgClassName
{
background-color: #501D51;
}
</style>
border-color css
<style>
span { border-color: #501D51; }
span { border-color: rgb(80,29,81); }
td.TdClassName
{
border-color: #501D51;
}
.TagClassName
{
border-color: #501D51;
}
</style>