Shades of Hot Purple #501050
Tints of Hot Purple #501050
RGB
CMYK
RGB Variations
Color information
#501050 (or 0x501050) is known color: Hot Purple. HEX triplet: 50, 10 and 50. RGB value is (80,16,80). Sum of RGB (Red+Green+Blue) = 80+16+80=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501050 is #AFEFAF. Grayscale: #2A2A2A. Windows color (decimal): -11530160 or 5247056. OLE color: 5247056.
HSL color Cylindrical-coordinate representation of color #501050: hue angle of 300º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501050 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 16 | 80 | - |
| CMYK | 0 | 0.80 | 0 | 0.69 |
| HSL | 300º | 0.67% | 0.19% | - |
| HSV(B) | 300º | 0.8% | 0.31% | - |
| XYZ | 4.94 | 2.66 | 7.84 | - |
| YUV | 42.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 80 | 0 | 0.80 | 0 | 0.69 | 300 | 0.67 | 0.19 |
| Hex | 50 | 10 | 50 | 0 | 50 | 0 | 45 | 12C | 43 | 13 |
| Octal | 120 | 20 | 120 | 0 | 120 | 0 | 105 | 454 | 103 | 23 |
| Binary | 1010000 | 10000 | 1010000 | 0 | 1010000 | 0 | 1000101 | 100101100 | 1000011 | 10011 |
Color Harmonies of #501050
Complementary color
Monochromatic Colors of #501050
Black with #501050
Text Example
Text Example
White with #501050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501050; }
p { color: rgb(80,16,80); }
H1.HeaderClassName
{
color: #501050;
}
.AnyTagClassName
{
color: #501050;
}
</style>
background-color css
<style>
a { background-color: #501050; }
a { background-color: rgb(80,16,80); }
div.DivClassName
{
background-color: #501050;
}
.BgClassName
{
background-color: #501050;
}
</style>
border-color css
<style>
span { border-color: #501050; }
span { border-color: rgb(80,16,80); }
td.TdClassName
{
border-color: #501050;
}
.TagClassName
{
border-color: #501050;
}
</style>