Shades of Hot Purple #542F53
Tints of Hot Purple #542F53
RGB
CMYK
RGB Variations
Color information
#542F53 (or 0x542F53) is known color: Hot Purple. HEX triplet: 54, 2F and 53. RGB value is (84,47,83). Sum of RGB (Red+Green+Blue) = 84+47+83=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #542F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F53 is #ABD0AC. Grayscale: #3E3E3E. Windows color (decimal): -11260077 or 5451604. OLE color: 5451604.
HSL color Cylindrical-coordinate representation of color #542F53: hue angle of 301.62º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #542F53 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 47 | 83 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.67 |
| HSL | 301.62º | 0.28% | 0.26% | - |
| HSV(B) | 301.62º | 0.44% | 0.33% | - |
| XYZ | 6.23 | 4.54 | 8.73 | - |
| YUV | 62.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 83 | 0 | 0.44 | 0.01 | 0.67 | 301.62 | 0.28 | 0.26 |
| Hex | 54 | 2F | 53 | 0 | 2C | 1 | 43 | 12E | 1C | 1A |
| Octal | 124 | 57 | 123 | 0 | 54 | 1 | 103 | 456 | 34 | 32 |
| Binary | 1010100 | 101111 | 1010011 | 0 | 101100 | 1 | 1000011 | 100101110 | 11100 | 11010 |
Color Harmonies of #542F53
Complementary color
Monochromatic Colors of #542F53
Black with #542F53
Text Example
Text Example
White with #542F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542F53; }
p { color: rgb(84,47,83); }
H1.HeaderClassName
{
color: #542F53;
}
.AnyTagClassName
{
color: #542F53;
}
</style>
background-color css
<style>
a { background-color: #542F53; }
a { background-color: rgb(84,47,83); }
div.DivClassName
{
background-color: #542F53;
}
.BgClassName
{
background-color: #542F53;
}
</style>
border-color css
<style>
span { border-color: #542F53; }
span { border-color: rgb(84,47,83); }
td.TdClassName
{
border-color: #542F53;
}
.TagClassName
{
border-color: #542F53;
}
</style>