Shades of Hot Purple #542952
Tints of Hot Purple #542952
RGB
CMYK
RGB Variations
Color information
#542952 (or 0x542952) is known color: Hot Purple. HEX triplet: 54, 29 and 52. RGB value is (84,41,82). Sum of RGB (Red+Green+Blue) = 84+41+82=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #542952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542952 is #ABD6AD. Grayscale: #3A3A3A. Windows color (decimal): -11261614 or 5384532. OLE color: 5384532.
HSL color Cylindrical-coordinate representation of color #542952: hue angle of 302.79º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #542952 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 41 | 82 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.67 |
| HSL | 302.79º | 0.34% | 0.25% | - |
| HSV(B) | 302.79º | 0.51% | 0.33% | - |
| XYZ | 5.97 | 4.08 | 8.46 | - |
| YUV | 58.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 82 | 0 | 0.51 | 0.02 | 0.67 | 302.79 | 0.34 | 0.25 |
| Hex | 54 | 29 | 52 | 0 | 33 | 2 | 43 | 12F | 22 | 19 |
| Octal | 124 | 51 | 122 | 0 | 63 | 2 | 103 | 457 | 42 | 31 |
| Binary | 1010100 | 101001 | 1010010 | 0 | 110011 | 10 | 1000011 | 100101111 | 100010 | 11001 |
Color Harmonies of #542952
Complementary color
Monochromatic Colors of #542952
Black with #542952
Text Example
Text Example
White with #542952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542952; }
p { color: rgb(84,41,82); }
H1.HeaderClassName
{
color: #542952;
}
.AnyTagClassName
{
color: #542952;
}
</style>
background-color css
<style>
a { background-color: #542952; }
a { background-color: rgb(84,41,82); }
div.DivClassName
{
background-color: #542952;
}
.BgClassName
{
background-color: #542952;
}
</style>
border-color css
<style>
span { border-color: #542952; }
span { border-color: rgb(84,41,82); }
td.TdClassName
{
border-color: #542952;
}
.TagClassName
{
border-color: #542952;
}
</style>