Shades of Han Purple #5404EC
Tints of Han Purple #5404EC
RGB
CMYK
RGB Variations
Color information
#5404EC (or 0x5404EC) is known color: Han Purple. HEX triplet: 54, 04 and EC. RGB value is (84,4,236). Sum of RGB (Red+Green+Blue) = 84+4+236=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #5404EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5404EC is #ABFB13. Grayscale: #353535. Windows color (decimal): -11270932 or 15467604. OLE color: 15467604.
HSL color Cylindrical-coordinate representation of color #5404EC: hue angle of 260.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404EC is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 4 | 236 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.07 |
| HSL | 260.69º | 0.97% | 0.47% | - |
| HSV(B) | 260.69º | 0.98% | 0.93% | - |
| XYZ | 18.84 | 8.03 | 79.91 | - |
| YUV | 54.37 | 230.5 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 236 | 0.64 | 0.98 | 0 | 0.07 | 260.69 | 0.97 | 0.47 |
| Hex | 54 | 4 | EC | 40 | 62 | 0 | 7 | 105 | 61 | 2F |
| Octal | 124 | 4 | 354 | 100 | 142 | 0 | 7 | 405 | 141 | 57 |
| Binary | 1010100 | 100 | 11101100 | 1000000 | 1100010 | 0 | 111 | 100000101 | 1100001 | 101111 |
Color Harmonies of #5404EC
Complementary color
Monochromatic Colors of #5404EC
Black with #5404EC
Text Example
Text Example
White with #5404EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404EC; }
p { color: rgb(84,4,236); }
H1.HeaderClassName
{
color: #5404EC;
}
.AnyTagClassName
{
color: #5404EC;
}
</style>
background-color css
<style>
a { background-color: #5404EC; }
a { background-color: rgb(84,4,236); }
div.DivClassName
{
background-color: #5404EC;
}
.BgClassName
{
background-color: #5404EC;
}
</style>
border-color css
<style>
span { border-color: #5404EC; }
span { border-color: rgb(84,4,236); }
td.TdClassName
{
border-color: #5404EC;
}
.TagClassName
{
border-color: #5404EC;
}
</style>