Shades of Hot Purple #542F59
Tints of Hot Purple #542F59
RGB
CMYK
RGB Variations
Color information
#542F59 (or 0x542F59) is known color: Hot Purple. HEX triplet: 54, 2F and 59. RGB value is (84,47,89). Sum of RGB (Red+Green+Blue) = 84+47+89=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #542F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F59 is #ABD0A6. Grayscale: #3E3E3E. Windows color (decimal): -11260071 or 5844820. OLE color: 5844820.
HSL color Cylindrical-coordinate representation of color #542F59: hue angle of 292.86º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #542F59 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 47 | 89 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.65 |
| HSL | 292.86º | 0.31% | 0.27% | - |
| HSV(B) | 292.86º | 0.47% | 0.35% | - |
| XYZ | 6.48 | 4.64 | 10.01 | - |
| YUV | 62.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 89 | 0.06 | 0.47 | 0 | 0.65 | 292.86 | 0.31 | 0.27 |
| Hex | 54 | 2F | 59 | 6 | 2F | 0 | 41 | 125 | 1F | 1B |
| Octal | 124 | 57 | 131 | 6 | 57 | 0 | 101 | 445 | 37 | 33 |
| Binary | 1010100 | 101111 | 1011001 | 110 | 101111 | 0 | 1000001 | 100100101 | 11111 | 11011 |
Color Harmonies of #542F59
Complementary color
Monochromatic Colors of #542F59
Black with #542F59
Text Example
Text Example
White with #542F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F59; }
p { color: rgb(84,47,89); }
H1.HeaderClassName
{
color: #542F59;
}
.AnyTagClassName
{
color: #542F59;
}
</style>
background-color css
<style>
a { background-color: #542F59; }
a { background-color: rgb(84,47,89); }
div.DivClassName
{
background-color: #542F59;
}
.BgClassName
{
background-color: #542F59;
}
</style>
border-color css
<style>
span { border-color: #542F59; }
span { border-color: rgb(84,47,89); }
td.TdClassName
{
border-color: #542F59;
}
.TagClassName
{
border-color: #542F59;
}
</style>