Shades of Tyrian Purple #540C3E
Tints of Tyrian Purple #540C3E
RGB
CMYK
RGB Variations
Color information
#540C3E (or 0x540C3E) is known color: Tyrian Purple. HEX triplet: 54, 0C and 3E. RGB value is (84,12,62). Sum of RGB (Red+Green+Blue) = 84+12+62=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C3E is #ABF3C1. Grayscale: #272727. Windows color (decimal): -11269058 or 4066388. OLE color: 4066388.
HSL color Cylindrical-coordinate representation of color #540C3E: hue angle of 318.33º 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 #540C3E is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 62 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.67 |
| HSL | 318.33º | 0.75% | 0.19% | - |
| HSV(B) | 318.33º | 0.86% | 0.33% | - |
| XYZ | 4.66 | 2.5 | 4.79 | - |
| YUV | 39.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 62 | 0 | 0.86 | 0.26 | 0.67 | 318.33 | 0.75 | 0.19 |
| Hex | 54 | C | 3E | 0 | 56 | 1A | 43 | 13E | 4B | 13 |
| Octal | 124 | 14 | 76 | 0 | 126 | 32 | 103 | 476 | 113 | 23 |
| Binary | 1010100 | 1100 | 111110 | 0 | 1010110 | 11010 | 1000011 | 100111110 | 1001011 | 10011 |
Color Harmonies of #540C3E
Complementary color
Monochromatic Colors of #540C3E
Black with #540C3E
Text Example
Text Example
White with #540C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C3E; }
p { color: rgb(84,12,62); }
H1.HeaderClassName
{
color: #540C3E;
}
.AnyTagClassName
{
color: #540C3E;
}
</style>
background-color css
<style>
a { background-color: #540C3E; }
a { background-color: rgb(84,12,62); }
div.DivClassName
{
background-color: #540C3E;
}
.BgClassName
{
background-color: #540C3E;
}
</style>
border-color css
<style>
span { border-color: #540C3E; }
span { border-color: rgb(84,12,62); }
td.TdClassName
{
border-color: #540C3E;
}
.TagClassName
{
border-color: #540C3E;
}
</style>