Shades of Hot Purple #542A58
Tints of Hot Purple #542A58
RGB
CMYK
RGB Variations
Color information
#542A58 (or 0x542A58) is known color: Hot Purple. HEX triplet: 54, 2A and 58. RGB value is (84,42,88). Sum of RGB (Red+Green+Blue) = 84+42+88=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #542A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A58 is #ABD5A7. Grayscale: #3B3B3B. Windows color (decimal): -11261352 or 5778004. OLE color: 5778004.
HSL color Cylindrical-coordinate representation of color #542A58: hue angle of 294.78º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542A58 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 42 | 88 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.65 |
| HSL | 294.78º | 0.35% | 0.25% | - |
| HSV(B) | 294.78º | 0.52% | 0.35% | - |
| XYZ | 6.25 | 4.25 | 9.72 | - |
| YUV | 59.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 88 | 0.05 | 0.52 | 0 | 0.65 | 294.78 | 0.35 | 0.25 |
| Hex | 54 | 2A | 58 | 5 | 34 | 0 | 41 | 127 | 23 | 19 |
| Octal | 124 | 52 | 130 | 5 | 64 | 0 | 101 | 447 | 43 | 31 |
| Binary | 1010100 | 101010 | 1011000 | 101 | 110100 | 0 | 1000001 | 100100111 | 100011 | 11001 |
Color Harmonies of #542A58
Complementary color
Monochromatic Colors of #542A58
Black with #542A58
Text Example
Text Example
White with #542A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A58; }
p { color: rgb(84,42,88); }
H1.HeaderClassName
{
color: #542A58;
}
.AnyTagClassName
{
color: #542A58;
}
</style>
background-color css
<style>
a { background-color: #542A58; }
a { background-color: rgb(84,42,88); }
div.DivClassName
{
background-color: #542A58;
}
.BgClassName
{
background-color: #542A58;
}
</style>
border-color css
<style>
span { border-color: #542A58; }
span { border-color: rgb(84,42,88); }
td.TdClassName
{
border-color: #542A58;
}
.TagClassName
{
border-color: #542A58;
}
</style>