Shades of Han Purple #5010F1
Tints of Han Purple #5010F1
RGB
CMYK
RGB Variations
Color information
#5010F1 (or 0x5010F1) is known color: Han Purple. HEX triplet: 50, 10 and F1. RGB value is (80,16,241). Sum of RGB (Red+Green+Blue) = 80+16+241=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #5010F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5010F1 is #AFEF0E. Grayscale: #3B3B3B. Windows color (decimal): -11529999 or 15798352. OLE color: 15798352.
HSL color Cylindrical-coordinate representation of color #5010F1: hue angle of 257.07º 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 #5010F1 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 16 | 241 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.05 |
| HSL | 257.07º | 0.89% | 0.5% | - |
| HSV(B) | 257.07º | 0.93% | 0.95% | - |
| XYZ | 19.37 | 8.43 | 83.82 | - |
| YUV | 60.79 | 229.7 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 241 | 0.67 | 0.93 | 0 | 0.05 | 257.07 | 0.89 | 0.5 |
| Hex | 50 | 10 | F1 | 43 | 5D | 0 | 5 | 101 | 59 | 32 |
| Octal | 120 | 20 | 361 | 103 | 135 | 0 | 5 | 401 | 131 | 62 |
| Binary | 1010000 | 10000 | 11110001 | 1000011 | 1011101 | 0 | 101 | 100000001 | 1011001 | 110010 |
Color Harmonies of #5010F1
Complementary color
Monochromatic Colors of #5010F1
Black with #5010F1
Text Example
Text Example
White with #5010F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010F1; }
p { color: rgb(80,16,241); }
H1.HeaderClassName
{
color: #5010F1;
}
.AnyTagClassName
{
color: #5010F1;
}
</style>
background-color css
<style>
a { background-color: #5010F1; }
a { background-color: rgb(80,16,241); }
div.DivClassName
{
background-color: #5010F1;
}
.BgClassName
{
background-color: #5010F1;
}
</style>
border-color css
<style>
span { border-color: #5010F1; }
span { border-color: rgb(80,16,241); }
td.TdClassName
{
border-color: #5010F1;
}
.TagClassName
{
border-color: #5010F1;
}
</style>