Shades of Hot Purple #542B5D
Tints of Hot Purple #542B5D
RGB
CMYK
RGB Variations
Color information
#542B5D (or 0x542B5D) is known color: Hot Purple. HEX triplet: 54, 2B and 5D. RGB value is (84,43,93). Sum of RGB (Red+Green+Blue) = 84+43+93=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #542B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542B5D is #ABD4A2. Grayscale: #3C3C3C. Windows color (decimal): -11261091 or 6105940. OLE color: 6105940.
HSL color Cylindrical-coordinate representation of color #542B5D: hue angle of 289.2º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #542B5D is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 43 | 93 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.64 |
| HSL | 289.2º | 0.37% | 0.27% | - |
| HSV(B) | 289.2º | 0.54% | 0.36% | - |
| XYZ | 6.5 | 4.4 | 10.86 | - |
| YUV | 60.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 93 | 0.10 | 0.54 | 0 | 0.64 | 289.2 | 0.37 | 0.27 |
| Hex | 54 | 2B | 5D | A | 36 | 0 | 40 | 121 | 25 | 1B |
| Octal | 124 | 53 | 135 | 12 | 66 | 0 | 100 | 441 | 45 | 33 |
| Binary | 1010100 | 101011 | 1011101 | 1010 | 110110 | 0 | 1000000 | 100100001 | 100101 | 11011 |
Color Harmonies of #542B5D
Complementary color
Monochromatic Colors of #542B5D
Black with #542B5D
Text Example
Text Example
White with #542B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B5D; }
p { color: rgb(84,43,93); }
H1.HeaderClassName
{
color: #542B5D;
}
.AnyTagClassName
{
color: #542B5D;
}
</style>
background-color css
<style>
a { background-color: #542B5D; }
a { background-color: rgb(84,43,93); }
div.DivClassName
{
background-color: #542B5D;
}
.BgClassName
{
background-color: #542B5D;
}
</style>
border-color css
<style>
span { border-color: #542B5D; }
span { border-color: rgb(84,43,93); }
td.TdClassName
{
border-color: #542B5D;
}
.TagClassName
{
border-color: #542B5D;
}
</style>