Shades of Hot Purple #501150
Tints of Hot Purple #501150
RGB
CMYK
RGB Variations
Color information
#501150 (or 0x501150) is known color: Hot Purple. HEX triplet: 50, 11 and 50. RGB value is (80,17,80). Sum of RGB (Red+Green+Blue) = 80+17+80=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501150 is #AFEEAF. Grayscale: #2A2A2A. Windows color (decimal): -11529904 or 5247312. OLE color: 5247312.
HSL color Cylindrical-coordinate representation of color #501150: hue angle of 300º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501150 is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 17 | 80 | - |
| CMYK | 0 | 0.79 | 0 | 0.69 |
| HSL | 300º | 0.65% | 0.19% | - |
| HSV(B) | 300º | 0.79% | 0.31% | - |
| XYZ | 4.96 | 2.69 | 7.85 | - |
| YUV | 43.02 | 148.87 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 80 | 0 | 0.79 | 0 | 0.69 | 300 | 0.65 | 0.19 |
| Hex | 50 | 11 | 50 | 0 | 4F | 0 | 45 | 12C | 41 | 13 |
| Octal | 120 | 21 | 120 | 0 | 117 | 0 | 105 | 454 | 101 | 23 |
| Binary | 1010000 | 10001 | 1010000 | 0 | 1001111 | 0 | 1000101 | 100101100 | 1000001 | 10011 |
Color Harmonies of #501150
Complementary color
Monochromatic Colors of #501150
Black with #501150
Text Example
Text Example
White with #501150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501150; }
p { color: rgb(80,17,80); }
H1.HeaderClassName
{
color: #501150;
}
.AnyTagClassName
{
color: #501150;
}
</style>
background-color css
<style>
a { background-color: #501150; }
a { background-color: rgb(80,17,80); }
div.DivClassName
{
background-color: #501150;
}
.BgClassName
{
background-color: #501150;
}
</style>
border-color css
<style>
span { border-color: #501150; }
span { border-color: rgb(80,17,80); }
td.TdClassName
{
border-color: #501150;
}
.TagClassName
{
border-color: #501150;
}
</style>