Shades of Han Purple #5012DC
Tints of Han Purple #5012DC
RGB
CMYK
RGB Variations
Color information
#5012DC (or 0x5012DC) is known color: Han Purple. HEX triplet: 50, 12 and DC. RGB value is (80,18,220). Sum of RGB (Red+Green+Blue) = 80+18+220=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #5012DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5012DC is #AFED23. Grayscale: #3A3A3A. Windows color (decimal): -11529508 or 14422608. OLE color: 14422608.
HSL color Cylindrical-coordinate representation of color #5012DC: hue angle of 258.42º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5012DC is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 18 | 220 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.14 |
| HSL | 258.42º | 0.85% | 0.47% | - |
| HSV(B) | 258.42º | 0.92% | 0.86% | - |
| XYZ | 16.44 | 7.31 | 68.25 | - |
| YUV | 59.57 | 218.54 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 220 | 0.64 | 0.92 | 0 | 0.14 | 258.42 | 0.85 | 0.47 |
| Hex | 50 | 12 | DC | 40 | 5C | 0 | E | 102 | 55 | 2F |
| Octal | 120 | 22 | 334 | 100 | 134 | 0 | 16 | 402 | 125 | 57 |
| Binary | 1010000 | 10010 | 11011100 | 1000000 | 1011100 | 0 | 1110 | 100000010 | 1010101 | 101111 |
Color Harmonies of #5012DC
Complementary color
Monochromatic Colors of #5012DC
Black with #5012DC
Text Example
Text Example
White with #5012DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012DC; }
p { color: rgb(80,18,220); }
H1.HeaderClassName
{
color: #5012DC;
}
.AnyTagClassName
{
color: #5012DC;
}
</style>
background-color css
<style>
a { background-color: #5012DC; }
a { background-color: rgb(80,18,220); }
div.DivClassName
{
background-color: #5012DC;
}
.BgClassName
{
background-color: #5012DC;
}
</style>
border-color css
<style>
span { border-color: #5012DC; }
span { border-color: rgb(80,18,220); }
td.TdClassName
{
border-color: #5012DC;
}
.TagClassName
{
border-color: #5012DC;
}
</style>