Shades of Hot Purple #542A5D
Tints of Hot Purple #542A5D
RGB
CMYK
RGB Variations
Color information
#542A5D (or 0x542A5D) is known color: Hot Purple. HEX triplet: 54, 2A and 5D. RGB value is (84,42,93). Sum of RGB (Red+Green+Blue) = 84+42+93=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #542A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A5D is #ABD5A2. Grayscale: #3C3C3C. Windows color (decimal): -11261347 or 6105684. OLE color: 6105684.
HSL color Cylindrical-coordinate representation of color #542A5D: hue angle of 289.41º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #542A5D is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 42 | 93 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.64 |
| HSL | 289.41º | 0.38% | 0.26% | - |
| HSV(B) | 289.41º | 0.55% | 0.36% | - |
| XYZ | 6.46 | 4.33 | 10.85 | - |
| YUV | 60.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 93 | 0.10 | 0.55 | 0 | 0.64 | 289.41 | 0.38 | 0.26 |
| Hex | 54 | 2A | 5D | A | 37 | 0 | 40 | 121 | 26 | 1A |
| Octal | 124 | 52 | 135 | 12 | 67 | 0 | 100 | 441 | 46 | 32 |
| Binary | 1010100 | 101010 | 1011101 | 1010 | 110111 | 0 | 1000000 | 100100001 | 100110 | 11010 |
Color Harmonies of #542A5D
Complementary color
Monochromatic Colors of #542A5D
Black with #542A5D
Text Example
Text Example
White with #542A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A5D; }
p { color: rgb(84,42,93); }
H1.HeaderClassName
{
color: #542A5D;
}
.AnyTagClassName
{
color: #542A5D;
}
</style>
background-color css
<style>
a { background-color: #542A5D; }
a { background-color: rgb(84,42,93); }
div.DivClassName
{
background-color: #542A5D;
}
.BgClassName
{
background-color: #542A5D;
}
</style>
border-color css
<style>
span { border-color: #542A5D; }
span { border-color: rgb(84,42,93); }
td.TdClassName
{
border-color: #542A5D;
}
.TagClassName
{
border-color: #542A5D;
}
</style>