Shades of Hot Purple #542656
Tints of Hot Purple #542656
RGB
CMYK
RGB Variations
Color information
#542656 (or 0x542656) is known color: Hot Purple. HEX triplet: 54, 26 and 56. RGB value is (84,38,86). Sum of RGB (Red+Green+Blue) = 84+38+86=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #542656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542656 is #ABD9A9. Grayscale: #393939. Windows color (decimal): -11262378 or 5645908. OLE color: 5645908.
HSL color Cylindrical-coordinate representation of color #542656: hue angle of 297.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542656 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 38 | 86 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.66 |
| HSL | 297.5º | 0.39% | 0.24% | - |
| HSV(B) | 297.5º | 0.56% | 0.34% | - |
| XYZ | 6.03 | 3.94 | 9.25 | - |
| YUV | 57.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 86 | 0.02 | 0.56 | 0 | 0.66 | 297.5 | 0.39 | 0.24 |
| Hex | 54 | 26 | 56 | 2 | 38 | 0 | 42 | 12A | 27 | 18 |
| Octal | 124 | 46 | 126 | 2 | 70 | 0 | 102 | 452 | 47 | 30 |
| Binary | 1010100 | 100110 | 1010110 | 10 | 111000 | 0 | 1000010 | 100101010 | 100111 | 11000 |
Color Harmonies of #542656
Complementary color
Monochromatic Colors of #542656
Black with #542656
Text Example
Text Example
White with #542656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542656; }
p { color: rgb(84,38,86); }
H1.HeaderClassName
{
color: #542656;
}
.AnyTagClassName
{
color: #542656;
}
</style>
background-color css
<style>
a { background-color: #542656; }
a { background-color: rgb(84,38,86); }
div.DivClassName
{
background-color: #542656;
}
.BgClassName
{
background-color: #542656;
}
</style>
border-color css
<style>
span { border-color: #542656; }
span { border-color: rgb(84,38,86); }
td.TdClassName
{
border-color: #542656;
}
.TagClassName
{
border-color: #542656;
}
</style>