Shades of Hot Purple #540E53
Tints of Hot Purple #540E53
RGB
CMYK
RGB Variations
Color information
#540E53 (or 0x540E53) is known color: Hot Purple. HEX triplet: 54, 0E and 53. RGB value is (84,14,83). Sum of RGB (Red+Green+Blue) = 84+14+83=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #540E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E53 is #ABF1AC. Grayscale: #2A2A2A. Windows color (decimal): -11268525 or 5443156. OLE color: 5443156.
HSL color Cylindrical-coordinate representation of color #540E53: hue angle of 300.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540E53 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 83 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.67 |
| HSL | 300.86º | 0.71% | 0.19% | - |
| HSV(B) | 300.86º | 0.83% | 0.33% | - |
| XYZ | 5.37 | 2.82 | 8.45 | - |
| YUV | 42.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 83 | 0 | 0.83 | 0.01 | 0.67 | 300.86 | 0.71 | 0.19 |
| Hex | 54 | E | 53 | 0 | 53 | 1 | 43 | 12D | 47 | 13 |
| Octal | 124 | 16 | 123 | 0 | 123 | 1 | 103 | 455 | 107 | 23 |
| Binary | 1010100 | 1110 | 1010011 | 0 | 1010011 | 1 | 1000011 | 100101101 | 1000111 | 10011 |
Color Harmonies of #540E53
Complementary color
Monochromatic Colors of #540E53
Black with #540E53
Text Example
Text Example
White with #540E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E53; }
p { color: rgb(84,14,83); }
H1.HeaderClassName
{
color: #540E53;
}
.AnyTagClassName
{
color: #540E53;
}
</style>
background-color css
<style>
a { background-color: #540E53; }
a { background-color: rgb(84,14,83); }
div.DivClassName
{
background-color: #540E53;
}
.BgClassName
{
background-color: #540E53;
}
</style>
border-color css
<style>
span { border-color: #540E53; }
span { border-color: rgb(84,14,83); }
td.TdClassName
{
border-color: #540E53;
}
.TagClassName
{
border-color: #540E53;
}
</style>