Shades of Han Purple #5011ED
Tints of Han Purple #5011ED
RGB
CMYK
RGB Variations
Color information
#5011ED (or 0x5011ED) is known color: Han Purple. HEX triplet: 50, 11 and ED. RGB value is (80,17,237). Sum of RGB (Red+Green+Blue) = 80+17+237=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #5011ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011ED is #AFEE12. Grayscale: #3C3C3C. Windows color (decimal): -11529747 or 15536464. OLE color: 15536464.
HSL color Cylindrical-coordinate representation of color #5011ED: hue angle of 257.18º 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 #5011ED is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 17 | 237 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.07 |
| HSL | 257.18º | 0.87% | 0.5% | - |
| HSV(B) | 257.18º | 0.93% | 0.93% | - |
| XYZ | 18.79 | 8.22 | 80.72 | - |
| YUV | 60.92 | 227.37 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 237 | 0.66 | 0.93 | 0 | 0.07 | 257.18 | 0.87 | 0.5 |
| Hex | 50 | 11 | ED | 42 | 5D | 0 | 7 | 101 | 57 | 32 |
| Octal | 120 | 21 | 355 | 102 | 135 | 0 | 7 | 401 | 127 | 62 |
| Binary | 1010000 | 10001 | 11101101 | 1000010 | 1011101 | 0 | 111 | 100000001 | 1010111 | 110010 |
Color Harmonies of #5011ED
Complementary color
Monochromatic Colors of #5011ED
Black with #5011ED
Text Example
Text Example
White with #5011ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011ED; }
p { color: rgb(80,17,237); }
H1.HeaderClassName
{
color: #5011ED;
}
.AnyTagClassName
{
color: #5011ED;
}
</style>
background-color css
<style>
a { background-color: #5011ED; }
a { background-color: rgb(80,17,237); }
div.DivClassName
{
background-color: #5011ED;
}
.BgClassName
{
background-color: #5011ED;
}
</style>
border-color css
<style>
span { border-color: #5011ED; }
span { border-color: rgb(80,17,237); }
td.TdClassName
{
border-color: #5011ED;
}
.TagClassName
{
border-color: #5011ED;
}
</style>