Shades of Tyrian Purple #54073D
Tints of Tyrian Purple #54073D
RGB
CMYK
RGB Variations
Color information
#54073D (or 0x54073D) is known color: Tyrian Purple. HEX triplet: 54, 07 and 3D. RGB value is (84,7,61). Sum of RGB (Red+Green+Blue) = 84+7+61=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54073D is #ABF8C2. Grayscale: #242424. Windows color (decimal): -11270339 or 3999572. OLE color: 3999572.
HSL color Cylindrical-coordinate representation of color #54073D: hue angle of 317.92º 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 #54073D is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 61 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.67 |
| HSL | 317.92º | 0.85% | 0.18% | - |
| HSV(B) | 317.92º | 0.92% | 0.33% | - |
| XYZ | 4.57 | 2.37 | 4.63 | - |
| YUV | 36.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 61 | 0 | 0.92 | 0.27 | 0.67 | 317.92 | 0.85 | 0.18 |
| Hex | 54 | 7 | 3D | 0 | 5C | 1B | 43 | 13E | 55 | 12 |
| Octal | 124 | 7 | 75 | 0 | 134 | 33 | 103 | 476 | 125 | 22 |
| Binary | 1010100 | 111 | 111101 | 0 | 1011100 | 11011 | 1000011 | 100111110 | 1010101 | 10010 |
Color Harmonies of #54073D
Complementary color
Monochromatic Colors of #54073D
Black with #54073D
Text Example
Text Example
White with #54073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54073D; }
p { color: rgb(84,7,61); }
H1.HeaderClassName
{
color: #54073D;
}
.AnyTagClassName
{
color: #54073D;
}
</style>
background-color css
<style>
a { background-color: #54073D; }
a { background-color: rgb(84,7,61); }
div.DivClassName
{
background-color: #54073D;
}
.BgClassName
{
background-color: #54073D;
}
</style>
border-color css
<style>
span { border-color: #54073D; }
span { border-color: rgb(84,7,61); }
td.TdClassName
{
border-color: #54073D;
}
.TagClassName
{
border-color: #54073D;
}
</style>