Shades of Hot Purple #540A52
Tints of Hot Purple #540A52
RGB
CMYK
RGB Variations
Color information
#540A52 (or 0x540A52) is known color: Hot Purple. HEX triplet: 54, 0A and 52. RGB value is (84,10,82). Sum of RGB (Red+Green+Blue) = 84+10+82=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #540A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A52 is #ABF5AD. Grayscale: #282828. Windows color (decimal): -11269550 or 5376596. OLE color: 5376596.
HSL color Cylindrical-coordinate representation of color #540A52: hue angle of 301.62º 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 #540A52 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 82 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.67 |
| HSL | 301.62º | 0.79% | 0.18% | - |
| HSV(B) | 301.62º | 0.88% | 0.33% | - |
| XYZ | 5.29 | 2.71 | 8.23 | - |
| YUV | 40.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 82 | 0 | 0.88 | 0.02 | 0.67 | 301.62 | 0.79 | 0.18 |
| Hex | 54 | A | 52 | 0 | 58 | 2 | 43 | 12E | 4F | 12 |
| Octal | 124 | 12 | 122 | 0 | 130 | 2 | 103 | 456 | 117 | 22 |
| Binary | 1010100 | 1010 | 1010010 | 0 | 1011000 | 10 | 1000011 | 100101110 | 1001111 | 10010 |
Color Harmonies of #540A52
Complementary color
Monochromatic Colors of #540A52
Black with #540A52
Text Example
Text Example
White with #540A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A52; }
p { color: rgb(84,10,82); }
H1.HeaderClassName
{
color: #540A52;
}
.AnyTagClassName
{
color: #540A52;
}
</style>
background-color css
<style>
a { background-color: #540A52; }
a { background-color: rgb(84,10,82); }
div.DivClassName
{
background-color: #540A52;
}
.BgClassName
{
background-color: #540A52;
}
</style>
border-color css
<style>
span { border-color: #540A52; }
span { border-color: rgb(84,10,82); }
td.TdClassName
{
border-color: #540A52;
}
.TagClassName
{
border-color: #540A52;
}
</style>