Shades of Han Purple #5010DC
Tints of Han Purple #5010DC
RGB
CMYK
RGB Variations
Color information
#5010DC (or 0x5010DC) is known color: Han Purple. HEX triplet: 50, 10 and DC. RGB value is (80,16,220). Sum of RGB (Red+Green+Blue) = 80+16+220=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #5010DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5010DC is #AFEF23. Grayscale: #393939. Windows color (decimal): -11530020 or 14422096. OLE color: 14422096.
HSL color Cylindrical-coordinate representation of color #5010DC: hue angle of 258.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5010DC is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 16 | 220 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.14 |
| HSL | 258.82º | 0.86% | 0.46% | - |
| HSV(B) | 258.82º | 0.93% | 0.86% | - |
| XYZ | 16.41 | 7.24 | 68.24 | - |
| YUV | 58.39 | 219.2 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 220 | 0.64 | 0.93 | 0 | 0.14 | 258.82 | 0.86 | 0.46 |
| Hex | 50 | 10 | DC | 40 | 5D | 0 | E | 103 | 56 | 2E |
| Octal | 120 | 20 | 334 | 100 | 135 | 0 | 16 | 403 | 126 | 56 |
| Binary | 1010000 | 10000 | 11011100 | 1000000 | 1011101 | 0 | 1110 | 100000011 | 1010110 | 101110 |
Color Harmonies of #5010DC
Complementary color
Monochromatic Colors of #5010DC
Black with #5010DC
Text Example
Text Example
White with #5010DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010DC; }
p { color: rgb(80,16,220); }
H1.HeaderClassName
{
color: #5010DC;
}
.AnyTagClassName
{
color: #5010DC;
}
</style>
background-color css
<style>
a { background-color: #5010DC; }
a { background-color: rgb(80,16,220); }
div.DivClassName
{
background-color: #5010DC;
}
.BgClassName
{
background-color: #5010DC;
}
</style>
border-color css
<style>
span { border-color: #5010DC; }
span { border-color: rgb(80,16,220); }
td.TdClassName
{
border-color: #5010DC;
}
.TagClassName
{
border-color: #5010DC;
}
</style>