Shades of Hot Purple #50204E
Tints of Hot Purple #50204E
RGB
CMYK
RGB Variations
Color information
#50204E (or 0x50204E) is known color: Hot Purple. HEX triplet: 50, 20 and 4E. RGB value is (80,32,78). Sum of RGB (Red+Green+Blue) = 80+32+78=190 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 80 - color contains mainly: red. Hex color #50204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50204E is #AFDFB1. Grayscale: #333333. Windows color (decimal): -11526066 or 5120080. OLE color: 5120080.
HSL color Cylindrical-coordinate representation of color #50204E: hue angle of 302.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50204E is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 78 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.69 |
| HSL | 302.5º | 0.43% | 0.22% | - |
| HSV(B) | 302.5º | 0.6% | 0.31% | - |
| XYZ | 5.2 | 3.29 | 7.57 | - |
| YUV | 51.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 78 | 0 | 0.60 | 0.02 | 0.69 | 302.5 | 0.43 | 0.22 |
| Hex | 50 | 20 | 4E | 0 | 3C | 2 | 45 | 12E | 2B | 16 |
| Octal | 120 | 40 | 116 | 0 | 74 | 2 | 105 | 456 | 53 | 26 |
| Binary | 1010000 | 100000 | 1001110 | 0 | 111100 | 10 | 1000101 | 100101110 | 101011 | 10110 |
Color Harmonies of #50204E
Complementary color
Monochromatic Colors of #50204E
Black with #50204E
Text Example
Text Example
White with #50204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50204E; }
p { color: rgb(80,32,78); }
H1.HeaderClassName
{
color: #50204E;
}
.AnyTagClassName
{
color: #50204E;
}
</style>
background-color css
<style>
a { background-color: #50204E; }
a { background-color: rgb(80,32,78); }
div.DivClassName
{
background-color: #50204E;
}
.BgClassName
{
background-color: #50204E;
}
</style>
border-color css
<style>
span { border-color: #50204E; }
span { border-color: rgb(80,32,78); }
td.TdClassName
{
border-color: #50204E;
}
.TagClassName
{
border-color: #50204E;
}
</style>