Shades of Han Purple #540EEC
Tints of Han Purple #540EEC
RGB
CMYK
RGB Variations
Color information
#540EEC (or 0x540EEC) is known color: Han Purple. HEX triplet: 54, 0E and EC. RGB value is (84,14,236). Sum of RGB (Red+Green+Blue) = 84+14+236=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #540EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540EEC is #ABF113. Grayscale: #3B3B3B. Windows color (decimal): -11268372 or 15470164. OLE color: 15470164.
HSL color Cylindrical-coordinate representation of color #540EEC: hue angle of 258.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540EEC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 14 | 236 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.07 |
| HSL | 258.92º | 0.89% | 0.49% | - |
| HSV(B) | 258.92º | 0.94% | 0.93% | - |
| XYZ | 18.95 | 8.26 | 79.95 | - |
| YUV | 60.24 | 227.19 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 236 | 0.64 | 0.94 | 0 | 0.07 | 258.92 | 0.89 | 0.49 |
| Hex | 54 | E | EC | 40 | 5E | 0 | 7 | 103 | 59 | 31 |
| Octal | 124 | 16 | 354 | 100 | 136 | 0 | 7 | 403 | 131 | 61 |
| Binary | 1010100 | 1110 | 11101100 | 1000000 | 1011110 | 0 | 111 | 100000011 | 1011001 | 110001 |
Color Harmonies of #540EEC
Complementary color
Monochromatic Colors of #540EEC
Black with #540EEC
Text Example
Text Example
White with #540EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EEC; }
p { color: rgb(84,14,236); }
H1.HeaderClassName
{
color: #540EEC;
}
.AnyTagClassName
{
color: #540EEC;
}
</style>
background-color css
<style>
a { background-color: #540EEC; }
a { background-color: rgb(84,14,236); }
div.DivClassName
{
background-color: #540EEC;
}
.BgClassName
{
background-color: #540EEC;
}
</style>
border-color css
<style>
span { border-color: #540EEC; }
span { border-color: rgb(84,14,236); }
td.TdClassName
{
border-color: #540EEC;
}
.TagClassName
{
border-color: #540EEC;
}
</style>