Shades of Tyrian Purple #540B3E
Tints of Tyrian Purple #540B3E
RGB
CMYK
RGB Variations
Color information
#540B3E (or 0x540B3E) is known color: Tyrian Purple. HEX triplet: 54, 0B and 3E. RGB value is (84,11,62). Sum of RGB (Red+Green+Blue) = 84+11+62=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #540B3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B3E is #ABF4C1. Grayscale: #262626. Windows color (decimal): -11269314 or 4066132. OLE color: 4066132.
HSL color Cylindrical-coordinate representation of color #540B3E: hue angle of 318.08º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B3E is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 62 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.67 |
| HSL | 318.08º | 0.77% | 0.19% | - |
| HSV(B) | 318.08º | 0.87% | 0.33% | - |
| XYZ | 4.65 | 2.47 | 4.79 | - |
| YUV | 38.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 62 | 0 | 0.87 | 0.26 | 0.67 | 318.08 | 0.77 | 0.19 |
| Hex | 54 | B | 3E | 0 | 57 | 1A | 43 | 13E | 4D | 13 |
| Octal | 124 | 13 | 76 | 0 | 127 | 32 | 103 | 476 | 115 | 23 |
| Binary | 1010100 | 1011 | 111110 | 0 | 1010111 | 11010 | 1000011 | 100111110 | 1001101 | 10011 |
Color Harmonies of #540B3E
Complementary color
Monochromatic Colors of #540B3E
Black with #540B3E
Text Example
Text Example
White with #540B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B3E; }
p { color: rgb(84,11,62); }
H1.HeaderClassName
{
color: #540B3E;
}
.AnyTagClassName
{
color: #540B3E;
}
</style>
background-color css
<style>
a { background-color: #540B3E; }
a { background-color: rgb(84,11,62); }
div.DivClassName
{
background-color: #540B3E;
}
.BgClassName
{
background-color: #540B3E;
}
</style>
border-color css
<style>
span { border-color: #540B3E; }
span { border-color: rgb(84,11,62); }
td.TdClassName
{
border-color: #540B3E;
}
.TagClassName
{
border-color: #540B3E;
}
</style>