Shades of Tyrian Purple #54053E
Tints of Tyrian Purple #54053E
RGB
CMYK
RGB Variations
Color information
#54053E (or 0x54053E) is known color: Tyrian Purple. HEX triplet: 54, 05 and 3E. RGB value is (84,5,62). Sum of RGB (Red+Green+Blue) = 84+5+62=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54053E is #ABFAC1. Grayscale: #222222. Windows color (decimal): -11270850 or 4064596. OLE color: 4064596.
HSL color Cylindrical-coordinate representation of color #54053E: hue angle of 316.71º 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 #54053E is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 62 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.67 |
| HSL | 316.71º | 0.89% | 0.17% | - |
| HSV(B) | 316.71º | 0.94% | 0.33% | - |
| XYZ | 4.58 | 2.34 | 4.77 | - |
| YUV | 35.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 62 | 0 | 0.94 | 0.26 | 0.67 | 316.71 | 0.89 | 0.17 |
| Hex | 54 | 5 | 3E | 0 | 5E | 1A | 43 | 13D | 59 | 11 |
| Octal | 124 | 5 | 76 | 0 | 136 | 32 | 103 | 475 | 131 | 21 |
| Binary | 1010100 | 101 | 111110 | 0 | 1011110 | 11010 | 1000011 | 100111101 | 1011001 | 10001 |
Color Harmonies of #54053E
Complementary color
Monochromatic Colors of #54053E
Black with #54053E
Text Example
Text Example
White with #54053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54053E; }
p { color: rgb(84,5,62); }
H1.HeaderClassName
{
color: #54053E;
}
.AnyTagClassName
{
color: #54053E;
}
</style>
background-color css
<style>
a { background-color: #54053E; }
a { background-color: rgb(84,5,62); }
div.DivClassName
{
background-color: #54053E;
}
.BgClassName
{
background-color: #54053E;
}
</style>
border-color css
<style>
span { border-color: #54053E; }
span { border-color: rgb(84,5,62); }
td.TdClassName
{
border-color: #54053E;
}
.TagClassName
{
border-color: #54053E;
}
</style>