Shades of Hot Purple #501F55
Tints of Hot Purple #501F55
RGB
CMYK
RGB Variations
Color information
#501F55 (or 0x501F55) is known color: Hot Purple. HEX triplet: 50, 1F and 55. RGB value is (80,31,85). Sum of RGB (Red+Green+Blue) = 80+31+85=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #501F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F55 is #AFE0AA. Grayscale: #333333. Windows color (decimal): -11526315 or 5578576. OLE color: 5578576.
HSL color Cylindrical-coordinate representation of color #501F55: hue angle of 294.44º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #501F55 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 31 | 85 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.67 |
| HSL | 294.44º | 0.47% | 0.23% | - |
| HSV(B) | 294.44º | 0.64% | 0.33% | - |
| XYZ | 5.44 | 3.34 | 8.95 | - |
| YUV | 51.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 85 | 0.06 | 0.64 | 0 | 0.67 | 294.44 | 0.47 | 0.23 |
| Hex | 50 | 1F | 55 | 6 | 40 | 0 | 43 | 126 | 2F | 17 |
| Octal | 120 | 37 | 125 | 6 | 100 | 0 | 103 | 446 | 57 | 27 |
| Binary | 1010000 | 11111 | 1010101 | 110 | 1000000 | 0 | 1000011 | 100100110 | 101111 | 10111 |
Color Harmonies of #501F55
Complementary color
Monochromatic Colors of #501F55
Black with #501F55
Text Example
Text Example
White with #501F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F55; }
p { color: rgb(80,31,85); }
H1.HeaderClassName
{
color: #501F55;
}
.AnyTagClassName
{
color: #501F55;
}
</style>
background-color css
<style>
a { background-color: #501F55; }
a { background-color: rgb(80,31,85); }
div.DivClassName
{
background-color: #501F55;
}
.BgClassName
{
background-color: #501F55;
}
</style>
border-color css
<style>
span { border-color: #501F55; }
span { border-color: rgb(80,31,85); }
td.TdClassName
{
border-color: #501F55;
}
.TagClassName
{
border-color: #501F55;
}
</style>