Shades of Han Purple #5014FC
Tints of Han Purple #5014FC
RGB
CMYK
RGB Variations
Color information
#5014FC (or 0x5014FC) is known color: Han Purple. HEX triplet: 50, 14 and FC. RGB value is (80,20,252). Sum of RGB (Red+Green+Blue) = 80+20+252=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #5014FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5014FC is #AFEB03. Grayscale: #3F3F3F. Windows color (decimal): -11528964 or 16520272. OLE color: 16520272.
HSL color Cylindrical-coordinate representation of color #5014FC: hue angle of 255.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5014FC is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 20 | 252 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.01 |
| HSL | 255.52º | 0.97% | 0.53% | - |
| HSV(B) | 255.52º | 0.92% | 0.99% | - |
| XYZ | 21.13 | 9.23 | 92.76 | - |
| YUV | 64.39 | 233.88 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 252 | 0.68 | 0.92 | 0 | 0.01 | 255.52 | 0.97 | 0.53 |
| Hex | 50 | 14 | FC | 44 | 5C | 0 | 1 | 100 | 61 | 35 |
| Octal | 120 | 24 | 374 | 104 | 134 | 0 | 1 | 400 | 141 | 65 |
| Binary | 1010000 | 10100 | 11111100 | 1000100 | 1011100 | 0 | 1 | 100000000 | 1100001 | 110101 |
Color Harmonies of #5014FC
Complementary color
Monochromatic Colors of #5014FC
Black with #5014FC
Text Example
Text Example
White with #5014FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014FC; }
p { color: rgb(80,20,252); }
H1.HeaderClassName
{
color: #5014FC;
}
.AnyTagClassName
{
color: #5014FC;
}
</style>
background-color css
<style>
a { background-color: #5014FC; }
a { background-color: rgb(80,20,252); }
div.DivClassName
{
background-color: #5014FC;
}
.BgClassName
{
background-color: #5014FC;
}
</style>
border-color css
<style>
span { border-color: #5014FC; }
span { border-color: rgb(80,20,252); }
td.TdClassName
{
border-color: #5014FC;
}
.TagClassName
{
border-color: #5014FC;
}
</style>