Shades of Han Purple #5016FA
Tints of Han Purple #5016FA
RGB
CMYK
RGB Variations
Color information
#5016FA (or 0x5016FA) is known color: Han Purple. HEX triplet: 50, 16 and FA. RGB value is (80,22,250). Sum of RGB (Red+Green+Blue) = 80+22+250=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 250 (98.05% from 255 or 71.02% from 352); Max value from RGB is 250 - color contains mainly: blue. Hex color #5016FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5016FA is #AFE905. Grayscale: #404040. Windows color (decimal): -11528454 or 16389712. OLE color: 16389712.
HSL color Cylindrical-coordinate representation of color #5016FA: hue angle of 255.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5016FA is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 22 | 250 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.02 |
| HSL | 255.26º | 0.96% | 0.53% | - |
| HSV(B) | 255.26º | 0.91% | 0.98% | - |
| XYZ | 20.85 | 9.18 | 91.12 | - |
| YUV | 65.33 | 232.22 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 250 | 0.68 | 0.91 | 0 | 0.02 | 255.26 | 0.96 | 0.53 |
| Hex | 50 | 16 | FA | 44 | 5B | 0 | 2 | FF | 60 | 35 |
| Octal | 120 | 26 | 372 | 104 | 133 | 0 | 2 | 377 | 140 | 65 |
| Binary | 1010000 | 10110 | 11111010 | 1000100 | 1011011 | 0 | 10 | 11111111 | 1100000 | 110101 |
Color Harmonies of #5016FA
Complementary color
Monochromatic Colors of #5016FA
Black with #5016FA
Text Example
Text Example
White with #5016FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5016FA; }
p { color: rgb(80,22,250); }
H1.HeaderClassName
{
color: #5016FA;
}
.AnyTagClassName
{
color: #5016FA;
}
</style>
background-color css
<style>
a { background-color: #5016FA; }
a { background-color: rgb(80,22,250); }
div.DivClassName
{
background-color: #5016FA;
}
.BgClassName
{
background-color: #5016FA;
}
</style>
border-color css
<style>
span { border-color: #5016FA; }
span { border-color: rgb(80,22,250); }
td.TdClassName
{
border-color: #5016FA;
}
.TagClassName
{
border-color: #5016FA;
}
</style>