Shades of Hot Purple #542C5A
Tints of Hot Purple #542C5A
RGB
CMYK
RGB Variations
Color information
#542C5A (or 0x542C5A) is known color: Hot Purple. HEX triplet: 54, 2C and 5A. RGB value is (84,44,90). Sum of RGB (Red+Green+Blue) = 84+44+90=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #542C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C5A is #ABD3A5. Grayscale: #3D3D3D. Windows color (decimal): -11260838 or 5909588. OLE color: 5909588.
HSL color Cylindrical-coordinate representation of color #542C5A: hue angle of 292.17º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542C5A is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 44 | 90 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.65 |
| HSL | 292.17º | 0.34% | 0.26% | - |
| HSV(B) | 292.17º | 0.51% | 0.35% | - |
| XYZ | 6.4 | 4.42 | 10.19 | - |
| YUV | 61.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 90 | 0.07 | 0.51 | 0 | 0.65 | 292.17 | 0.34 | 0.26 |
| Hex | 54 | 2C | 5A | 7 | 33 | 0 | 41 | 124 | 22 | 1A |
| Octal | 124 | 54 | 132 | 7 | 63 | 0 | 101 | 444 | 42 | 32 |
| Binary | 1010100 | 101100 | 1011010 | 111 | 110011 | 0 | 1000001 | 100100100 | 100010 | 11010 |
Color Harmonies of #542C5A
Complementary color
Monochromatic Colors of #542C5A
Black with #542C5A
Text Example
Text Example
White with #542C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C5A; }
p { color: rgb(84,44,90); }
H1.HeaderClassName
{
color: #542C5A;
}
.AnyTagClassName
{
color: #542C5A;
}
</style>
background-color css
<style>
a { background-color: #542C5A; }
a { background-color: rgb(84,44,90); }
div.DivClassName
{
background-color: #542C5A;
}
.BgClassName
{
background-color: #542C5A;
}
</style>
border-color css
<style>
span { border-color: #542C5A; }
span { border-color: rgb(84,44,90); }
td.TdClassName
{
border-color: #542C5A;
}
.TagClassName
{
border-color: #542C5A;
}
</style>