Shades of Han Purple #542BEE
Tints of Han Purple #542BEE
RGB
CMYK
RGB Variations
Color information
#542BEE (or 0x542BEE) is known color: Han Purple. HEX triplet: 54, 2B and EE. RGB value is (84,43,238). Sum of RGB (Red+Green+Blue) = 84+43+238=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #542BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542BEE is #ABD411. Grayscale: #4C4C4C. Windows color (decimal): -11260946 or 15608660. OLE color: 15608660.
HSL color Cylindrical-coordinate representation of color #542BEE: hue angle of 252.62º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542BEE is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 43 | 238 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.07 |
| HSL | 252.62º | 0.85% | 0.55% | - |
| HSV(B) | 252.62º | 0.82% | 0.93% | - |
| XYZ | 19.95 | 9.79 | 81.73 | - |
| YUV | 77.49 | 218.58 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 238 | 0.65 | 0.82 | 0 | 0.07 | 252.62 | 0.85 | 0.55 |
| Hex | 54 | 2B | EE | 41 | 52 | 0 | 7 | FD | 55 | 37 |
| Octal | 124 | 53 | 356 | 101 | 122 | 0 | 7 | 375 | 125 | 67 |
| Binary | 1010100 | 101011 | 11101110 | 1000001 | 1010010 | 0 | 111 | 11111101 | 1010101 | 110111 |
Color Harmonies of #542BEE
Complementary color
Monochromatic Colors of #542BEE
Black with #542BEE
Text Example
Text Example
White with #542BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BEE; }
p { color: rgb(84,43,238); }
H1.HeaderClassName
{
color: #542BEE;
}
.AnyTagClassName
{
color: #542BEE;
}
</style>
background-color css
<style>
a { background-color: #542BEE; }
a { background-color: rgb(84,43,238); }
div.DivClassName
{
background-color: #542BEE;
}
.BgClassName
{
background-color: #542BEE;
}
</style>
border-color css
<style>
span { border-color: #542BEE; }
span { border-color: rgb(84,43,238); }
td.TdClassName
{
border-color: #542BEE;
}
.TagClassName
{
border-color: #542BEE;
}
</style>