Shades of Hot Purple #542E59
Tints of Hot Purple #542E59
RGB
CMYK
RGB Variations
Color information
#542E59 (or 0x542E59) is known color: Hot Purple. HEX triplet: 54, 2E and 59. RGB value is (84,46,89). Sum of RGB (Red+Green+Blue) = 84+46+89=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #542E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542E59 is #ABD1A6. Grayscale: #3E3E3E. Windows color (decimal): -11260327 or 5844564. OLE color: 5844564.
HSL color Cylindrical-coordinate representation of color #542E59: hue angle of 293.02º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542E59 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 46 | 89 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.65 |
| HSL | 293.02º | 0.32% | 0.26% | - |
| HSV(B) | 293.02º | 0.48% | 0.35% | - |
| XYZ | 6.44 | 4.56 | 9.99 | - |
| YUV | 62.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 89 | 0.06 | 0.48 | 0 | 0.65 | 293.02 | 0.32 | 0.26 |
| Hex | 54 | 2E | 59 | 6 | 30 | 0 | 41 | 125 | 20 | 1A |
| Octal | 124 | 56 | 131 | 6 | 60 | 0 | 101 | 445 | 40 | 32 |
| Binary | 1010100 | 101110 | 1011001 | 110 | 110000 | 0 | 1000001 | 100100101 | 100000 | 11010 |
Color Harmonies of #542E59
Complementary color
Monochromatic Colors of #542E59
Black with #542E59
Text Example
Text Example
White with #542E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E59; }
p { color: rgb(84,46,89); }
H1.HeaderClassName
{
color: #542E59;
}
.AnyTagClassName
{
color: #542E59;
}
</style>
background-color css
<style>
a { background-color: #542E59; }
a { background-color: rgb(84,46,89); }
div.DivClassName
{
background-color: #542E59;
}
.BgClassName
{
background-color: #542E59;
}
</style>
border-color css
<style>
span { border-color: #542E59; }
span { border-color: rgb(84,46,89); }
td.TdClassName
{
border-color: #542E59;
}
.TagClassName
{
border-color: #542E59;
}
</style>