Shades of Hot Purple #542255
Tints of Hot Purple #542255
RGB
CMYK
RGB Variations
Color information
#542255 (or 0x542255) is known color: Hot Purple. HEX triplet: 54, 22 and 55. RGB value is (84,34,85). Sum of RGB (Red+Green+Blue) = 84+34+85=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #542255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542255 is #ABDDAA. Grayscale: #363636. Windows color (decimal): -11263403 or 5579348. OLE color: 5579348.
HSL color Cylindrical-coordinate representation of color #542255: hue angle of 298.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #542255 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 34 | 85 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.67 |
| HSL | 298.82º | 0.43% | 0.23% | - |
| HSV(B) | 298.82º | 0.6% | 0.33% | - |
| XYZ | 5.87 | 3.68 | 9 | - |
| YUV | 54.76 | 145.07 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 85 | 0.01 | 0.60 | 0 | 0.67 | 298.82 | 0.43 | 0.23 |
| Hex | 54 | 22 | 55 | 1 | 3C | 0 | 43 | 12B | 2B | 17 |
| Octal | 124 | 42 | 125 | 1 | 74 | 0 | 103 | 453 | 53 | 27 |
| Binary | 1010100 | 100010 | 1010101 | 1 | 111100 | 0 | 1000011 | 100101011 | 101011 | 10111 |
Color Harmonies of #542255
Complementary color
Monochromatic Colors of #542255
Black with #542255
Text Example
Text Example
White with #542255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542255; }
p { color: rgb(84,34,85); }
H1.HeaderClassName
{
color: #542255;
}
.AnyTagClassName
{
color: #542255;
}
</style>
background-color css
<style>
a { background-color: #542255; }
a { background-color: rgb(84,34,85); }
div.DivClassName
{
background-color: #542255;
}
.BgClassName
{
background-color: #542255;
}
</style>
border-color css
<style>
span { border-color: #542255; }
span { border-color: rgb(84,34,85); }
td.TdClassName
{
border-color: #542255;
}
.TagClassName
{
border-color: #542255;
}
</style>