Shades of Tyrian Purple #540040
Tints of Tyrian Purple #540040
RGB
CMYK
RGB Variations
Color information
#540040 (or 0x540040) is known color: Tyrian Purple. HEX triplet: 54, 00 and 40. RGB value is (84,0,64). Sum of RGB (Red+Green+Blue) = 84+0+64=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #540040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540040 is #ABFFBF. Grayscale: #202020. Windows color (decimal): -11272128 or 4194388. OLE color: 4194388.
HSL color Cylindrical-coordinate representation of color #540040: hue angle of 314.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540040 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.24 | 0.67 |
| HSL | 314.29º | 1% | 0.16% | - |
| HSV(B) | 314.29º | 1% | 0.33% | - |
| XYZ | 4.58 | 2.25 | 5.04 | - |
| YUV | 32.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 64 | 0 | 1 | 0.24 | 0.67 | 314.29 | 1 | 0.16 |
| Hex | 54 | 0 | 40 | 0 | 64 | 18 | 43 | 13A | 64 | 10 |
| Octal | 124 | 0 | 100 | 0 | 144 | 30 | 103 | 472 | 144 | 20 |
| Binary | 1010100 | 0 | 1000000 | 0 | 1100100 | 11000 | 1000011 | 100111010 | 1100100 | 10000 |
Color Harmonies of #540040
Complementary color
Monochromatic Colors of #540040
Black with #540040
Text Example
Text Example
White with #540040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540040; }
p { color: rgb(84,0,64); }
H1.HeaderClassName
{
color: #540040;
}
.AnyTagClassName
{
color: #540040;
}
</style>
background-color css
<style>
a { background-color: #540040; }
a { background-color: rgb(84,0,64); }
div.DivClassName
{
background-color: #540040;
}
.BgClassName
{
background-color: #540040;
}
</style>
border-color css
<style>
span { border-color: #540040; }
span { border-color: rgb(84,0,64); }
td.TdClassName
{
border-color: #540040;
}
.TagClassName
{
border-color: #540040;
}
</style>