Shades of Tyrian Purple #540C36
Tints of Tyrian Purple #540C36
RGB
CMYK
RGB Variations
Color information
#540C36 (or 0x540C36) is known color: Tyrian Purple. HEX triplet: 54, 0C and 36. RGB value is (84,12,54). Sum of RGB (Red+Green+Blue) = 84+12+54=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #540C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C36 is #ABF3C9. Grayscale: #262626. Windows color (decimal): -11269066 or 3542100. OLE color: 3542100.
HSL color Cylindrical-coordinate representation of color #540C36: hue angle of 325º 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 #540C36 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 54 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.67 |
| HSL | 325º | 0.75% | 0.19% | - |
| HSV(B) | 325º | 0.86% | 0.33% | - |
| XYZ | 4.45 | 2.41 | 3.72 | - |
| YUV | 38.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 54 | 0 | 0.86 | 0.36 | 0.67 | 325 | 0.75 | 0.19 |
| Hex | 54 | C | 36 | 0 | 56 | 24 | 43 | 145 | 4B | 13 |
| Octal | 124 | 14 | 66 | 0 | 126 | 44 | 103 | 505 | 113 | 23 |
| Binary | 1010100 | 1100 | 110110 | 0 | 1010110 | 100100 | 1000011 | 101000101 | 1001011 | 10011 |
Color Harmonies of #540C36
Complementary color
Monochromatic Colors of #540C36
Black with #540C36
Text Example
Text Example
White with #540C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C36; }
p { color: rgb(84,12,54); }
H1.HeaderClassName
{
color: #540C36;
}
.AnyTagClassName
{
color: #540C36;
}
</style>
background-color css
<style>
a { background-color: #540C36; }
a { background-color: rgb(84,12,54); }
div.DivClassName
{
background-color: #540C36;
}
.BgClassName
{
background-color: #540C36;
}
</style>
border-color css
<style>
span { border-color: #540C36; }
span { border-color: rgb(84,12,54); }
td.TdClassName
{
border-color: #540C36;
}
.TagClassName
{
border-color: #540C36;
}
</style>