Shades of Hot Purple #543755
Tints of Hot Purple #543755
RGB
CMYK
RGB Variations
Color information
#543755 (or 0x543755) is known color: Hot Purple. HEX triplet: 54, 37 and 55. RGB value is (84,55,85). Sum of RGB (Red+Green+Blue) = 84+55+85=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #543755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543755 is #ABC8AA. Grayscale: #424242. Windows color (decimal): -11258027 or 5584724. OLE color: 5584724.
HSL color Cylindrical-coordinate representation of color #543755: hue angle of 298º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #543755 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 55 | 85 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.67 |
| HSL | 298º | 0.21% | 0.27% | - |
| HSV(B) | 298º | 0.35% | 0.33% | - |
| XYZ | 6.66 | 5.27 | 9.26 | - |
| YUV | 67.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 85 | 0.01 | 0.35 | 0 | 0.67 | 298 | 0.21 | 0.27 |
| Hex | 54 | 37 | 55 | 1 | 23 | 0 | 43 | 12A | 15 | 1B |
| Octal | 124 | 67 | 125 | 1 | 43 | 0 | 103 | 452 | 25 | 33 |
| Binary | 1010100 | 110111 | 1010101 | 1 | 100011 | 0 | 1000011 | 100101010 | 10101 | 11011 |
Color Harmonies of #543755
Complementary color
Monochromatic Colors of #543755
Black with #543755
Text Example
Text Example
White with #543755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543755; }
p { color: rgb(84,55,85); }
H1.HeaderClassName
{
color: #543755;
}
.AnyTagClassName
{
color: #543755;
}
</style>
background-color css
<style>
a { background-color: #543755; }
a { background-color: rgb(84,55,85); }
div.DivClassName
{
background-color: #543755;
}
.BgClassName
{
background-color: #543755;
}
</style>
border-color css
<style>
span { border-color: #543755; }
span { border-color: rgb(84,55,85); }
td.TdClassName
{
border-color: #543755;
}
.TagClassName
{
border-color: #543755;
}
</style>