Shades of Han Purple #5015EC
Tints of Han Purple #5015EC
RGB
CMYK
RGB Variations
Color information
#5015EC (or 0x5015EC) is known color: Han Purple. HEX triplet: 50, 15 and EC. RGB value is (80,21,236). Sum of RGB (Red+Green+Blue) = 80+21+236=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #5015EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015EC is #AFEA13. Grayscale: #3E3E3E. Windows color (decimal): -11528724 or 15471952. OLE color: 15471952.
HSL color Cylindrical-coordinate representation of color #5015EC: hue angle of 256.47º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5015EC is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 21 | 236 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.07 |
| HSL | 256.47º | 0.85% | 0.5% | - |
| HSV(B) | 256.47º | 0.91% | 0.93% | - |
| XYZ | 18.72 | 8.3 | 79.97 | - |
| YUV | 63.15 | 225.55 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 236 | 0.66 | 0.91 | 0 | 0.07 | 256.47 | 0.85 | 0.5 |
| Hex | 50 | 15 | EC | 42 | 5B | 0 | 7 | 100 | 55 | 32 |
| Octal | 120 | 25 | 354 | 102 | 133 | 0 | 7 | 400 | 125 | 62 |
| Binary | 1010000 | 10101 | 11101100 | 1000010 | 1011011 | 0 | 111 | 100000000 | 1010101 | 110010 |
Color Harmonies of #5015EC
Complementary color
Monochromatic Colors of #5015EC
Black with #5015EC
Text Example
Text Example
White with #5015EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015EC; }
p { color: rgb(80,21,236); }
H1.HeaderClassName
{
color: #5015EC;
}
.AnyTagClassName
{
color: #5015EC;
}
</style>
background-color css
<style>
a { background-color: #5015EC; }
a { background-color: rgb(80,21,236); }
div.DivClassName
{
background-color: #5015EC;
}
.BgClassName
{
background-color: #5015EC;
}
</style>
border-color css
<style>
span { border-color: #5015EC; }
span { border-color: rgb(80,21,236); }
td.TdClassName
{
border-color: #5015EC;
}
.TagClassName
{
border-color: #5015EC;
}
</style>