Shades of Han Purple #5011EB
Tints of Han Purple #5011EB
RGB
CMYK
RGB Variations
Color information
#5011EB (or 0x5011EB) is known color: Han Purple. HEX triplet: 50, 11 and EB. RGB value is (80,17,235). Sum of RGB (Red+Green+Blue) = 80+17+235=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #5011EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011EB is #AFEE14. Grayscale: #3B3B3B. Windows color (decimal): -11529749 or 15405392. OLE color: 15405392.
HSL color Cylindrical-coordinate representation of color #5011EB: hue angle of 257.34º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5011EB is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 17 | 235 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.08 |
| HSL | 257.34º | 0.87% | 0.49% | - |
| HSV(B) | 257.34º | 0.93% | 0.92% | - |
| XYZ | 18.5 | 8.1 | 79.19 | - |
| YUV | 60.69 | 226.37 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 17 | 235 | 0.66 | 0.93 | 0 | 0.08 | 257.34 | 0.87 | 0.49 |
| Hex | 50 | 11 | EB | 42 | 5D | 0 | 8 | 101 | 57 | 31 |
| Octal | 120 | 21 | 353 | 102 | 135 | 0 | 10 | 401 | 127 | 61 |
| Binary | 1010000 | 10001 | 11101011 | 1000010 | 1011101 | 0 | 1000 | 100000001 | 1010111 | 110001 |
Color Harmonies of #5011EB
Complementary color
Monochromatic Colors of #5011EB
Black with #5011EB
Text Example
Text Example
White with #5011EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5011EB; }
p { color: rgb(80,17,235); }
H1.HeaderClassName
{
color: #5011EB;
}
.AnyTagClassName
{
color: #5011EB;
}
</style>
background-color css
<style>
a { background-color: #5011EB; }
a { background-color: rgb(80,17,235); }
div.DivClassName
{
background-color: #5011EB;
}
.BgClassName
{
background-color: #5011EB;
}
</style>
border-color css
<style>
span { border-color: #5011EB; }
span { border-color: rgb(80,17,235); }
td.TdClassName
{
border-color: #5011EB;
}
.TagClassName
{
border-color: #5011EB;
}
</style>