Shades of Han Purple #5420EA
Tints of Han Purple #5420EA
RGB
CMYK
RGB Variations
Color information
#5420EA (or 0x5420EA) is known color: Han Purple. HEX triplet: 54, 20 and EA. RGB value is (84,32,234). Sum of RGB (Red+Green+Blue) = 84+32+234=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #5420EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5420EA is #ABDF15. Grayscale: #454545. Windows color (decimal): -11263766 or 15343700. OLE color: 15343700.
HSL color Cylindrical-coordinate representation of color #5420EA: hue angle of 255.45º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5420EA is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 32 | 234 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.08 |
| HSL | 255.45º | 0.83% | 0.52% | - |
| HSV(B) | 255.45º | 0.86% | 0.92% | - |
| XYZ | 19.02 | 8.86 | 78.55 | - |
| YUV | 70.58 | 220.23 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 234 | 0.64 | 0.86 | 0 | 0.08 | 255.45 | 0.83 | 0.52 |
| Hex | 54 | 20 | EA | 40 | 56 | 0 | 8 | FF | 53 | 34 |
| Octal | 124 | 40 | 352 | 100 | 126 | 0 | 10 | 377 | 123 | 64 |
| Binary | 1010100 | 100000 | 11101010 | 1000000 | 1010110 | 0 | 1000 | 11111111 | 1010011 | 110100 |
Color Harmonies of #5420EA
Complementary color
Monochromatic Colors of #5420EA
Black with #5420EA
Text Example
Text Example
White with #5420EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5420EA; }
p { color: rgb(84,32,234); }
H1.HeaderClassName
{
color: #5420EA;
}
.AnyTagClassName
{
color: #5420EA;
}
</style>
background-color css
<style>
a { background-color: #5420EA; }
a { background-color: rgb(84,32,234); }
div.DivClassName
{
background-color: #5420EA;
}
.BgClassName
{
background-color: #5420EA;
}
</style>
border-color css
<style>
span { border-color: #5420EA; }
span { border-color: rgb(84,32,234); }
td.TdClassName
{
border-color: #5420EA;
}
.TagClassName
{
border-color: #5420EA;
}
</style>