Shades of Tyrian Purple #54074D
Tints of Tyrian Purple #54074D
RGB
CMYK
RGB Variations
Color information
#54074D (or 0x54074D) is known color: Tyrian Purple. HEX triplet: 54, 07 and 4D. RGB value is (84,7,77). Sum of RGB (Red+Green+Blue) = 84+7+77=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54074D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54074D is #ABF8B2. Grayscale: #252525. Windows color (decimal): -11270323 or 5048148. OLE color: 5048148.
HSL color Cylindrical-coordinate representation of color #54074D: hue angle of 305.45º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54074D is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 77 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.67 |
| HSL | 305.45º | 0.85% | 0.18% | - |
| HSV(B) | 305.45º | 0.92% | 0.33% | - |
| XYZ | 5.07 | 2.57 | 7.25 | - |
| YUV | 38 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 77 | 0 | 0.92 | 0.08 | 0.67 | 305.45 | 0.85 | 0.18 |
| Hex | 54 | 7 | 4D | 0 | 5C | 8 | 43 | 131 | 55 | 12 |
| Octal | 124 | 7 | 115 | 0 | 134 | 10 | 103 | 461 | 125 | 22 |
| Binary | 1010100 | 111 | 1001101 | 0 | 1011100 | 1000 | 1000011 | 100110001 | 1010101 | 10010 |
Color Harmonies of #54074D
Complementary color
Monochromatic Colors of #54074D
Black with #54074D
Text Example
Text Example
White with #54074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54074D; }
p { color: rgb(84,7,77); }
H1.HeaderClassName
{
color: #54074D;
}
.AnyTagClassName
{
color: #54074D;
}
</style>
background-color css
<style>
a { background-color: #54074D; }
a { background-color: rgb(84,7,77); }
div.DivClassName
{
background-color: #54074D;
}
.BgClassName
{
background-color: #54074D;
}
</style>
border-color css
<style>
span { border-color: #54074D; }
span { border-color: rgb(84,7,77); }
td.TdClassName
{
border-color: #54074D;
}
.TagClassName
{
border-color: #54074D;
}
</style>