Shades of Palatinate Purple #540E4D
Tints of Palatinate Purple #540E4D
RGB
CMYK
RGB Variations
Color information
#540E4D (or 0x540E4D) is known color: Palatinate Purple. HEX triplet: 54, 0E and 4D. RGB value is (84,14,77). Sum of RGB (Red+Green+Blue) = 84+14+77=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #540E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540E4D is #ABF1B2. Grayscale: #292929. Windows color (decimal): -11268531 or 5049940. OLE color: 5049940.
HSL color Cylindrical-coordinate representation of color #540E4D: hue angle of 306º 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 #540E4D is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 77 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.67 |
| HSL | 306º | 0.71% | 0.19% | - |
| HSV(B) | 306º | 0.83% | 0.33% | - |
| XYZ | 5.15 | 2.73 | 7.28 | - |
| YUV | 42.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 77 | 0 | 0.83 | 0.08 | 0.67 | 306 | 0.71 | 0.19 |
| Hex | 54 | E | 4D | 0 | 53 | 8 | 43 | 132 | 47 | 13 |
| Octal | 124 | 16 | 115 | 0 | 123 | 10 | 103 | 462 | 107 | 23 |
| Binary | 1010100 | 1110 | 1001101 | 0 | 1010011 | 1000 | 1000011 | 100110010 | 1000111 | 10011 |
Color Harmonies of #540E4D
Complementary color
Monochromatic Colors of #540E4D
Black with #540E4D
Text Example
Text Example
White with #540E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E4D; }
p { color: rgb(84,14,77); }
H1.HeaderClassName
{
color: #540E4D;
}
.AnyTagClassName
{
color: #540E4D;
}
</style>
background-color css
<style>
a { background-color: #540E4D; }
a { background-color: rgb(84,14,77); }
div.DivClassName
{
background-color: #540E4D;
}
.BgClassName
{
background-color: #540E4D;
}
</style>
border-color css
<style>
span { border-color: #540E4D; }
span { border-color: rgb(84,14,77); }
td.TdClassName
{
border-color: #540E4D;
}
.TagClassName
{
border-color: #540E4D;
}
</style>