Shades of Tyrian Purple #540C4D
Tints of Tyrian Purple #540C4D
RGB
CMYK
RGB Variations
Color information
#540C4D (or 0x540C4D) is known color: Tyrian Purple. HEX triplet: 54, 0C and 4D. RGB value is (84,12,77). Sum of RGB (Red+Green+Blue) = 84+12+77=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #540C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C4D is #ABF3B2. Grayscale: #282828. Windows color (decimal): -11269043 or 5049428. OLE color: 5049428.
HSL color Cylindrical-coordinate representation of color #540C4D: hue angle of 305.83º 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 #540C4D is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 77 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.67 |
| HSL | 305.83º | 0.75% | 0.19% | - |
| HSV(B) | 305.83º | 0.86% | 0.33% | - |
| XYZ | 5.13 | 2.68 | 7.27 | - |
| YUV | 40.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 77 | 0 | 0.86 | 0.08 | 0.67 | 305.83 | 0.75 | 0.19 |
| Hex | 54 | C | 4D | 0 | 56 | 8 | 43 | 132 | 4B | 13 |
| Octal | 124 | 14 | 115 | 0 | 126 | 10 | 103 | 462 | 113 | 23 |
| Binary | 1010100 | 1100 | 1001101 | 0 | 1010110 | 1000 | 1000011 | 100110010 | 1001011 | 10011 |
Color Harmonies of #540C4D
Complementary color
Monochromatic Colors of #540C4D
Black with #540C4D
Text Example
Text Example
White with #540C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C4D; }
p { color: rgb(84,12,77); }
H1.HeaderClassName
{
color: #540C4D;
}
.AnyTagClassName
{
color: #540C4D;
}
</style>
background-color css
<style>
a { background-color: #540C4D; }
a { background-color: rgb(84,12,77); }
div.DivClassName
{
background-color: #540C4D;
}
.BgClassName
{
background-color: #540C4D;
}
</style>
border-color css
<style>
span { border-color: #540C4D; }
span { border-color: rgb(84,12,77); }
td.TdClassName
{
border-color: #540C4D;
}
.TagClassName
{
border-color: #540C4D;
}
</style>