Shades of Tyrian Purple #540C3A
Tints of Tyrian Purple #540C3A
RGB
CMYK
RGB Variations
Color information
#540C3A (or 0x540C3A) is known color: Tyrian Purple. HEX triplet: 54, 0C and 3A. RGB value is (84,12,58). Sum of RGB (Red+Green+Blue) = 84+12+58=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #540C3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C3A is #ABF3C5. Grayscale: #262626. Windows color (decimal): -11269062 or 3804244. OLE color: 3804244.
HSL color Cylindrical-coordinate representation of color #540C3A: hue angle of 321.67º 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 #540C3A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 58 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.67 |
| HSL | 321.67º | 0.75% | 0.19% | - |
| HSV(B) | 321.67º | 0.86% | 0.33% | - |
| XYZ | 4.55 | 2.45 | 4.24 | - |
| YUV | 38.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 58 | 0 | 0.86 | 0.31 | 0.67 | 321.67 | 0.75 | 0.19 |
| Hex | 54 | C | 3A | 0 | 56 | 1F | 43 | 142 | 4B | 13 |
| Octal | 124 | 14 | 72 | 0 | 126 | 37 | 103 | 502 | 113 | 23 |
| Binary | 1010100 | 1100 | 111010 | 0 | 1010110 | 11111 | 1000011 | 101000010 | 1001011 | 10011 |
Color Harmonies of #540C3A
Complementary color
Monochromatic Colors of #540C3A
Black with #540C3A
Text Example
Text Example
White with #540C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C3A; }
p { color: rgb(84,12,58); }
H1.HeaderClassName
{
color: #540C3A;
}
.AnyTagClassName
{
color: #540C3A;
}
</style>
background-color css
<style>
a { background-color: #540C3A; }
a { background-color: rgb(84,12,58); }
div.DivClassName
{
background-color: #540C3A;
}
.BgClassName
{
background-color: #540C3A;
}
</style>
border-color css
<style>
span { border-color: #540C3A; }
span { border-color: rgb(84,12,58); }
td.TdClassName
{
border-color: #540C3A;
}
.TagClassName
{
border-color: #540C3A;
}
</style>