Shades of Tyrian Purple #54054E
Tints of Tyrian Purple #54054E
RGB
CMYK
RGB Variations
Color information
#54054E (or 0x54054E) is known color: Tyrian Purple. HEX triplet: 54, 05 and 4E. RGB value is (84,5,78). Sum of RGB (Red+Green+Blue) = 84+5+78=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54054E is #ABFAB1. Grayscale: #242424. Windows color (decimal): -11270834 or 5113172. OLE color: 5113172.
HSL color Cylindrical-coordinate representation of color #54054E: hue angle of 304.56º 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 #54054E is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 78 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.67 |
| HSL | 304.56º | 0.89% | 0.17% | - |
| HSV(B) | 304.56º | 0.94% | 0.33% | - |
| XYZ | 5.09 | 2.54 | 7.43 | - |
| YUV | 36.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 78 | 0 | 0.94 | 0.07 | 0.67 | 304.56 | 0.89 | 0.17 |
| Hex | 54 | 5 | 4E | 0 | 5E | 7 | 43 | 131 | 59 | 11 |
| Octal | 124 | 5 | 116 | 0 | 136 | 7 | 103 | 461 | 131 | 21 |
| Binary | 1010100 | 101 | 1001110 | 0 | 1011110 | 111 | 1000011 | 100110001 | 1011001 | 10001 |
Color Harmonies of #54054E
Complementary color
Monochromatic Colors of #54054E
Black with #54054E
Text Example
Text Example
White with #54054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54054E; }
p { color: rgb(84,5,78); }
H1.HeaderClassName
{
color: #54054E;
}
.AnyTagClassName
{
color: #54054E;
}
</style>
background-color css
<style>
a { background-color: #54054E; }
a { background-color: rgb(84,5,78); }
div.DivClassName
{
background-color: #54054E;
}
.BgClassName
{
background-color: #54054E;
}
</style>
border-color css
<style>
span { border-color: #54054E; }
span { border-color: rgb(84,5,78); }
td.TdClassName
{
border-color: #54054E;
}
.TagClassName
{
border-color: #54054E;
}
</style>