Shades of Han Purple #5020DF
Tints of Han Purple #5020DF
RGB
CMYK
RGB Variations
Color information
#5020DF (or 0x5020DF) is known color: Han Purple. HEX triplet: 50, 20 and DF. RGB value is (80,32,223). Sum of RGB (Red+Green+Blue) = 80+32+223=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #5020DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5020DF is #AFDF20. Grayscale: #434343. Windows color (decimal): -11525921 or 14622800. OLE color: 14622800.
HSL color Cylindrical-coordinate representation of color #5020DF: hue angle of 255.08º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5020DF is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 32 | 223 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.13 |
| HSL | 255.08º | 0.75% | 0.5% | - |
| HSV(B) | 255.08º | 0.86% | 0.87% | - |
| XYZ | 17.14 | 8.07 | 70.47 | - |
| YUV | 68.13 | 215.4 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 223 | 0.64 | 0.86 | 0 | 0.13 | 255.08 | 0.75 | 0.5 |
| Hex | 50 | 20 | DF | 40 | 56 | 0 | D | FF | 4B | 32 |
| Octal | 120 | 40 | 337 | 100 | 126 | 0 | 15 | 377 | 113 | 62 |
| Binary | 1010000 | 100000 | 11011111 | 1000000 | 1010110 | 0 | 1101 | 11111111 | 1001011 | 110010 |
Color Harmonies of #5020DF
Complementary color
Monochromatic Colors of #5020DF
Black with #5020DF
Text Example
Text Example
White with #5020DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5020DF; }
p { color: rgb(80,32,223); }
H1.HeaderClassName
{
color: #5020DF;
}
.AnyTagClassName
{
color: #5020DF;
}
</style>
background-color css
<style>
a { background-color: #5020DF; }
a { background-color: rgb(80,32,223); }
div.DivClassName
{
background-color: #5020DF;
}
.BgClassName
{
background-color: #5020DF;
}
</style>
border-color css
<style>
span { border-color: #5020DF; }
span { border-color: rgb(80,32,223); }
td.TdClassName
{
border-color: #5020DF;
}
.TagClassName
{
border-color: #5020DF;
}
</style>