Shades of Han Purple #542FEE
Tints of Han Purple #542FEE
RGB
CMYK
RGB Variations
Color information
#542FEE (or 0x542FEE) is known color: Han Purple. HEX triplet: 54, 2F and EE. RGB value is (84,47,238). Sum of RGB (Red+Green+Blue) = 84+47+238=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #542FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FEE is #ABD011. Grayscale: #4F4F4F. Windows color (decimal): -11259922 or 15609684. OLE color: 15609684.
HSL color Cylindrical-coordinate representation of color #542FEE: hue angle of 251.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542FEE is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 47 | 238 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.07 |
| HSL | 251.62º | 0.85% | 0.56% | - |
| HSV(B) | 251.62º | 0.8% | 0.93% | - |
| XYZ | 20.11 | 10.09 | 81.78 | - |
| YUV | 79.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 238 | 0.65 | 0.80 | 0 | 0.07 | 251.62 | 0.85 | 0.56 |
| Hex | 54 | 2F | EE | 41 | 50 | 0 | 7 | FC | 55 | 38 |
| Octal | 124 | 57 | 356 | 101 | 120 | 0 | 7 | 374 | 125 | 70 |
| Binary | 1010100 | 101111 | 11101110 | 1000001 | 1010000 | 0 | 111 | 11111100 | 1010101 | 111000 |
Color Harmonies of #542FEE
Complementary color
Monochromatic Colors of #542FEE
Black with #542FEE
Text Example
Text Example
White with #542FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FEE; }
p { color: rgb(84,47,238); }
H1.HeaderClassName
{
color: #542FEE;
}
.AnyTagClassName
{
color: #542FEE;
}
</style>
background-color css
<style>
a { background-color: #542FEE; }
a { background-color: rgb(84,47,238); }
div.DivClassName
{
background-color: #542FEE;
}
.BgClassName
{
background-color: #542FEE;
}
</style>
border-color css
<style>
span { border-color: #542FEE; }
span { border-color: rgb(84,47,238); }
td.TdClassName
{
border-color: #542FEE;
}
.TagClassName
{
border-color: #542FEE;
}
</style>