Shades of Tyrian Purple #540D39
Tints of Tyrian Purple #540D39
RGB
CMYK
RGB Variations
Color information
#540D39 (or 0x540D39) is known color: Tyrian Purple. HEX triplet: 54, 0D and 39. RGB value is (84,13,57). Sum of RGB (Red+Green+Blue) = 84+13+57=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #540D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D39 is #ABF2C6. Grayscale: #272727. Windows color (decimal): -11268807 or 3738964. OLE color: 3738964.
HSL color Cylindrical-coordinate representation of color #540D39: hue angle of 322.82º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D39 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 57 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.67 |
| HSL | 322.82º | 0.73% | 0.19% | - |
| HSV(B) | 322.82º | 0.85% | 0.33% | - |
| XYZ | 4.54 | 2.47 | 4.11 | - |
| YUV | 39.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 57 | 0 | 0.85 | 0.32 | 0.67 | 322.82 | 0.73 | 0.19 |
| Hex | 54 | D | 39 | 0 | 55 | 20 | 43 | 143 | 49 | 13 |
| Octal | 124 | 15 | 71 | 0 | 125 | 40 | 103 | 503 | 111 | 23 |
| Binary | 1010100 | 1101 | 111001 | 0 | 1010101 | 100000 | 1000011 | 101000011 | 1001001 | 10011 |
Color Harmonies of #540D39
Complementary color
Monochromatic Colors of #540D39
Black with #540D39
Text Example
Text Example
White with #540D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D39; }
p { color: rgb(84,13,57); }
H1.HeaderClassName
{
color: #540D39;
}
.AnyTagClassName
{
color: #540D39;
}
</style>
background-color css
<style>
a { background-color: #540D39; }
a { background-color: rgb(84,13,57); }
div.DivClassName
{
background-color: #540D39;
}
.BgClassName
{
background-color: #540D39;
}
</style>
border-color css
<style>
span { border-color: #540D39; }
span { border-color: rgb(84,13,57); }
td.TdClassName
{
border-color: #540D39;
}
.TagClassName
{
border-color: #540D39;
}
</style>