Shades of Hot Purple #542355
Tints of Hot Purple #542355
RGB
CMYK
RGB Variations
Color information
#542355 (or 0x542355) is known color: Hot Purple. HEX triplet: 54, 23 and 55. RGB value is (84,35,85). Sum of RGB (Red+Green+Blue) = 84+35+85=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #542355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542355 is #ABDCAA. Grayscale: #373737. Windows color (decimal): -11263147 or 5579604. OLE color: 5579604.
HSL color Cylindrical-coordinate representation of color #542355: hue angle of 298.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #542355 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 35 | 85 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.67 |
| HSL | 298.8º | 0.42% | 0.24% | - |
| HSV(B) | 298.8º | 0.59% | 0.33% | - |
| XYZ | 5.9 | 3.74 | 9.01 | - |
| YUV | 55.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 85 | 0.01 | 0.59 | 0 | 0.67 | 298.8 | 0.42 | 0.24 |
| Hex | 54 | 23 | 55 | 1 | 3B | 0 | 43 | 12B | 2A | 18 |
| Octal | 124 | 43 | 125 | 1 | 73 | 0 | 103 | 453 | 52 | 30 |
| Binary | 1010100 | 100011 | 1010101 | 1 | 111011 | 0 | 1000011 | 100101011 | 101010 | 11000 |
Color Harmonies of #542355
Complementary color
Monochromatic Colors of #542355
Black with #542355
Text Example
Text Example
White with #542355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542355; }
p { color: rgb(84,35,85); }
H1.HeaderClassName
{
color: #542355;
}
.AnyTagClassName
{
color: #542355;
}
</style>
background-color css
<style>
a { background-color: #542355; }
a { background-color: rgb(84,35,85); }
div.DivClassName
{
background-color: #542355;
}
.BgClassName
{
background-color: #542355;
}
</style>
border-color css
<style>
span { border-color: #542355; }
span { border-color: rgb(84,35,85); }
td.TdClassName
{
border-color: #542355;
}
.TagClassName
{
border-color: #542355;
}
</style>