Shades of Han Purple #5011EC
Tints of Han Purple #5011EC
RGB
CMYK
RGB Variations
Color information
#5011EC (or 0x5011EC) is known color: Han Purple. HEX triplet: 50, 11 and EC. RGB value is (80,17,236). Sum of RGB (Red+Green+Blue) = 80+17+236=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #5011EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011EC is #AFEE13. Grayscale: #3B3B3B. Windows color (decimal): -11529748 or 15470928. OLE color: 15470928.
HSL color Cylindrical-coordinate representation of color #5011EC: hue angle of 257.26º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5011EC is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 17 | 236 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.07 |
| HSL | 257.26º | 0.87% | 0.5% | - |
| HSV(B) | 257.26º | 0.93% | 0.93% | - |
| XYZ | 18.65 | 8.16 | 79.95 | - |
| YUV | 60.8 | 226.87 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 236 | 0.66 | 0.93 | 0 | 0.07 | 257.26 | 0.87 | 0.5 |
| Hex | 50 | 11 | EC | 42 | 5D | 0 | 7 | 101 | 57 | 32 |
| Octal | 120 | 21 | 354 | 102 | 135 | 0 | 7 | 401 | 127 | 62 |
| Binary | 1010000 | 10001 | 11101100 | 1000010 | 1011101 | 0 | 111 | 100000001 | 1010111 | 110010 |
Color Harmonies of #5011EC
Complementary color
Monochromatic Colors of #5011EC
Black with #5011EC
Text Example
Text Example
White with #5011EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011EC; }
p { color: rgb(80,17,236); }
H1.HeaderClassName
{
color: #5011EC;
}
.AnyTagClassName
{
color: #5011EC;
}
</style>
background-color css
<style>
a { background-color: #5011EC; }
a { background-color: rgb(80,17,236); }
div.DivClassName
{
background-color: #5011EC;
}
.BgClassName
{
background-color: #5011EC;
}
</style>
border-color css
<style>
span { border-color: #5011EC; }
span { border-color: rgb(80,17,236); }
td.TdClassName
{
border-color: #5011EC;
}
.TagClassName
{
border-color: #5011EC;
}
</style>