Shades of Han Purple #5016EB
Tints of Han Purple #5016EB
RGB
CMYK
RGB Variations
Color information
#5016EB (or 0x5016EB) is known color: Han Purple. HEX triplet: 50, 16 and EB. RGB value is (80,22,235). Sum of RGB (Red+Green+Blue) = 80+22+235=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #5016EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5016EB is #AFE914. Grayscale: #3E3E3E. Windows color (decimal): -11528469 or 15406672. OLE color: 15406672.
HSL color Cylindrical-coordinate representation of color #5016EB: hue angle of 256.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5016EB is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 22 | 235 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.08 |
| HSL | 256.34º | 0.84% | 0.5% | - |
| HSV(B) | 256.34º | 0.91% | 0.92% | - |
| XYZ | 18.59 | 8.28 | 79.22 | - |
| YUV | 63.62 | 224.72 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 235 | 0.66 | 0.91 | 0 | 0.08 | 256.34 | 0.84 | 0.5 |
| Hex | 50 | 16 | EB | 42 | 5B | 0 | 8 | 100 | 54 | 32 |
| Octal | 120 | 26 | 353 | 102 | 133 | 0 | 10 | 400 | 124 | 62 |
| Binary | 1010000 | 10110 | 11101011 | 1000010 | 1011011 | 0 | 1000 | 100000000 | 1010100 | 110010 |
Color Harmonies of #5016EB
Complementary color
Monochromatic Colors of #5016EB
Black with #5016EB
Text Example
Text Example
White with #5016EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5016EB; }
p { color: rgb(80,22,235); }
H1.HeaderClassName
{
color: #5016EB;
}
.AnyTagClassName
{
color: #5016EB;
}
</style>
background-color css
<style>
a { background-color: #5016EB; }
a { background-color: rgb(80,22,235); }
div.DivClassName
{
background-color: #5016EB;
}
.BgClassName
{
background-color: #5016EB;
}
</style>
border-color css
<style>
span { border-color: #5016EB; }
span { border-color: rgb(80,22,235); }
td.TdClassName
{
border-color: #5016EB;
}
.TagClassName
{
border-color: #5016EB;
}
</style>