Shades of Hot Purple #542956
Tints of Hot Purple #542956
RGB
CMYK
RGB Variations
Color information
#542956 (or 0x542956) is known color: Hot Purple. HEX triplet: 54, 29 and 56. RGB value is (84,41,86). Sum of RGB (Red+Green+Blue) = 84+41+86=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #542956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542956 is #ABD6A9. Grayscale: #3A3A3A. Windows color (decimal): -11261610 or 5646676. OLE color: 5646676.
HSL color Cylindrical-coordinate representation of color #542956: hue angle of 297.33º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542956 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 41 | 86 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.66 |
| HSL | 297.33º | 0.35% | 0.25% | - |
| HSV(B) | 297.33º | 0.52% | 0.34% | - |
| XYZ | 6.13 | 4.14 | 9.28 | - |
| YUV | 58.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 86 | 0.02 | 0.52 | 0 | 0.66 | 297.33 | 0.35 | 0.25 |
| Hex | 54 | 29 | 56 | 2 | 34 | 0 | 42 | 129 | 23 | 19 |
| Octal | 124 | 51 | 126 | 2 | 64 | 0 | 102 | 451 | 43 | 31 |
| Binary | 1010100 | 101001 | 1010110 | 10 | 110100 | 0 | 1000010 | 100101001 | 100011 | 11001 |
Color Harmonies of #542956
Complementary color
Monochromatic Colors of #542956
Black with #542956
Text Example
Text Example
White with #542956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542956; }
p { color: rgb(84,41,86); }
H1.HeaderClassName
{
color: #542956;
}
.AnyTagClassName
{
color: #542956;
}
</style>
background-color css
<style>
a { background-color: #542956; }
a { background-color: rgb(84,41,86); }
div.DivClassName
{
background-color: #542956;
}
.BgClassName
{
background-color: #542956;
}
</style>
border-color css
<style>
span { border-color: #542956; }
span { border-color: rgb(84,41,86); }
td.TdClassName
{
border-color: #542956;
}
.TagClassName
{
border-color: #542956;
}
</style>