Shades of Hot Purple #540A51
Tints of Hot Purple #540A51
RGB
CMYK
RGB Variations
Color information
#540A51 (or 0x540A51) is known color: Hot Purple. HEX triplet: 54, 0A and 51. RGB value is (84,10,81). Sum of RGB (Red+Green+Blue) = 84+10+81=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #540A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A51 is #ABF5AE. Grayscale: #282828. Windows color (decimal): -11269551 or 5311060. OLE color: 5311060.
HSL color Cylindrical-coordinate representation of color #540A51: hue angle of 302.43º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A51 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 81 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.67 |
| HSL | 302.43º | 0.79% | 0.18% | - |
| HSV(B) | 302.43º | 0.88% | 0.33% | - |
| XYZ | 5.25 | 2.7 | 8.03 | - |
| YUV | 40.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 81 | 0 | 0.88 | 0.04 | 0.67 | 302.43 | 0.79 | 0.18 |
| Hex | 54 | A | 51 | 0 | 58 | 4 | 43 | 12E | 4F | 12 |
| Octal | 124 | 12 | 121 | 0 | 130 | 4 | 103 | 456 | 117 | 22 |
| Binary | 1010100 | 1010 | 1010001 | 0 | 1011000 | 100 | 1000011 | 100101110 | 1001111 | 10010 |
Color Harmonies of #540A51
Complementary color
Monochromatic Colors of #540A51
Black with #540A51
Text Example
Text Example
White with #540A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A51; }
p { color: rgb(84,10,81); }
H1.HeaderClassName
{
color: #540A51;
}
.AnyTagClassName
{
color: #540A51;
}
</style>
background-color css
<style>
a { background-color: #540A51; }
a { background-color: rgb(84,10,81); }
div.DivClassName
{
background-color: #540A51;
}
.BgClassName
{
background-color: #540A51;
}
</style>
border-color css
<style>
span { border-color: #540A51; }
span { border-color: rgb(84,10,81); }
td.TdClassName
{
border-color: #540A51;
}
.TagClassName
{
border-color: #540A51;
}
</style>