Shades of Tyrian Purple #540941
Tints of Tyrian Purple #540941
RGB
CMYK
RGB Variations
Color information
#540941 (or 0x540941) is known color: Tyrian Purple. HEX triplet: 54, 09 and 41. RGB value is (84,9,65). Sum of RGB (Red+Green+Blue) = 84+9+65=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540941 is #ABF6BE. Grayscale: #252525. Windows color (decimal): -11269823 or 4262228. OLE color: 4262228.
HSL color Cylindrical-coordinate representation of color #540941: hue angle of 315.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540941 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 65 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.67 |
| HSL | 315.2º | 0.81% | 0.18% | - |
| HSV(B) | 315.2º | 0.89% | 0.33% | - |
| XYZ | 4.71 | 2.46 | 5.23 | - |
| YUV | 37.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 65 | 0 | 0.89 | 0.23 | 0.67 | 315.2 | 0.81 | 0.18 |
| Hex | 54 | 9 | 41 | 0 | 59 | 17 | 43 | 13B | 51 | 12 |
| Octal | 124 | 11 | 101 | 0 | 131 | 27 | 103 | 473 | 121 | 22 |
| Binary | 1010100 | 1001 | 1000001 | 0 | 1011001 | 10111 | 1000011 | 100111011 | 1010001 | 10010 |
Color Harmonies of #540941
Complementary color
Monochromatic Colors of #540941
Black with #540941
Text Example
Text Example
White with #540941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540941; }
p { color: rgb(84,9,65); }
H1.HeaderClassName
{
color: #540941;
}
.AnyTagClassName
{
color: #540941;
}
</style>
background-color css
<style>
a { background-color: #540941; }
a { background-color: rgb(84,9,65); }
div.DivClassName
{
background-color: #540941;
}
.BgClassName
{
background-color: #540941;
}
</style>
border-color css
<style>
span { border-color: #540941; }
span { border-color: rgb(84,9,65); }
td.TdClassName
{
border-color: #540941;
}
.TagClassName
{
border-color: #540941;
}
</style>