Shades of Hot Purple #542856
Tints of Hot Purple #542856
RGB
CMYK
RGB Variations
Color information
#542856 (or 0x542856) is known color: Hot Purple. HEX triplet: 54, 28 and 56. RGB value is (84,40,86). Sum of RGB (Red+Green+Blue) = 84+40+86=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #542856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542856 is #ABD7A9. Grayscale: #3A3A3A. Windows color (decimal): -11261866 or 5646420. OLE color: 5646420.
HSL color Cylindrical-coordinate representation of color #542856: hue angle of 297.39º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #542856 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 84 | 40 | 86 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.66 |
| HSL | 297.39º | 0.37% | 0.25% | - |
| HSV(B) | 297.39º | 0.53% | 0.34% | - |
| XYZ | 6.09 | 4.07 | 9.27 | - |
| YUV | 58.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 86 | 0.02 | 0.53 | 0 | 0.66 | 297.39 | 0.37 | 0.25 |
| Hex | 54 | 28 | 56 | 2 | 35 | 0 | 42 | 129 | 25 | 19 |
| Octal | 124 | 50 | 126 | 2 | 65 | 0 | 102 | 451 | 45 | 31 |
| Binary | 1010100 | 101000 | 1010110 | 10 | 110101 | 0 | 1000010 | 100101001 | 100101 | 11001 |
Color Harmonies of #542856
Complementary color
Monochromatic Colors of #542856
Black with #542856
Text Example
Text Example
White with #542856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542856; }
p { color: rgb(84,40,86); }
H1.HeaderClassName
{
color: #542856;
}
.AnyTagClassName
{
color: #542856;
}
</style>
background-color css
<style>
a { background-color: #542856; }
a { background-color: rgb(84,40,86); }
div.DivClassName
{
background-color: #542856;
}
.BgClassName
{
background-color: #542856;
}
</style>
border-color css
<style>
span { border-color: #542856; }
span { border-color: rgb(84,40,86); }
td.TdClassName
{
border-color: #542856;
}
.TagClassName
{
border-color: #542856;
}
</style>