Shades of Hot Purple #542050
Tints of Hot Purple #542050
RGB
CMYK
RGB Variations
Color information
#542050 (or 0x542050) is known color: Hot Purple. HEX triplet: 54, 20 and 50. RGB value is (84,32,80). Sum of RGB (Red+Green+Blue) = 84+32+80=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #542050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542050 is #ABDFAF. Grayscale: #343434. Windows color (decimal): -11263920 or 5251156. OLE color: 5251156.
HSL color Cylindrical-coordinate representation of color #542050: hue angle of 304.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542050 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 80 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.67 |
| HSL | 304.62º | 0.45% | 0.23% | - |
| HSV(B) | 304.62º | 0.62% | 0.33% | - |
| XYZ | 5.62 | 3.5 | 7.97 | - |
| YUV | 53.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 80 | 0 | 0.62 | 0.05 | 0.67 | 304.62 | 0.45 | 0.23 |
| Hex | 54 | 20 | 50 | 0 | 3E | 5 | 43 | 131 | 2D | 17 |
| Octal | 124 | 40 | 120 | 0 | 76 | 5 | 103 | 461 | 55 | 27 |
| Binary | 1010100 | 100000 | 1010000 | 0 | 111110 | 101 | 1000011 | 100110001 | 101101 | 10111 |
Color Harmonies of #542050
Complementary color
Monochromatic Colors of #542050
Black with #542050
Text Example
Text Example
White with #542050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542050; }
p { color: rgb(84,32,80); }
H1.HeaderClassName
{
color: #542050;
}
.AnyTagClassName
{
color: #542050;
}
</style>
background-color css
<style>
a { background-color: #542050; }
a { background-color: rgb(84,32,80); }
div.DivClassName
{
background-color: #542050;
}
.BgClassName
{
background-color: #542050;
}
</style>
border-color css
<style>
span { border-color: #542050; }
span { border-color: rgb(84,32,80); }
td.TdClassName
{
border-color: #542050;
}
.TagClassName
{
border-color: #542050;
}
</style>