Shades of Han Purple #5011E3
Tints of Han Purple #5011E3
RGB
CMYK
RGB Variations
Color information
#5011E3 (or 0x5011E3) is known color: Han Purple. HEX triplet: 50, 11 and E3. RGB value is (80,17,227). Sum of RGB (Red+Green+Blue) = 80+17+227=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 227 (89.06% from 255 or 70.06% from 324); Max value from RGB is 227 - color contains mainly: blue. Hex color #5011E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011E3 is #AFEE1C. Grayscale: #3B3B3B. Windows color (decimal): -11529757 or 14881104. OLE color: 14881104.
HSL color Cylindrical-coordinate representation of color #5011E3: hue angle of 258º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5011E3 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 17 | 227 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.11 |
| HSL | 258º | 0.86% | 0.48% | - |
| HSV(B) | 258º | 0.93% | 0.89% | - |
| XYZ | 17.37 | 7.65 | 73.23 | - |
| YUV | 59.78 | 222.37 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 227 | 0.65 | 0.93 | 0 | 0.11 | 258 | 0.86 | 0.48 |
| Hex | 50 | 11 | E3 | 41 | 5D | 0 | B | 102 | 56 | 30 |
| Octal | 120 | 21 | 343 | 101 | 135 | 0 | 13 | 402 | 126 | 60 |
| Binary | 1010000 | 10001 | 11100011 | 1000001 | 1011101 | 0 | 1011 | 100000010 | 1010110 | 110000 |
Color Harmonies of #5011E3
Complementary color
Monochromatic Colors of #5011E3
Black with #5011E3
Text Example
Text Example
White with #5011E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011E3; }
p { color: rgb(80,17,227); }
H1.HeaderClassName
{
color: #5011E3;
}
.AnyTagClassName
{
color: #5011E3;
}
</style>
background-color css
<style>
a { background-color: #5011E3; }
a { background-color: rgb(80,17,227); }
div.DivClassName
{
background-color: #5011E3;
}
.BgClassName
{
background-color: #5011E3;
}
</style>
border-color css
<style>
span { border-color: #5011E3; }
span { border-color: rgb(80,17,227); }
td.TdClassName
{
border-color: #5011E3;
}
.TagClassName
{
border-color: #5011E3;
}
</style>