Shades of Tyrian Purple #540C43
Tints of Tyrian Purple #540C43
RGB
CMYK
RGB Variations
Color information
#540C43 (or 0x540C43) is known color: Tyrian Purple. HEX triplet: 54, 0C and 43. RGB value is (84,12,67). Sum of RGB (Red+Green+Blue) = 84+12+67=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #540C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C43 is #ABF3BC. Grayscale: #272727. Windows color (decimal): -11269053 or 4394068. OLE color: 4394068.
HSL color Cylindrical-coordinate representation of color #540C43: hue angle of 314.17º 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 #540C43 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 67 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.67 |
| HSL | 314.17º | 0.75% | 0.19% | - |
| HSV(B) | 314.17º | 0.86% | 0.33% | - |
| XYZ | 4.8 | 2.55 | 5.55 | - |
| YUV | 39.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 67 | 0 | 0.86 | 0.20 | 0.67 | 314.17 | 0.75 | 0.19 |
| Hex | 54 | C | 43 | 0 | 56 | 14 | 43 | 13A | 4B | 13 |
| Octal | 124 | 14 | 103 | 0 | 126 | 24 | 103 | 472 | 113 | 23 |
| Binary | 1010100 | 1100 | 1000011 | 0 | 1010110 | 10100 | 1000011 | 100111010 | 1001011 | 10011 |
Color Harmonies of #540C43
Complementary color
Monochromatic Colors of #540C43
Black with #540C43
Text Example
Text Example
White with #540C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C43; }
p { color: rgb(84,12,67); }
H1.HeaderClassName
{
color: #540C43;
}
.AnyTagClassName
{
color: #540C43;
}
</style>
background-color css
<style>
a { background-color: #540C43; }
a { background-color: rgb(84,12,67); }
div.DivClassName
{
background-color: #540C43;
}
.BgClassName
{
background-color: #540C43;
}
</style>
border-color css
<style>
span { border-color: #540C43; }
span { border-color: rgb(84,12,67); }
td.TdClassName
{
border-color: #540C43;
}
.TagClassName
{
border-color: #540C43;
}
</style>