Shades of Han Purple #5016F1
Tints of Han Purple #5016F1
RGB
CMYK
RGB Variations
Color information
#5016F1 (or 0x5016F1) is known color: Han Purple. HEX triplet: 50, 16 and F1. RGB value is (80,22,241). Sum of RGB (Red+Green+Blue) = 80+22+241=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #5016F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5016F1 is #AFE90E. Grayscale: #3F3F3F. Windows color (decimal): -11528463 or 15799888. OLE color: 15799888.
HSL color Cylindrical-coordinate representation of color #5016F1: hue angle of 255.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5016F1 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 22 | 241 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.05 |
| HSL | 255.89º | 0.89% | 0.52% | - |
| HSV(B) | 255.89º | 0.91% | 0.95% | - |
| XYZ | 19.47 | 8.63 | 83.86 | - |
| YUV | 64.31 | 227.72 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 241 | 0.67 | 0.91 | 0 | 0.05 | 255.89 | 0.89 | 0.52 |
| Hex | 50 | 16 | F1 | 43 | 5B | 0 | 5 | 100 | 59 | 34 |
| Octal | 120 | 26 | 361 | 103 | 133 | 0 | 5 | 400 | 131 | 64 |
| Binary | 1010000 | 10110 | 11110001 | 1000011 | 1011011 | 0 | 101 | 100000000 | 1011001 | 110100 |
Color Harmonies of #5016F1
Complementary color
Monochromatic Colors of #5016F1
Black with #5016F1
Text Example
Text Example
White with #5016F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5016F1; }
p { color: rgb(80,22,241); }
H1.HeaderClassName
{
color: #5016F1;
}
.AnyTagClassName
{
color: #5016F1;
}
</style>
background-color css
<style>
a { background-color: #5016F1; }
a { background-color: rgb(80,22,241); }
div.DivClassName
{
background-color: #5016F1;
}
.BgClassName
{
background-color: #5016F1;
}
</style>
border-color css
<style>
span { border-color: #5016F1; }
span { border-color: rgb(80,22,241); }
td.TdClassName
{
border-color: #5016F1;
}
.TagClassName
{
border-color: #5016F1;
}
</style>