Shades of Palatinate Purple #540C4E
Tints of Palatinate Purple #540C4E
RGB
CMYK
RGB Variations
Color information
#540C4E (or 0x540C4E) is known color: Palatinate Purple. HEX triplet: 54, 0C and 4E. RGB value is (84,12,78). Sum of RGB (Red+Green+Blue) = 84+12+78=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #540C4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C4E is #ABF3B1. Grayscale: #282828. Windows color (decimal): -11269042 or 5114964. OLE color: 5114964.
HSL color Cylindrical-coordinate representation of color #540C4E: hue angle of 305º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540C4E is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 78 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.67 |
| HSL | 305º | 0.75% | 0.19% | - |
| HSV(B) | 305º | 0.86% | 0.33% | - |
| XYZ | 5.16 | 2.7 | 7.46 | - |
| YUV | 41.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 78 | 0 | 0.86 | 0.07 | 0.67 | 305 | 0.75 | 0.19 |
| Hex | 54 | C | 4E | 0 | 56 | 7 | 43 | 131 | 4B | 13 |
| Octal | 124 | 14 | 116 | 0 | 126 | 7 | 103 | 461 | 113 | 23 |
| Binary | 1010100 | 1100 | 1001110 | 0 | 1010110 | 111 | 1000011 | 100110001 | 1001011 | 10011 |
Color Harmonies of #540C4E
Complementary color
Monochromatic Colors of #540C4E
Black with #540C4E
Text Example
Text Example
White with #540C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C4E; }
p { color: rgb(84,12,78); }
H1.HeaderClassName
{
color: #540C4E;
}
.AnyTagClassName
{
color: #540C4E;
}
</style>
background-color css
<style>
a { background-color: #540C4E; }
a { background-color: rgb(84,12,78); }
div.DivClassName
{
background-color: #540C4E;
}
.BgClassName
{
background-color: #540C4E;
}
</style>
border-color css
<style>
span { border-color: #540C4E; }
span { border-color: rgb(84,12,78); }
td.TdClassName
{
border-color: #540C4E;
}
.TagClassName
{
border-color: #540C4E;
}
</style>