Shades of Han Purple #542FE0
Tints of Han Purple #542FE0
RGB
CMYK
RGB Variations
Color information
#542FE0 (or 0x542FE0) is known color: Han Purple. HEX triplet: 54, 2F and E0. RGB value is (84,47,224). Sum of RGB (Red+Green+Blue) = 84+47+224=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 47 (18.75% from 255 or 13.24% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #542FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FE0 is #ABD01F. Grayscale: #4D4D4D. Windows color (decimal): -11259936 or 14692180. OLE color: 14692180.
HSL color Cylindrical-coordinate representation of color #542FE0: hue angle of 252.54º 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 #542FE0 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 47 | 224 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.12 |
| HSL | 252.54º | 0.74% | 0.53% | - |
| HSV(B) | 252.54º | 0.79% | 0.88% | - |
| XYZ | 18.13 | 9.3 | 71.36 | - |
| YUV | 78.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 224 | 0.62 | 0.79 | 0 | 0.12 | 252.54 | 0.74 | 0.53 |
| Hex | 54 | 2F | E0 | 3E | 4F | 0 | C | FD | 4A | 35 |
| Octal | 124 | 57 | 340 | 76 | 117 | 0 | 14 | 375 | 112 | 65 |
| Binary | 1010100 | 101111 | 11100000 | 111110 | 1001111 | 0 | 1100 | 11111101 | 1001010 | 110101 |
Color Harmonies of #542FE0
Complementary color
Monochromatic Colors of #542FE0
Black with #542FE0
Text Example
Text Example
White with #542FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FE0; }
p { color: rgb(84,47,224); }
H1.HeaderClassName
{
color: #542FE0;
}
.AnyTagClassName
{
color: #542FE0;
}
</style>
background-color css
<style>
a { background-color: #542FE0; }
a { background-color: rgb(84,47,224); }
div.DivClassName
{
background-color: #542FE0;
}
.BgClassName
{
background-color: #542FE0;
}
</style>
border-color css
<style>
span { border-color: #542FE0; }
span { border-color: rgb(84,47,224); }
td.TdClassName
{
border-color: #542FE0;
}
.TagClassName
{
border-color: #542FE0;
}
</style>