Shades of Hot Purple #540D51
Tints of Hot Purple #540D51
RGB
CMYK
RGB Variations
Color information
#540D51 (or 0x540D51) is known color: Hot Purple. HEX triplet: 54, 0D and 51. RGB value is (84,13,81). Sum of RGB (Red+Green+Blue) = 84+13+81=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #540D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D51 is #ABF2AE. Grayscale: #292929. Windows color (decimal): -11268783 or 5311828. OLE color: 5311828.
HSL color Cylindrical-coordinate representation of color #540D51: hue angle of 302.54º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D51 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 81 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.67 |
| HSL | 302.54º | 0.73% | 0.19% | - |
| HSV(B) | 302.54º | 0.85% | 0.33% | - |
| XYZ | 5.29 | 2.77 | 8.04 | - |
| YUV | 41.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 81 | 0 | 0.85 | 0.04 | 0.67 | 302.54 | 0.73 | 0.19 |
| Hex | 54 | D | 51 | 0 | 55 | 4 | 43 | 12F | 49 | 13 |
| Octal | 124 | 15 | 121 | 0 | 125 | 4 | 103 | 457 | 111 | 23 |
| Binary | 1010100 | 1101 | 1010001 | 0 | 1010101 | 100 | 1000011 | 100101111 | 1001001 | 10011 |
Color Harmonies of #540D51
Complementary color
Monochromatic Colors of #540D51
Black with #540D51
Text Example
Text Example
White with #540D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D51; }
p { color: rgb(84,13,81); }
H1.HeaderClassName
{
color: #540D51;
}
.AnyTagClassName
{
color: #540D51;
}
</style>
background-color css
<style>
a { background-color: #540D51; }
a { background-color: rgb(84,13,81); }
div.DivClassName
{
background-color: #540D51;
}
.BgClassName
{
background-color: #540D51;
}
</style>
border-color css
<style>
span { border-color: #540D51; }
span { border-color: rgb(84,13,81); }
td.TdClassName
{
border-color: #540D51;
}
.TagClassName
{
border-color: #540D51;
}
</style>