Shades of Tyrian Purple #54094E
Tints of Tyrian Purple #54094E
RGB
CMYK
RGB Variations
Color information
#54094E (or 0x54094E) is known color: Tyrian Purple. HEX triplet: 54, 09 and 4E. RGB value is (84,9,78). Sum of RGB (Red+Green+Blue) = 84+9+78=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54094E is #ABF6B1. Grayscale: #272727. Windows color (decimal): -11269810 or 5114196. OLE color: 5114196.
HSL color Cylindrical-coordinate representation of color #54094E: hue angle of 304.8º 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 #54094E is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 78 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.67 |
| HSL | 304.8º | 0.81% | 0.18% | - |
| HSV(B) | 304.8º | 0.89% | 0.33% | - |
| XYZ | 5.13 | 2.63 | 7.45 | - |
| YUV | 39.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 78 | 0 | 0.89 | 0.07 | 0.67 | 304.8 | 0.81 | 0.18 |
| Hex | 54 | 9 | 4E | 0 | 59 | 7 | 43 | 131 | 51 | 12 |
| Octal | 124 | 11 | 116 | 0 | 131 | 7 | 103 | 461 | 121 | 22 |
| Binary | 1010100 | 1001 | 1001110 | 0 | 1011001 | 111 | 1000011 | 100110001 | 1010001 | 10010 |
Color Harmonies of #54094E
Complementary color
Monochromatic Colors of #54094E
Black with #54094E
Text Example
Text Example
White with #54094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54094E; }
p { color: rgb(84,9,78); }
H1.HeaderClassName
{
color: #54094E;
}
.AnyTagClassName
{
color: #54094E;
}
</style>
background-color css
<style>
a { background-color: #54094E; }
a { background-color: rgb(84,9,78); }
div.DivClassName
{
background-color: #54094E;
}
.BgClassName
{
background-color: #54094E;
}
</style>
border-color css
<style>
span { border-color: #54094E; }
span { border-color: rgb(84,9,78); }
td.TdClassName
{
border-color: #54094E;
}
.TagClassName
{
border-color: #54094E;
}
</style>