Shades of Han Purple #542CEA
Tints of Han Purple #542CEA
RGB
CMYK
RGB Variations
Color information
#542CEA (or 0x542CEA) is known color: Han Purple. HEX triplet: 54, 2C and EA. RGB value is (84,44,234). Sum of RGB (Red+Green+Blue) = 84+44+234=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #542CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CEA is #ABD315. Grayscale: #4C4C4C. Windows color (decimal): -11260694 or 15346772. OLE color: 15346772.
HSL color Cylindrical-coordinate representation of color #542CEA: hue angle of 252.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542CEA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 44 | 234 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.08 |
| HSL | 252.63º | 0.82% | 0.55% | - |
| HSV(B) | 252.63º | 0.81% | 0.92% | - |
| XYZ | 19.41 | 9.63 | 78.68 | - |
| YUV | 77.62 | 216.25 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 234 | 0.64 | 0.81 | 0 | 0.08 | 252.63 | 0.82 | 0.55 |
| Hex | 54 | 2C | EA | 40 | 51 | 0 | 8 | FD | 52 | 37 |
| Octal | 124 | 54 | 352 | 100 | 121 | 0 | 10 | 375 | 122 | 67 |
| Binary | 1010100 | 101100 | 11101010 | 1000000 | 1010001 | 0 | 1000 | 11111101 | 1010010 | 110111 |
Color Harmonies of #542CEA
Complementary color
Monochromatic Colors of #542CEA
Black with #542CEA
Text Example
Text Example
White with #542CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CEA; }
p { color: rgb(84,44,234); }
H1.HeaderClassName
{
color: #542CEA;
}
.AnyTagClassName
{
color: #542CEA;
}
</style>
background-color css
<style>
a { background-color: #542CEA; }
a { background-color: rgb(84,44,234); }
div.DivClassName
{
background-color: #542CEA;
}
.BgClassName
{
background-color: #542CEA;
}
</style>
border-color css
<style>
span { border-color: #542CEA; }
span { border-color: rgb(84,44,234); }
td.TdClassName
{
border-color: #542CEA;
}
.TagClassName
{
border-color: #542CEA;
}
</style>