Shades of Han Purple #5012F1
Tints of Han Purple #5012F1
RGB
CMYK
RGB Variations
Color information
#5012F1 (or 0x5012F1) is known color: Han Purple. HEX triplet: 50, 12 and F1. RGB value is (80,18,241). Sum of RGB (Red+Green+Blue) = 80+18+241=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #5012F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5012F1 is #AFED0E. Grayscale: #3D3D3D. Windows color (decimal): -11529487 or 15798864. OLE color: 15798864.
HSL color Cylindrical-coordinate representation of color #5012F1: hue angle of 256.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5012F1 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 18 | 241 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.05 |
| HSL | 256.68º | 0.89% | 0.51% | - |
| HSV(B) | 256.68º | 0.93% | 0.95% | - |
| XYZ | 19.4 | 8.49 | 83.84 | - |
| YUV | 61.96 | 229.04 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 241 | 0.67 | 0.93 | 0 | 0.05 | 256.68 | 0.89 | 0.51 |
| Hex | 50 | 12 | F1 | 43 | 5D | 0 | 5 | 101 | 59 | 33 |
| Octal | 120 | 22 | 361 | 103 | 135 | 0 | 5 | 401 | 131 | 63 |
| Binary | 1010000 | 10010 | 11110001 | 1000011 | 1011101 | 0 | 101 | 100000001 | 1011001 | 110011 |
Color Harmonies of #5012F1
Complementary color
Monochromatic Colors of #5012F1
Black with #5012F1
Text Example
Text Example
White with #5012F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012F1; }
p { color: rgb(80,18,241); }
H1.HeaderClassName
{
color: #5012F1;
}
.AnyTagClassName
{
color: #5012F1;
}
</style>
background-color css
<style>
a { background-color: #5012F1; }
a { background-color: rgb(80,18,241); }
div.DivClassName
{
background-color: #5012F1;
}
.BgClassName
{
background-color: #5012F1;
}
</style>
border-color css
<style>
span { border-color: #5012F1; }
span { border-color: rgb(80,18,241); }
td.TdClassName
{
border-color: #5012F1;
}
.TagClassName
{
border-color: #5012F1;
}
</style>