Shades of Han Purple #542EEC
Tints of Han Purple #542EEC
RGB
CMYK
RGB Variations
Color information
#542EEC (or 0x542EEC) is known color: Han Purple. HEX triplet: 54, 2E and EC. RGB value is (84,46,236). Sum of RGB (Red+Green+Blue) = 84+46+236=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #542EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542EEC is #ABD113. Grayscale: #4E4E4E. Windows color (decimal): -11260180 or 15478356. OLE color: 15478356.
HSL color Cylindrical-coordinate representation of color #542EEC: hue angle of 252º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542EEC is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 46 | 236 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.07 |
| HSL | 252º | 0.83% | 0.55% | - |
| HSV(B) | 252º | 0.81% | 0.93% | - |
| XYZ | 19.77 | 9.89 | 80.22 | - |
| YUV | 79.02 | 216.59 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 236 | 0.64 | 0.81 | 0 | 0.07 | 252 | 0.83 | 0.55 |
| Hex | 54 | 2E | EC | 40 | 51 | 0 | 7 | FC | 53 | 37 |
| Octal | 124 | 56 | 354 | 100 | 121 | 0 | 7 | 374 | 123 | 67 |
| Binary | 1010100 | 101110 | 11101100 | 1000000 | 1010001 | 0 | 111 | 11111100 | 1010011 | 110111 |
Color Harmonies of #542EEC
Complementary color
Monochromatic Colors of #542EEC
Black with #542EEC
Text Example
Text Example
White with #542EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542EEC; }
p { color: rgb(84,46,236); }
H1.HeaderClassName
{
color: #542EEC;
}
.AnyTagClassName
{
color: #542EEC;
}
</style>
background-color css
<style>
a { background-color: #542EEC; }
a { background-color: rgb(84,46,236); }
div.DivClassName
{
background-color: #542EEC;
}
.BgClassName
{
background-color: #542EEC;
}
</style>
border-color css
<style>
span { border-color: #542EEC; }
span { border-color: rgb(84,46,236); }
td.TdClassName
{
border-color: #542EEC;
}
.TagClassName
{
border-color: #542EEC;
}
</style>