Shades of Han Purple #542CE6
Tints of Han Purple #542CE6
RGB
CMYK
RGB Variations
Color information
#542CE6 (or 0x542CE6) is known color: Han Purple. HEX triplet: 54, 2C and E6. RGB value is (84,44,230). Sum of RGB (Red+Green+Blue) = 84+44+230=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #542CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CE6 is #ABD319. Grayscale: #4C4C4C. Windows color (decimal): -11260698 or 15084628. OLE color: 15084628.
HSL color Cylindrical-coordinate representation of color #542CE6: hue angle of 252.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542CE6 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 44 | 230 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.10 |
| HSL | 252.9º | 0.79% | 0.54% | - |
| HSV(B) | 252.9º | 0.81% | 0.9% | - |
| XYZ | 18.84 | 9.4 | 75.68 | - |
| YUV | 77.16 | 214.25 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 230 | 0.63 | 0.81 | 0 | 0.10 | 252.9 | 0.79 | 0.54 |
| Hex | 54 | 2C | E6 | 3F | 51 | 0 | A | FD | 4F | 36 |
| Octal | 124 | 54 | 346 | 77 | 121 | 0 | 12 | 375 | 117 | 66 |
| Binary | 1010100 | 101100 | 11100110 | 111111 | 1010001 | 0 | 1010 | 11111101 | 1001111 | 110110 |
Color Harmonies of #542CE6
Complementary color
Monochromatic Colors of #542CE6
Black with #542CE6
Text Example
Text Example
White with #542CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CE6; }
p { color: rgb(84,44,230); }
H1.HeaderClassName
{
color: #542CE6;
}
.AnyTagClassName
{
color: #542CE6;
}
</style>
background-color css
<style>
a { background-color: #542CE6; }
a { background-color: rgb(84,44,230); }
div.DivClassName
{
background-color: #542CE6;
}
.BgClassName
{
background-color: #542CE6;
}
</style>
border-color css
<style>
span { border-color: #542CE6; }
span { border-color: rgb(84,44,230); }
td.TdClassName
{
border-color: #542CE6;
}
.TagClassName
{
border-color: #542CE6;
}
</style>