Shades of Han Purple #5013DC
Tints of Han Purple #5013DC
RGB
CMYK
RGB Variations
Color information
#5013DC (or 0x5013DC) is known color: Han Purple. HEX triplet: 50, 13 and DC. RGB value is (80,19,220). Sum of RGB (Red+Green+Blue) = 80+19+220=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #5013DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5013DC is #AFEC23. Grayscale: #3B3B3B. Windows color (decimal): -11529252 or 14422864. OLE color: 14422864.
HSL color Cylindrical-coordinate representation of color #5013DC: hue angle of 258.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5013DC is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 19 | 220 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.14 |
| HSL | 258.21º | 0.84% | 0.47% | - |
| HSV(B) | 258.21º | 0.91% | 0.86% | - |
| XYZ | 16.46 | 7.34 | 68.26 | - |
| YUV | 60.15 | 218.21 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 220 | 0.64 | 0.91 | 0 | 0.14 | 258.21 | 0.84 | 0.47 |
| Hex | 50 | 13 | DC | 40 | 5B | 0 | E | 102 | 54 | 2F |
| Octal | 120 | 23 | 334 | 100 | 133 | 0 | 16 | 402 | 124 | 57 |
| Binary | 1010000 | 10011 | 11011100 | 1000000 | 1011011 | 0 | 1110 | 100000010 | 1010100 | 101111 |
Color Harmonies of #5013DC
Complementary color
Monochromatic Colors of #5013DC
Black with #5013DC
Text Example
Text Example
White with #5013DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5013DC; }
p { color: rgb(80,19,220); }
H1.HeaderClassName
{
color: #5013DC;
}
.AnyTagClassName
{
color: #5013DC;
}
</style>
background-color css
<style>
a { background-color: #5013DC; }
a { background-color: rgb(80,19,220); }
div.DivClassName
{
background-color: #5013DC;
}
.BgClassName
{
background-color: #5013DC;
}
</style>
border-color css
<style>
span { border-color: #5013DC; }
span { border-color: rgb(80,19,220); }
td.TdClassName
{
border-color: #5013DC;
}
.TagClassName
{
border-color: #5013DC;
}
</style>