Shades of Tyrian Purple #54084D
Tints of Tyrian Purple #54084D
RGB
CMYK
RGB Variations
Color information
#54084D (or 0x54084D) is known color: Tyrian Purple. HEX triplet: 54, 08 and 4D. RGB value is (84,8,77). Sum of RGB (Red+Green+Blue) = 84+8+77=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #54084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54084D is #ABF7B2. Grayscale: #262626. Windows color (decimal): -11270067 or 5048404. OLE color: 5048404.
HSL color Cylindrical-coordinate representation of color #54084D: hue angle of 305.53º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54084D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 77 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.67 |
| HSL | 305.53º | 0.83% | 0.18% | - |
| HSV(B) | 305.53º | 0.9% | 0.33% | - |
| XYZ | 5.08 | 2.59 | 7.25 | - |
| YUV | 38.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 77 | 0 | 0.90 | 0.08 | 0.67 | 305.53 | 0.83 | 0.18 |
| Hex | 54 | 8 | 4D | 0 | 5A | 8 | 43 | 132 | 53 | 12 |
| Octal | 124 | 10 | 115 | 0 | 132 | 10 | 103 | 462 | 123 | 22 |
| Binary | 1010100 | 1000 | 1001101 | 0 | 1011010 | 1000 | 1000011 | 100110010 | 1010011 | 10010 |
Color Harmonies of #54084D
Complementary color
Monochromatic Colors of #54084D
Black with #54084D
Text Example
Text Example
White with #54084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54084D; }
p { color: rgb(84,8,77); }
H1.HeaderClassName
{
color: #54084D;
}
.AnyTagClassName
{
color: #54084D;
}
</style>
background-color css
<style>
a { background-color: #54084D; }
a { background-color: rgb(84,8,77); }
div.DivClassName
{
background-color: #54084D;
}
.BgClassName
{
background-color: #54084D;
}
</style>
border-color css
<style>
span { border-color: #54084D; }
span { border-color: rgb(84,8,77); }
td.TdClassName
{
border-color: #54084D;
}
.TagClassName
{
border-color: #54084D;
}
</style>