Shades of Hot Purple #501D57
Tints of Hot Purple #501D57
RGB
CMYK
RGB Variations
Color information
#501D57 (or 0x501D57) is known color: Hot Purple. HEX triplet: 50, 1D and 57. RGB value is (80,29,87). Sum of RGB (Red+Green+Blue) = 80+29+87=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #501D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501D57 is #AFE2A8. Grayscale: #323232. Windows color (decimal): -11526825 or 5709136. OLE color: 5709136.
HSL color Cylindrical-coordinate representation of color #501D57: hue angle of 292.76º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #501D57 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 29 | 87 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.66 |
| HSL | 292.76º | 0.5% | 0.23% | - |
| HSV(B) | 292.76º | 0.67% | 0.34% | - |
| XYZ | 5.47 | 3.27 | 9.36 | - |
| YUV | 50.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 87 | 0.08 | 0.67 | 0 | 0.66 | 292.76 | 0.5 | 0.23 |
| Hex | 50 | 1D | 57 | 8 | 43 | 0 | 42 | 125 | 32 | 17 |
| Octal | 120 | 35 | 127 | 10 | 103 | 0 | 102 | 445 | 62 | 27 |
| Binary | 1010000 | 11101 | 1010111 | 1000 | 1000011 | 0 | 1000010 | 100100101 | 110010 | 10111 |
Color Harmonies of #501D57
Complementary color
Monochromatic Colors of #501D57
Black with #501D57
Text Example
Text Example
White with #501D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501D57; }
p { color: rgb(80,29,87); }
H1.HeaderClassName
{
color: #501D57;
}
.AnyTagClassName
{
color: #501D57;
}
</style>
background-color css
<style>
a { background-color: #501D57; }
a { background-color: rgb(80,29,87); }
div.DivClassName
{
background-color: #501D57;
}
.BgClassName
{
background-color: #501D57;
}
</style>
border-color css
<style>
span { border-color: #501D57; }
span { border-color: rgb(80,29,87); }
td.TdClassName
{
border-color: #501D57;
}
.TagClassName
{
border-color: #501D57;
}
</style>