Shades of Hot Purple #542C53
Tints of Hot Purple #542C53
RGB
CMYK
RGB Variations
Color information
#542C53 (or 0x542C53) is known color: Hot Purple. HEX triplet: 54, 2C and 53. RGB value is (84,44,83). Sum of RGB (Red+Green+Blue) = 84+44+83=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #542C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C53 is #ABD3AC. Grayscale: #3C3C3C. Windows color (decimal): -11260845 or 5450836. OLE color: 5450836.
HSL color Cylindrical-coordinate representation of color #542C53: hue angle of 301.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #542C53 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 44 | 83 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.67 |
| HSL | 301.5º | 0.31% | 0.25% | - |
| HSV(B) | 301.5º | 0.48% | 0.33% | - |
| XYZ | 6.12 | 4.31 | 8.69 | - |
| YUV | 60.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 83 | 0 | 0.48 | 0.01 | 0.67 | 301.5 | 0.31 | 0.25 |
| Hex | 54 | 2C | 53 | 0 | 30 | 1 | 43 | 12E | 1F | 19 |
| Octal | 124 | 54 | 123 | 0 | 60 | 1 | 103 | 456 | 37 | 31 |
| Binary | 1010100 | 101100 | 1010011 | 0 | 110000 | 1 | 1000011 | 100101110 | 11111 | 11001 |
Color Harmonies of #542C53
Complementary color
Monochromatic Colors of #542C53
Black with #542C53
Text Example
Text Example
White with #542C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C53; }
p { color: rgb(84,44,83); }
H1.HeaderClassName
{
color: #542C53;
}
.AnyTagClassName
{
color: #542C53;
}
</style>
background-color css
<style>
a { background-color: #542C53; }
a { background-color: rgb(84,44,83); }
div.DivClassName
{
background-color: #542C53;
}
.BgClassName
{
background-color: #542C53;
}
</style>
border-color css
<style>
span { border-color: #542C53; }
span { border-color: rgb(84,44,83); }
td.TdClassName
{
border-color: #542C53;
}
.TagClassName
{
border-color: #542C53;
}
</style>