Shades of Tyrian Purple #54094D
Tints of Tyrian Purple #54094D
RGB
CMYK
RGB Variations
Color information
#54094D (or 0x54094D) is known color: Tyrian Purple. HEX triplet: 54, 09 and 4D. RGB value is (84,9,77). Sum of RGB (Red+Green+Blue) = 84+9+77=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #54094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54094D is #ABF6B2. Grayscale: #262626. Windows color (decimal): -11269811 or 5048660. OLE color: 5048660.
HSL color Cylindrical-coordinate representation of color #54094D: hue angle of 305.6º 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 #54094D is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 77 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.67 |
| HSL | 305.6º | 0.81% | 0.18% | - |
| HSV(B) | 305.6º | 0.89% | 0.33% | - |
| XYZ | 5.09 | 2.62 | 7.26 | - |
| YUV | 39.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 77 | 0 | 0.89 | 0.08 | 0.67 | 305.6 | 0.81 | 0.18 |
| Hex | 54 | 9 | 4D | 0 | 59 | 8 | 43 | 132 | 51 | 12 |
| Octal | 124 | 11 | 115 | 0 | 131 | 10 | 103 | 462 | 121 | 22 |
| Binary | 1010100 | 1001 | 1001101 | 0 | 1011001 | 1000 | 1000011 | 100110010 | 1010001 | 10010 |
Color Harmonies of #54094D
Complementary color
Monochromatic Colors of #54094D
Black with #54094D
Text Example
Text Example
White with #54094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54094D; }
p { color: rgb(84,9,77); }
H1.HeaderClassName
{
color: #54094D;
}
.AnyTagClassName
{
color: #54094D;
}
</style>
background-color css
<style>
a { background-color: #54094D; }
a { background-color: rgb(84,9,77); }
div.DivClassName
{
background-color: #54094D;
}
.BgClassName
{
background-color: #54094D;
}
</style>
border-color css
<style>
span { border-color: #54094D; }
span { border-color: rgb(84,9,77); }
td.TdClassName
{
border-color: #54094D;
}
.TagClassName
{
border-color: #54094D;
}
</style>