Shades of Hot Purple #50144D
Tints of Hot Purple #50144D
RGB
CMYK
RGB Variations
Color information
#50144D (or 0x50144D) is known color: Hot Purple. HEX triplet: 50, 14 and 4D. RGB value is (80,20,77). Sum of RGB (Red+Green+Blue) = 80+20+77=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50144D is #AFEBB2. Grayscale: #2C2C2C. Windows color (decimal): -11529139 or 5051472. OLE color: 5051472.
HSL color Cylindrical-coordinate representation of color #50144D: hue angle of 303º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50144D is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 20 | 77 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.69 |
| HSL | 303º | 0.6% | 0.2% | - |
| HSV(B) | 303º | 0.75% | 0.31% | - |
| XYZ | 4.9 | 2.74 | 7.29 | - |
| YUV | 44.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 77 | 0 | 0.75 | 0.04 | 0.69 | 303 | 0.6 | 0.2 |
| Hex | 50 | 14 | 4D | 0 | 4B | 4 | 45 | 12F | 3C | 14 |
| Octal | 120 | 24 | 115 | 0 | 113 | 4 | 105 | 457 | 74 | 24 |
| Binary | 1010000 | 10100 | 1001101 | 0 | 1001011 | 100 | 1000101 | 100101111 | 111100 | 10100 |
Color Harmonies of #50144D
Complementary color
Monochromatic Colors of #50144D
Black with #50144D
Text Example
Text Example
White with #50144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50144D; }
p { color: rgb(80,20,77); }
H1.HeaderClassName
{
color: #50144D;
}
.AnyTagClassName
{
color: #50144D;
}
</style>
background-color css
<style>
a { background-color: #50144D; }
a { background-color: rgb(80,20,77); }
div.DivClassName
{
background-color: #50144D;
}
.BgClassName
{
background-color: #50144D;
}
</style>
border-color css
<style>
span { border-color: #50144D; }
span { border-color: rgb(80,20,77); }
td.TdClassName
{
border-color: #50144D;
}
.TagClassName
{
border-color: #50144D;
}
</style>