Shades of Han Purple #5020E0
Tints of Han Purple #5020E0
RGB
CMYK
RGB Variations
Color information
#5020E0 (or 0x5020E0) is known color: Han Purple. HEX triplet: 50, 20 and E0. RGB value is (80,32,224). Sum of RGB (Red+Green+Blue) = 80+32+224=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #5020E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020E0 is #AFDF1F. Grayscale: #434343. Windows color (decimal): -11525920 or 14688336. OLE color: 14688336.
HSL color Cylindrical-coordinate representation of color #5020E0: hue angle of 255º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5020E0 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 32 | 224 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.12 |
| HSL | 255º | 0.76% | 0.5% | - |
| HSV(B) | 255º | 0.86% | 0.88% | - |
| XYZ | 17.28 | 8.12 | 71.18 | - |
| YUV | 68.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 224 | 0.64 | 0.86 | 0 | 0.12 | 255 | 0.76 | 0.5 |
| Hex | 50 | 20 | E0 | 40 | 56 | 0 | C | FF | 4C | 32 |
| Octal | 120 | 40 | 340 | 100 | 126 | 0 | 14 | 377 | 114 | 62 |
| Binary | 1010000 | 100000 | 11100000 | 1000000 | 1010110 | 0 | 1100 | 11111111 | 1001100 | 110010 |
Color Harmonies of #5020E0
Complementary color
Monochromatic Colors of #5020E0
Black with #5020E0
Text Example
Text Example
White with #5020E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5020E0; }
p { color: rgb(80,32,224); }
H1.HeaderClassName
{
color: #5020E0;
}
.AnyTagClassName
{
color: #5020E0;
}
</style>
background-color css
<style>
a { background-color: #5020E0; }
a { background-color: rgb(80,32,224); }
div.DivClassName
{
background-color: #5020E0;
}
.BgClassName
{
background-color: #5020E0;
}
</style>
border-color css
<style>
span { border-color: #5020E0; }
span { border-color: rgb(80,32,224); }
td.TdClassName
{
border-color: #5020E0;
}
.TagClassName
{
border-color: #5020E0;
}
</style>