Shades of Tyrian Purple #54084A
Tints of Tyrian Purple #54084A
RGB
CMYK
RGB Variations
Color information
#54084A (or 0x54084A) is known color: Tyrian Purple. HEX triplet: 54, 08 and 4A. RGB value is (84,8,74). Sum of RGB (Red+Green+Blue) = 84+8+74=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54084A is #ABF7B5. Grayscale: #262626. Windows color (decimal): -11270070 or 4851796. OLE color: 4851796.
HSL color Cylindrical-coordinate representation of color #54084A: hue angle of 307.89º 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 #54084A is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 74 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.67 |
| HSL | 307.89º | 0.83% | 0.18% | - |
| HSV(B) | 307.89º | 0.9% | 0.33% | - |
| XYZ | 4.98 | 2.55 | 6.71 | - |
| YUV | 38.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 74 | 0 | 0.90 | 0.12 | 0.67 | 307.89 | 0.83 | 0.18 |
| Hex | 54 | 8 | 4A | 0 | 5A | C | 43 | 134 | 53 | 12 |
| Octal | 124 | 10 | 112 | 0 | 132 | 14 | 103 | 464 | 123 | 22 |
| Binary | 1010100 | 1000 | 1001010 | 0 | 1011010 | 1100 | 1000011 | 100110100 | 1010011 | 10010 |
Color Harmonies of #54084A
Complementary color
Monochromatic Colors of #54084A
Black with #54084A
Text Example
Text Example
White with #54084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54084A; }
p { color: rgb(84,8,74); }
H1.HeaderClassName
{
color: #54084A;
}
.AnyTagClassName
{
color: #54084A;
}
</style>
background-color css
<style>
a { background-color: #54084A; }
a { background-color: rgb(84,8,74); }
div.DivClassName
{
background-color: #54084A;
}
.BgClassName
{
background-color: #54084A;
}
</style>
border-color css
<style>
span { border-color: #54084A; }
span { border-color: rgb(84,8,74); }
td.TdClassName
{
border-color: #54084A;
}
.TagClassName
{
border-color: #54084A;
}
</style>