Shades of Hot Purple #542A51
Tints of Hot Purple #542A51
RGB
CMYK
RGB Variations
Color information
#542A51 (or 0x542A51) is known color: Hot Purple. HEX triplet: 54, 2A and 51. RGB value is (84,42,81). Sum of RGB (Red+Green+Blue) = 84+42+81=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #542A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A51 is #ABD5AE. Grayscale: #3A3A3A. Windows color (decimal): -11261359 or 5319252. OLE color: 5319252.
HSL color Cylindrical-coordinate representation of color #542A51: hue angle of 304.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #542A51 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 42 | 81 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.67 |
| HSL | 304.29º | 0.33% | 0.25% | - |
| HSV(B) | 304.29º | 0.5% | 0.33% | - |
| XYZ | 5.97 | 4.13 | 8.27 | - |
| YUV | 59 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 81 | 0 | 0.5 | 0.04 | 0.67 | 304.29 | 0.33 | 0.25 |
| Hex | 54 | 2A | 51 | 0 | 32 | 4 | 43 | 130 | 21 | 19 |
| Octal | 124 | 52 | 121 | 0 | 62 | 4 | 103 | 460 | 41 | 31 |
| Binary | 1010100 | 101010 | 1010001 | 0 | 110010 | 100 | 1000011 | 100110000 | 100001 | 11001 |
Color Harmonies of #542A51
Complementary color
Monochromatic Colors of #542A51
Black with #542A51
Text Example
Text Example
White with #542A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A51; }
p { color: rgb(84,42,81); }
H1.HeaderClassName
{
color: #542A51;
}
.AnyTagClassName
{
color: #542A51;
}
</style>
background-color css
<style>
a { background-color: #542A51; }
a { background-color: rgb(84,42,81); }
div.DivClassName
{
background-color: #542A51;
}
.BgClassName
{
background-color: #542A51;
}
</style>
border-color css
<style>
span { border-color: #542A51; }
span { border-color: rgb(84,42,81); }
td.TdClassName
{
border-color: #542A51;
}
.TagClassName
{
border-color: #542A51;
}
</style>