Shades of Hot Purple #501850
Tints of Hot Purple #501850
RGB
CMYK
RGB Variations
Color information
#501850 (or 0x501850) is known color: Hot Purple. HEX triplet: 50, 18 and 50. RGB value is (80,24,80). Sum of RGB (Red+Green+Blue) = 80+24+80=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501850 is #AFE7AF. Grayscale: #2E2E2E. Windows color (decimal): -11528112 or 5249104. OLE color: 5249104.
HSL color Cylindrical-coordinate representation of color #501850: hue angle of 300º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501850 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 80 | - |
| CMYK | 0 | 0.70 | 0 | 0.69 |
| HSL | 300º | 0.54% | 0.2% | - |
| HSV(B) | 300º | 0.7% | 0.31% | - |
| XYZ | 5.08 | 2.94 | 7.89 | - |
| YUV | 47.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 80 | 0 | 0.70 | 0 | 0.69 | 300 | 0.54 | 0.2 |
| Hex | 50 | 18 | 50 | 0 | 46 | 0 | 45 | 12C | 36 | 14 |
| Octal | 120 | 30 | 120 | 0 | 106 | 0 | 105 | 454 | 66 | 24 |
| Binary | 1010000 | 11000 | 1010000 | 0 | 1000110 | 0 | 1000101 | 100101100 | 110110 | 10100 |
Color Harmonies of #501850
Complementary color
Monochromatic Colors of #501850
Black with #501850
Text Example
Text Example
White with #501850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501850; }
p { color: rgb(80,24,80); }
H1.HeaderClassName
{
color: #501850;
}
.AnyTagClassName
{
color: #501850;
}
</style>
background-color css
<style>
a { background-color: #501850; }
a { background-color: rgb(80,24,80); }
div.DivClassName
{
background-color: #501850;
}
.BgClassName
{
background-color: #501850;
}
</style>
border-color css
<style>
span { border-color: #501850; }
span { border-color: rgb(80,24,80); }
td.TdClassName
{
border-color: #501850;
}
.TagClassName
{
border-color: #501850;
}
</style>