Shades of Tyrian Purple #540541
Tints of Tyrian Purple #540541
RGB
CMYK
RGB Variations
Color information
#540541 (or 0x540541) is known color: Tyrian Purple. HEX triplet: 54, 05 and 41. RGB value is (84,5,65). Sum of RGB (Red+Green+Blue) = 84+5+65=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #540541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540541 is #ABFABE. Grayscale: #232323. Windows color (decimal): -11270847 or 4261204. OLE color: 4261204.
HSL color Cylindrical-coordinate representation of color #540541: hue angle of 314.43º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540541 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 65 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.67 |
| HSL | 314.43º | 0.89% | 0.17% | - |
| HSV(B) | 314.43º | 0.94% | 0.33% | - |
| XYZ | 4.66 | 2.38 | 5.21 | - |
| YUV | 35.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 65 | 0 | 0.94 | 0.23 | 0.67 | 314.43 | 0.89 | 0.17 |
| Hex | 54 | 5 | 41 | 0 | 5E | 17 | 43 | 13A | 59 | 11 |
| Octal | 124 | 5 | 101 | 0 | 136 | 27 | 103 | 472 | 131 | 21 |
| Binary | 1010100 | 101 | 1000001 | 0 | 1011110 | 10111 | 1000011 | 100111010 | 1011001 | 10001 |
Color Harmonies of #540541
Complementary color
Monochromatic Colors of #540541
Black with #540541
Text Example
Text Example
White with #540541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540541; }
p { color: rgb(84,5,65); }
H1.HeaderClassName
{
color: #540541;
}
.AnyTagClassName
{
color: #540541;
}
</style>
background-color css
<style>
a { background-color: #540541; }
a { background-color: rgb(84,5,65); }
div.DivClassName
{
background-color: #540541;
}
.BgClassName
{
background-color: #540541;
}
</style>
border-color css
<style>
span { border-color: #540541; }
span { border-color: rgb(84,5,65); }
td.TdClassName
{
border-color: #540541;
}
.TagClassName
{
border-color: #540541;
}
</style>