Shades of Hot Purple #542651
Tints of Hot Purple #542651
RGB
CMYK
RGB Variations
Color information
#542651 (or 0x542651) is known color: Hot Purple. HEX triplet: 54, 26 and 51. RGB value is (84,38,81). Sum of RGB (Red+Green+Blue) = 84+38+81=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #542651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542651 is #ABD9AE. Grayscale: #383838. Windows color (decimal): -11262383 or 5318228. OLE color: 5318228.
HSL color Cylindrical-coordinate representation of color #542651: hue angle of 303.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #542651 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 38 | 81 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.67 |
| HSL | 303.91º | 0.38% | 0.24% | - |
| HSV(B) | 303.91º | 0.55% | 0.33% | - |
| XYZ | 5.83 | 3.87 | 8.22 | - |
| YUV | 56.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 81 | 0 | 0.55 | 0.04 | 0.67 | 303.91 | 0.38 | 0.24 |
| Hex | 54 | 26 | 51 | 0 | 37 | 4 | 43 | 130 | 26 | 18 |
| Octal | 124 | 46 | 121 | 0 | 67 | 4 | 103 | 460 | 46 | 30 |
| Binary | 1010100 | 100110 | 1010001 | 0 | 110111 | 100 | 1000011 | 100110000 | 100110 | 11000 |
Color Harmonies of #542651
Complementary color
Monochromatic Colors of #542651
Black with #542651
Text Example
Text Example
White with #542651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542651; }
p { color: rgb(84,38,81); }
H1.HeaderClassName
{
color: #542651;
}
.AnyTagClassName
{
color: #542651;
}
</style>
background-color css
<style>
a { background-color: #542651; }
a { background-color: rgb(84,38,81); }
div.DivClassName
{
background-color: #542651;
}
.BgClassName
{
background-color: #542651;
}
</style>
border-color css
<style>
span { border-color: #542651; }
span { border-color: rgb(84,38,81); }
td.TdClassName
{
border-color: #542651;
}
.TagClassName
{
border-color: #542651;
}
</style>