Shades of Han Purple #5015FA
Tints of Han Purple #5015FA
RGB
CMYK
RGB Variations
Color information
#5015FA (or 0x5015FA) is known color: Han Purple. HEX triplet: 50, 15 and FA. RGB value is (80,21,250). Sum of RGB (Red+Green+Blue) = 80+21+250=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #5015FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015FA is #AFEA05. Grayscale: #3F3F3F. Windows color (decimal): -11528710 or 16389456. OLE color: 16389456.
HSL color Cylindrical-coordinate representation of color #5015FA: hue angle of 255.46º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5015FA is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 21 | 250 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.02 |
| HSL | 255.46º | 0.96% | 0.53% | - |
| HSV(B) | 255.46º | 0.92% | 0.98% | - |
| XYZ | 20.83 | 9.14 | 91.11 | - |
| YUV | 64.75 | 232.55 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 250 | 0.68 | 0.92 | 0 | 0.02 | 255.46 | 0.96 | 0.53 |
| Hex | 50 | 15 | FA | 44 | 5C | 0 | 2 | FF | 60 | 35 |
| Octal | 120 | 25 | 372 | 104 | 134 | 0 | 2 | 377 | 140 | 65 |
| Binary | 1010000 | 10101 | 11111010 | 1000100 | 1011100 | 0 | 10 | 11111111 | 1100000 | 110101 |
Color Harmonies of #5015FA
Complementary color
Monochromatic Colors of #5015FA
Black with #5015FA
Text Example
Text Example
White with #5015FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015FA; }
p { color: rgb(80,21,250); }
H1.HeaderClassName
{
color: #5015FA;
}
.AnyTagClassName
{
color: #5015FA;
}
</style>
background-color css
<style>
a { background-color: #5015FA; }
a { background-color: rgb(80,21,250); }
div.DivClassName
{
background-color: #5015FA;
}
.BgClassName
{
background-color: #5015FA;
}
</style>
border-color css
<style>
span { border-color: #5015FA; }
span { border-color: rgb(80,21,250); }
td.TdClassName
{
border-color: #5015FA;
}
.TagClassName
{
border-color: #5015FA;
}
</style>