Shades of Han Purple #542FED
Tints of Han Purple #542FED
RGB
CMYK
RGB Variations
Color information
#542FED (or 0x542FED) is known color: Han Purple. HEX triplet: 54, 2F and ED. RGB value is (84,47,237). Sum of RGB (Red+Green+Blue) = 84+47+237=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #542FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FED is #ABD012. Grayscale: #4F4F4F. Windows color (decimal): -11259923 or 15544148. OLE color: 15544148.
HSL color Cylindrical-coordinate representation of color #542FED: hue angle of 251.68º degrees, saturation: 0.84, 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 #542FED is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 47 | 237 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.07 |
| HSL | 251.68º | 0.84% | 0.56% | - |
| HSV(B) | 251.68º | 0.8% | 0.93% | - |
| XYZ | 19.96 | 10.03 | 81.01 | - |
| YUV | 79.72 | 216.76 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 237 | 0.65 | 0.80 | 0 | 0.07 | 251.68 | 0.84 | 0.56 |
| Hex | 54 | 2F | ED | 41 | 50 | 0 | 7 | FC | 54 | 38 |
| Octal | 124 | 57 | 355 | 101 | 120 | 0 | 7 | 374 | 124 | 70 |
| Binary | 1010100 | 101111 | 11101101 | 1000001 | 1010000 | 0 | 111 | 11111100 | 1010100 | 111000 |
Color Harmonies of #542FED
Complementary color
Monochromatic Colors of #542FED
Black with #542FED
Text Example
Text Example
White with #542FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FED; }
p { color: rgb(84,47,237); }
H1.HeaderClassName
{
color: #542FED;
}
.AnyTagClassName
{
color: #542FED;
}
</style>
background-color css
<style>
a { background-color: #542FED; }
a { background-color: rgb(84,47,237); }
div.DivClassName
{
background-color: #542FED;
}
.BgClassName
{
background-color: #542FED;
}
</style>
border-color css
<style>
span { border-color: #542FED; }
span { border-color: rgb(84,47,237); }
td.TdClassName
{
border-color: #542FED;
}
.TagClassName
{
border-color: #542FED;
}
</style>