Shades of Hot Purple #542858
Tints of Hot Purple #542858
RGB
CMYK
RGB Variations
Color information
#542858 (or 0x542858) is known color: Hot Purple. HEX triplet: 54, 28 and 58. RGB value is (84,40,88). Sum of RGB (Red+Green+Blue) = 84+40+88=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #542858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542858 is #ABD7A7. Grayscale: #3A3A3A. Windows color (decimal): -11261864 or 5777492. OLE color: 5777492.
HSL color Cylindrical-coordinate representation of color #542858: hue angle of 295º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #542858 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 40 | 88 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.65 |
| HSL | 295º | 0.38% | 0.25% | - |
| HSV(B) | 295º | 0.55% | 0.35% | - |
| XYZ | 6.18 | 4.11 | 9.7 | - |
| YUV | 58.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 88 | 0.05 | 0.55 | 0 | 0.65 | 295 | 0.38 | 0.25 |
| Hex | 54 | 28 | 58 | 5 | 37 | 0 | 41 | 127 | 26 | 19 |
| Octal | 124 | 50 | 130 | 5 | 67 | 0 | 101 | 447 | 46 | 31 |
| Binary | 1010100 | 101000 | 1011000 | 101 | 110111 | 0 | 1000001 | 100100111 | 100110 | 11001 |
Color Harmonies of #542858
Complementary color
Monochromatic Colors of #542858
Black with #542858
Text Example
Text Example
White with #542858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542858; }
p { color: rgb(84,40,88); }
H1.HeaderClassName
{
color: #542858;
}
.AnyTagClassName
{
color: #542858;
}
</style>
background-color css
<style>
a { background-color: #542858; }
a { background-color: rgb(84,40,88); }
div.DivClassName
{
background-color: #542858;
}
.BgClassName
{
background-color: #542858;
}
</style>
border-color css
<style>
span { border-color: #542858; }
span { border-color: rgb(84,40,88); }
td.TdClassName
{
border-color: #542858;
}
.TagClassName
{
border-color: #542858;
}
</style>