Shades of Han Purple #5110F1
Tints of Han Purple #5110F1
RGB
CMYK
RGB Variations
Color information
#5110F1 (or 0x5110F1) is known color: Han Purple. HEX triplet: 51, 10 and F1. RGB value is (81,16,241). Sum of RGB (Red+Green+Blue) = 81+16+241=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 241 (94.53% from 255 or 71.30% from 338); Max value from RGB is 241 - color contains mainly: blue. Hex color #5110F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5110F1 is #AEEF0E. Grayscale: #3C3C3C. Windows color (decimal): -11464463 or 15798353. OLE color: 15798353.
HSL color Cylindrical-coordinate representation of color #5110F1: hue angle of 257.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5110F1 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 16 | 241 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.05 |
| HSL | 257.33º | 0.89% | 0.5% | - |
| HSV(B) | 257.33º | 0.93% | 0.95% | - |
| XYZ | 19.46 | 8.47 | 83.83 | - |
| YUV | 61.09 | 229.53 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 241 | 0.66 | 0.93 | 0 | 0.05 | 257.33 | 0.89 | 0.5 |
| Hex | 51 | 10 | F1 | 42 | 5D | 0 | 5 | 101 | 59 | 32 |
| Octal | 121 | 20 | 361 | 102 | 135 | 0 | 5 | 401 | 131 | 62 |
| Binary | 1010001 | 10000 | 11110001 | 1000010 | 1011101 | 0 | 101 | 100000001 | 1011001 | 110010 |
Color Harmonies of #5110F1
Complementary color
Monochromatic Colors of #5110F1
Black with #5110F1
Text Example
Text Example
White with #5110F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110F1; }
p { color: rgb(81,16,241); }
H1.HeaderClassName
{
color: #5110F1;
}
.AnyTagClassName
{
color: #5110F1;
}
</style>
background-color css
<style>
a { background-color: #5110F1; }
a { background-color: rgb(81,16,241); }
div.DivClassName
{
background-color: #5110F1;
}
.BgClassName
{
background-color: #5110F1;
}
</style>
border-color css
<style>
span { border-color: #5110F1; }
span { border-color: rgb(81,16,241); }
td.TdClassName
{
border-color: #5110F1;
}
.TagClassName
{
border-color: #5110F1;
}
</style>