Shades of Tyrian Purple #54074A
Tints of Tyrian Purple #54074A
RGB
CMYK
RGB Variations
Color information
#54074A (or 0x54074A) is known color: Tyrian Purple. HEX triplet: 54, 07 and 4A. RGB value is (84,7,74). Sum of RGB (Red+Green+Blue) = 84+7+74=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #54074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54074A is #ABF8B5. Grayscale: #252525. Windows color (decimal): -11270326 or 4851540. OLE color: 4851540.
HSL color Cylindrical-coordinate representation of color #54074A: hue angle of 307.79º 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 #54074A is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 74 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.67 |
| HSL | 307.79º | 0.85% | 0.18% | - |
| HSV(B) | 307.79º | 0.92% | 0.33% | - |
| XYZ | 4.97 | 2.53 | 6.71 | - |
| YUV | 37.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 74 | 0 | 0.92 | 0.12 | 0.67 | 307.79 | 0.85 | 0.18 |
| Hex | 54 | 7 | 4A | 0 | 5C | C | 43 | 134 | 55 | 12 |
| Octal | 124 | 7 | 112 | 0 | 134 | 14 | 103 | 464 | 125 | 22 |
| Binary | 1010100 | 111 | 1001010 | 0 | 1011100 | 1100 | 1000011 | 100110100 | 1010101 | 10010 |
Color Harmonies of #54074A
Complementary color
Monochromatic Colors of #54074A
Black with #54074A
Text Example
Text Example
White with #54074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54074A; }
p { color: rgb(84,7,74); }
H1.HeaderClassName
{
color: #54074A;
}
.AnyTagClassName
{
color: #54074A;
}
</style>
background-color css
<style>
a { background-color: #54074A; }
a { background-color: rgb(84,7,74); }
div.DivClassName
{
background-color: #54074A;
}
.BgClassName
{
background-color: #54074A;
}
</style>
border-color css
<style>
span { border-color: #54074A; }
span { border-color: rgb(84,7,74); }
td.TdClassName
{
border-color: #54074A;
}
.TagClassName
{
border-color: #54074A;
}
</style>