Shades of Tyrian Purple #540D3C
Tints of Tyrian Purple #540D3C
RGB
CMYK
RGB Variations
Color information
#540D3C (or 0x540D3C) is known color: Tyrian Purple. HEX triplet: 54, 0D and 3C. RGB value is (84,13,60). Sum of RGB (Red+Green+Blue) = 84+13+60=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #540D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D3C is #ABF2C3. Grayscale: #272727. Windows color (decimal): -11268804 or 3935572. OLE color: 3935572.
HSL color Cylindrical-coordinate representation of color #540D3C: hue angle of 320.28º 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 #540D3C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 60 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.67 |
| HSL | 320.28º | 0.73% | 0.19% | - |
| HSV(B) | 320.28º | 0.85% | 0.33% | - |
| XYZ | 4.62 | 2.5 | 4.51 | - |
| YUV | 39.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 60 | 0 | 0.85 | 0.29 | 0.67 | 320.28 | 0.73 | 0.19 |
| Hex | 54 | D | 3C | 0 | 55 | 1D | 43 | 140 | 49 | 13 |
| Octal | 124 | 15 | 74 | 0 | 125 | 35 | 103 | 500 | 111 | 23 |
| Binary | 1010100 | 1101 | 111100 | 0 | 1010101 | 11101 | 1000011 | 101000000 | 1001001 | 10011 |
Color Harmonies of #540D3C
Complementary color
Monochromatic Colors of #540D3C
Black with #540D3C
Text Example
Text Example
White with #540D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D3C; }
p { color: rgb(84,13,60); }
H1.HeaderClassName
{
color: #540D3C;
}
.AnyTagClassName
{
color: #540D3C;
}
</style>
background-color css
<style>
a { background-color: #540D3C; }
a { background-color: rgb(84,13,60); }
div.DivClassName
{
background-color: #540D3C;
}
.BgClassName
{
background-color: #540D3C;
}
</style>
border-color css
<style>
span { border-color: #540D3C; }
span { border-color: rgb(84,13,60); }
td.TdClassName
{
border-color: #540D3C;
}
.TagClassName
{
border-color: #540D3C;
}
</style>