Shades of Han Purple #542EE0
Tints of Han Purple #542EE0
RGB
CMYK
RGB Variations
Color information
#542EE0 (or 0x542EE0) is known color: Han Purple. HEX triplet: 54, 2E and E0. RGB value is (84,46,224). Sum of RGB (Red+Green+Blue) = 84+46+224=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #542EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EE0 is #ABD11F. Grayscale: #4C4C4C. Windows color (decimal): -11260192 or 14691924. OLE color: 14691924.
HSL color Cylindrical-coordinate representation of color #542EE0: hue angle of 252.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542EE0 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 46 | 224 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.12 |
| HSL | 252.81º | 0.74% | 0.53% | - |
| HSV(B) | 252.81º | 0.79% | 0.88% | - |
| XYZ | 18.09 | 9.22 | 71.35 | - |
| YUV | 77.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 224 | 0.62 | 0.79 | 0 | 0.12 | 252.81 | 0.74 | 0.53 |
| Hex | 54 | 2E | E0 | 3E | 4F | 0 | C | FD | 4A | 35 |
| Octal | 124 | 56 | 340 | 76 | 117 | 0 | 14 | 375 | 112 | 65 |
| Binary | 1010100 | 101110 | 11100000 | 111110 | 1001111 | 0 | 1100 | 11111101 | 1001010 | 110101 |
Color Harmonies of #542EE0
Complementary color
Monochromatic Colors of #542EE0
Black with #542EE0
Text Example
Text Example
White with #542EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542EE0; }
p { color: rgb(84,46,224); }
H1.HeaderClassName
{
color: #542EE0;
}
.AnyTagClassName
{
color: #542EE0;
}
</style>
background-color css
<style>
a { background-color: #542EE0; }
a { background-color: rgb(84,46,224); }
div.DivClassName
{
background-color: #542EE0;
}
.BgClassName
{
background-color: #542EE0;
}
</style>
border-color css
<style>
span { border-color: #542EE0; }
span { border-color: rgb(84,46,224); }
td.TdClassName
{
border-color: #542EE0;
}
.TagClassName
{
border-color: #542EE0;
}
</style>