Shades of Tyrian Purple #54052D
Tints of Tyrian Purple #54052D
RGB
CMYK
RGB Variations
Color information
#54052D (or 0x54052D) is known color: Tyrian Purple. HEX triplet: 54, 05 and 2D. RGB value is (84,5,45). Sum of RGB (Red+Green+Blue) = 84+5+45=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #54052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54052D is #ABFAD2. Grayscale: #212121. Windows color (decimal): -11270867 or 2950484. OLE color: 2950484.
HSL color Cylindrical-coordinate representation of color #54052D: hue angle of 329.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54052D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 45 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.67 |
| HSL | 329.62º | 0.89% | 0.17% | - |
| HSV(B) | 329.62º | 0.94% | 0.33% | - |
| XYZ | 4.18 | 2.18 | 2.68 | - |
| YUV | 33.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 45 | 0 | 0.94 | 0.46 | 0.67 | 329.62 | 0.89 | 0.17 |
| Hex | 54 | 5 | 2D | 0 | 5E | 2E | 43 | 14A | 59 | 11 |
| Octal | 124 | 5 | 55 | 0 | 136 | 56 | 103 | 512 | 131 | 21 |
| Binary | 1010100 | 101 | 101101 | 0 | 1011110 | 101110 | 1000011 | 101001010 | 1011001 | 10001 |
Color Harmonies of #54052D
Complementary color
Monochromatic Colors of #54052D
Black with #54052D
Text Example
Text Example
White with #54052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54052D; }
p { color: rgb(84,5,45); }
H1.HeaderClassName
{
color: #54052D;
}
.AnyTagClassName
{
color: #54052D;
}
</style>
background-color css
<style>
a { background-color: #54052D; }
a { background-color: rgb(84,5,45); }
div.DivClassName
{
background-color: #54052D;
}
.BgClassName
{
background-color: #54052D;
}
</style>
border-color css
<style>
span { border-color: #54052D; }
span { border-color: rgb(84,5,45); }
td.TdClassName
{
border-color: #54052D;
}
.TagClassName
{
border-color: #54052D;
}
</style>