Shades of Han Purple #542FEA
Tints of Han Purple #542FEA
RGB
CMYK
RGB Variations
Color information
#542FEA (or 0x542FEA) is known color: Han Purple. HEX triplet: 54, 2F and EA. RGB value is (84,47,234). Sum of RGB (Red+Green+Blue) = 84+47+234=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #542FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FEA is #ABD015. Grayscale: #4E4E4E. Windows color (decimal): -11259926 or 15347540. OLE color: 15347540.
HSL color Cylindrical-coordinate representation of color #542FEA: hue angle of 251.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542FEA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 47 | 234 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.08 |
| HSL | 251.87º | 0.82% | 0.55% | - |
| HSV(B) | 251.87º | 0.8% | 0.92% | - |
| XYZ | 19.52 | 9.86 | 78.72 | - |
| YUV | 79.38 | 215.26 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 234 | 0.64 | 0.80 | 0 | 0.08 | 251.87 | 0.82 | 0.55 |
| Hex | 54 | 2F | EA | 40 | 50 | 0 | 8 | FC | 52 | 37 |
| Octal | 124 | 57 | 352 | 100 | 120 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010100 | 101111 | 11101010 | 1000000 | 1010000 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #542FEA
Complementary color
Monochromatic Colors of #542FEA
Black with #542FEA
Text Example
Text Example
White with #542FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FEA; }
p { color: rgb(84,47,234); }
H1.HeaderClassName
{
color: #542FEA;
}
.AnyTagClassName
{
color: #542FEA;
}
</style>
background-color css
<style>
a { background-color: #542FEA; }
a { background-color: rgb(84,47,234); }
div.DivClassName
{
background-color: #542FEA;
}
.BgClassName
{
background-color: #542FEA;
}
</style>
border-color css
<style>
span { border-color: #542FEA; }
span { border-color: rgb(84,47,234); }
td.TdClassName
{
border-color: #542FEA;
}
.TagClassName
{
border-color: #542FEA;
}
</style>