Shades of Hot Purple #50124D
Tints of Hot Purple #50124D
RGB
CMYK
RGB Variations
Color information
#50124D (or 0x50124D) is known color: Hot Purple. HEX triplet: 50, 12 and 4D. RGB value is (80,18,77). Sum of RGB (Red+Green+Blue) = 80+18+77=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50124D is #AFEDB2. Grayscale: #2B2B2B. Windows color (decimal): -11529651 or 5050960. OLE color: 5050960.
HSL color Cylindrical-coordinate representation of color #50124D: hue angle of 302.9º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50124D is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 77 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.69 |
| HSL | 302.9º | 0.63% | 0.19% | - |
| HSV(B) | 302.9º | 0.78% | 0.31% | - |
| XYZ | 4.86 | 2.67 | 7.28 | - |
| YUV | 43.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 77 | 0 | 0.78 | 0.04 | 0.69 | 302.9 | 0.63 | 0.19 |
| Hex | 50 | 12 | 4D | 0 | 4E | 4 | 45 | 12F | 3F | 13 |
| Octal | 120 | 22 | 115 | 0 | 116 | 4 | 105 | 457 | 77 | 23 |
| Binary | 1010000 | 10010 | 1001101 | 0 | 1001110 | 100 | 1000101 | 100101111 | 111111 | 10011 |
Color Harmonies of #50124D
Complementary color
Monochromatic Colors of #50124D
Black with #50124D
Text Example
Text Example
White with #50124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50124D; }
p { color: rgb(80,18,77); }
H1.HeaderClassName
{
color: #50124D;
}
.AnyTagClassName
{
color: #50124D;
}
</style>
background-color css
<style>
a { background-color: #50124D; }
a { background-color: rgb(80,18,77); }
div.DivClassName
{
background-color: #50124D;
}
.BgClassName
{
background-color: #50124D;
}
</style>
border-color css
<style>
span { border-color: #50124D; }
span { border-color: rgb(80,18,77); }
td.TdClassName
{
border-color: #50124D;
}
.TagClassName
{
border-color: #50124D;
}
</style>