Shades of Han Purple #5014EA
Tints of Han Purple #5014EA
RGB
CMYK
RGB Variations
Color information
#5014EA (or 0x5014EA) is known color: Han Purple. HEX triplet: 50, 14 and EA. RGB value is (80,20,234). Sum of RGB (Red+Green+Blue) = 80+20+234=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #5014EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5014EA is #AFEB15. Grayscale: #3D3D3D. Windows color (decimal): -11528982 or 15340624. OLE color: 15340624.
HSL color Cylindrical-coordinate representation of color #5014EA: hue angle of 256.82º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5014EA is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 20 | 234 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.08 |
| HSL | 256.82º | 0.84% | 0.5% | - |
| HSV(B) | 256.82º | 0.91% | 0.92% | - |
| XYZ | 18.41 | 8.15 | 78.44 | - |
| YUV | 62.34 | 224.88 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 234 | 0.66 | 0.91 | 0 | 0.08 | 256.82 | 0.84 | 0.5 |
| Hex | 50 | 14 | EA | 42 | 5B | 0 | 8 | 101 | 54 | 32 |
| Octal | 120 | 24 | 352 | 102 | 133 | 0 | 10 | 401 | 124 | 62 |
| Binary | 1010000 | 10100 | 11101010 | 1000010 | 1011011 | 0 | 1000 | 100000001 | 1010100 | 110010 |
Color Harmonies of #5014EA
Complementary color
Monochromatic Colors of #5014EA
Black with #5014EA
Text Example
Text Example
White with #5014EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014EA; }
p { color: rgb(80,20,234); }
H1.HeaderClassName
{
color: #5014EA;
}
.AnyTagClassName
{
color: #5014EA;
}
</style>
background-color css
<style>
a { background-color: #5014EA; }
a { background-color: rgb(80,20,234); }
div.DivClassName
{
background-color: #5014EA;
}
.BgClassName
{
background-color: #5014EA;
}
</style>
border-color css
<style>
span { border-color: #5014EA; }
span { border-color: rgb(80,20,234); }
td.TdClassName
{
border-color: #5014EA;
}
.TagClassName
{
border-color: #5014EA;
}
</style>