Shades of Hot Purple #540E60
Tints of Hot Purple #540E60
RGB
CMYK
RGB Variations
Color information
#540E60 (or 0x540E60) is known color: Hot Purple. HEX triplet: 54, 0E and 60. RGB value is (84,14,96). Sum of RGB (Red+Green+Blue) = 84+14+96=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #540E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E60 is #ABF19F. Grayscale: #2C2C2C. Windows color (decimal): -11268512 or 6295124. OLE color: 6295124.
HSL color Cylindrical-coordinate representation of color #540E60: hue angle of 291.22º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540E60 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 14 | 96 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.62 |
| HSL | 291.22º | 0.75% | 0.22% | - |
| HSV(B) | 291.22º | 0.85% | 0.38% | - |
| XYZ | 5.92 | 3.04 | 11.34 | - |
| YUV | 44.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 96 | 0.12 | 0.85 | 0 | 0.62 | 291.22 | 0.75 | 0.22 |
| Hex | 54 | E | 60 | C | 55 | 0 | 3E | 123 | 4B | 16 |
| Octal | 124 | 16 | 140 | 14 | 125 | 0 | 76 | 443 | 113 | 26 |
| Binary | 1010100 | 1110 | 1100000 | 1100 | 1010101 | 0 | 111110 | 100100011 | 1001011 | 10110 |
Color Harmonies of #540E60
Complementary color
Monochromatic Colors of #540E60
Black with #540E60
Text Example
Text Example
White with #540E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E60; }
p { color: rgb(84,14,96); }
H1.HeaderClassName
{
color: #540E60;
}
.AnyTagClassName
{
color: #540E60;
}
</style>
background-color css
<style>
a { background-color: #540E60; }
a { background-color: rgb(84,14,96); }
div.DivClassName
{
background-color: #540E60;
}
.BgClassName
{
background-color: #540E60;
}
</style>
border-color css
<style>
span { border-color: #540E60; }
span { border-color: rgb(84,14,96); }
td.TdClassName
{
border-color: #540E60;
}
.TagClassName
{
border-color: #540E60;
}
</style>