Shades of Han Purple #542DEE
Tints of Han Purple #542DEE
RGB
CMYK
RGB Variations
Color information
#542DEE (or 0x542DEE) is known color: Han Purple. HEX triplet: 54, 2D and EE. RGB value is (84,45,238). Sum of RGB (Red+Green+Blue) = 84+45+238=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #542DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542DEE is #ABD211. Grayscale: #4D4D4D. Windows color (decimal): -11260434 or 15609172. OLE color: 15609172.
HSL color Cylindrical-coordinate representation of color #542DEE: hue angle of 252.12º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542DEE is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 45 | 238 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.07 |
| HSL | 252.12º | 0.85% | 0.55% | - |
| HSV(B) | 252.12º | 0.81% | 0.93% | - |
| XYZ | 20.03 | 9.93 | 81.75 | - |
| YUV | 78.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 238 | 0.65 | 0.81 | 0 | 0.07 | 252.12 | 0.85 | 0.55 |
| Hex | 54 | 2D | EE | 41 | 51 | 0 | 7 | FC | 55 | 37 |
| Octal | 124 | 55 | 356 | 101 | 121 | 0 | 7 | 374 | 125 | 67 |
| Binary | 1010100 | 101101 | 11101110 | 1000001 | 1010001 | 0 | 111 | 11111100 | 1010101 | 110111 |
Color Harmonies of #542DEE
Complementary color
Monochromatic Colors of #542DEE
Black with #542DEE
Text Example
Text Example
White with #542DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DEE; }
p { color: rgb(84,45,238); }
H1.HeaderClassName
{
color: #542DEE;
}
.AnyTagClassName
{
color: #542DEE;
}
</style>
background-color css
<style>
a { background-color: #542DEE; }
a { background-color: rgb(84,45,238); }
div.DivClassName
{
background-color: #542DEE;
}
.BgClassName
{
background-color: #542DEE;
}
</style>
border-color css
<style>
span { border-color: #542DEE; }
span { border-color: rgb(84,45,238); }
td.TdClassName
{
border-color: #542DEE;
}
.TagClassName
{
border-color: #542DEE;
}
</style>