Shades of Hot Purple #542C5C
Tints of Hot Purple #542C5C
RGB
CMYK
RGB Variations
Color information
#542C5C (or 0x542C5C) is known color: Hot Purple. HEX triplet: 54, 2C and 5C. RGB value is (84,44,92). Sum of RGB (Red+Green+Blue) = 84+44+92=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #542C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542C5C is #ABD3A3. Grayscale: #3D3D3D. Windows color (decimal): -11260836 or 6040660. OLE color: 6040660.
HSL color Cylindrical-coordinate representation of color #542C5C: hue angle of 290º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #542C5C is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 44 | 92 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.64 |
| HSL | 290º | 0.35% | 0.27% | - |
| HSV(B) | 290º | 0.52% | 0.36% | - |
| XYZ | 6.49 | 4.46 | 10.64 | - |
| YUV | 61.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 92 | 0.09 | 0.52 | 0 | 0.64 | 290 | 0.35 | 0.27 |
| Hex | 54 | 2C | 5C | 9 | 34 | 0 | 40 | 122 | 23 | 1B |
| Octal | 124 | 54 | 134 | 11 | 64 | 0 | 100 | 442 | 43 | 33 |
| Binary | 1010100 | 101100 | 1011100 | 1001 | 110100 | 0 | 1000000 | 100100010 | 100011 | 11011 |
Color Harmonies of #542C5C
Complementary color
Monochromatic Colors of #542C5C
Black with #542C5C
Text Example
Text Example
White with #542C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C5C; }
p { color: rgb(84,44,92); }
H1.HeaderClassName
{
color: #542C5C;
}
.AnyTagClassName
{
color: #542C5C;
}
</style>
background-color css
<style>
a { background-color: #542C5C; }
a { background-color: rgb(84,44,92); }
div.DivClassName
{
background-color: #542C5C;
}
.BgClassName
{
background-color: #542C5C;
}
</style>
border-color css
<style>
span { border-color: #542C5C; }
span { border-color: rgb(84,44,92); }
td.TdClassName
{
border-color: #542C5C;
}
.TagClassName
{
border-color: #542C5C;
}
</style>