Shades of Hot Purple #502050
Tints of Hot Purple #502050
RGB
CMYK
RGB Variations
Color information
#502050 (or 0x502050) is known color: Hot Purple. HEX triplet: 50, 20 and 50. RGB value is (80,32,80). Sum of RGB (Red+Green+Blue) = 80+32+80=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502050 is #AFDFAF. Grayscale: #333333. Windows color (decimal): -11526064 or 5251152. OLE color: 5251152.
HSL color Cylindrical-coordinate representation of color #502050: hue angle of 300º 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 #502050 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 80 | - |
| CMYK | 0 | 0.60 | 0 | 0.69 |
| HSL | 300º | 0.43% | 0.22% | - |
| HSV(B) | 300º | 0.6% | 0.31% | - |
| XYZ | 5.27 | 3.32 | 7.95 | - |
| YUV | 51.82 | 143.9 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 80 | 0 | 0.60 | 0 | 0.69 | 300 | 0.43 | 0.22 |
| Hex | 50 | 20 | 50 | 0 | 3C | 0 | 45 | 12C | 2B | 16 |
| Octal | 120 | 40 | 120 | 0 | 74 | 0 | 105 | 454 | 53 | 26 |
| Binary | 1010000 | 100000 | 1010000 | 0 | 111100 | 0 | 1000101 | 100101100 | 101011 | 10110 |
Color Harmonies of #502050
Complementary color
Monochromatic Colors of #502050
Black with #502050
Text Example
Text Example
White with #502050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502050; }
p { color: rgb(80,32,80); }
H1.HeaderClassName
{
color: #502050;
}
.AnyTagClassName
{
color: #502050;
}
</style>
background-color css
<style>
a { background-color: #502050; }
a { background-color: rgb(80,32,80); }
div.DivClassName
{
background-color: #502050;
}
.BgClassName
{
background-color: #502050;
}
</style>
border-color css
<style>
span { border-color: #502050; }
span { border-color: rgb(80,32,80); }
td.TdClassName
{
border-color: #502050;
}
.TagClassName
{
border-color: #502050;
}
</style>