Shades of Han Purple #5404EA
Tints of Han Purple #5404EA
RGB
CMYK
RGB Variations
Color information
#5404EA (or 0x5404EA) is known color: Han Purple. HEX triplet: 54, 04 and EA. RGB value is (84,4,234). Sum of RGB (Red+Green+Blue) = 84+4+234=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 234 (91.80% from 255 or 72.67% from 322); Max value from RGB is 234 - color contains mainly: blue. Hex color #5404EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5404EA is #ABFB15. Grayscale: #353535. Windows color (decimal): -11270934 or 15336532. OLE color: 15336532.
HSL color Cylindrical-coordinate representation of color #5404EA: hue angle of 260.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404EA is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 4 | 234 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.08 |
| HSL | 260.87º | 0.97% | 0.47% | - |
| HSV(B) | 260.87º | 0.98% | 0.92% | - |
| XYZ | 18.55 | 7.91 | 78.39 | - |
| YUV | 54.14 | 229.5 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 234 | 0.64 | 0.98 | 0 | 0.08 | 260.87 | 0.97 | 0.47 |
| Hex | 54 | 4 | EA | 40 | 62 | 0 | 8 | 105 | 61 | 2F |
| Octal | 124 | 4 | 352 | 100 | 142 | 0 | 10 | 405 | 141 | 57 |
| Binary | 1010100 | 100 | 11101010 | 1000000 | 1100010 | 0 | 1000 | 100000101 | 1100001 | 101111 |
Color Harmonies of #5404EA
Complementary color
Monochromatic Colors of #5404EA
Black with #5404EA
Text Example
Text Example
White with #5404EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404EA; }
p { color: rgb(84,4,234); }
H1.HeaderClassName
{
color: #5404EA;
}
.AnyTagClassName
{
color: #5404EA;
}
</style>
background-color css
<style>
a { background-color: #5404EA; }
a { background-color: rgb(84,4,234); }
div.DivClassName
{
background-color: #5404EA;
}
.BgClassName
{
background-color: #5404EA;
}
</style>
border-color css
<style>
span { border-color: #5404EA; }
span { border-color: rgb(84,4,234); }
td.TdClassName
{
border-color: #5404EA;
}
.TagClassName
{
border-color: #5404EA;
}
</style>