Shades of Tyrian Purple #54052F
Tints of Tyrian Purple #54052F
RGB
CMYK
RGB Variations
Color information
#54052F (or 0x54052F) is known color: Tyrian Purple. HEX triplet: 54, 05 and 2F. RGB value is (84,5,47). Sum of RGB (Red+Green+Blue) = 84+5+47=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54052F is #ABFAD0. Grayscale: #212121. Windows color (decimal): -11270865 or 3081556. OLE color: 3081556.
HSL color Cylindrical-coordinate representation of color #54052F: hue angle of 328.1º 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 #54052F is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 47 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.67 |
| HSL | 328.1º | 0.89% | 0.17% | - |
| HSV(B) | 328.1º | 0.94% | 0.33% | - |
| XYZ | 4.22 | 2.2 | 2.89 | - |
| YUV | 33.41 | 135.67 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 47 | 0 | 0.94 | 0.44 | 0.67 | 328.1 | 0.89 | 0.17 |
| Hex | 54 | 5 | 2F | 0 | 5E | 2C | 43 | 148 | 59 | 11 |
| Octal | 124 | 5 | 57 | 0 | 136 | 54 | 103 | 510 | 131 | 21 |
| Binary | 1010100 | 101 | 101111 | 0 | 1011110 | 101100 | 1000011 | 101001000 | 1011001 | 10001 |
Color Harmonies of #54052F
Complementary color
Monochromatic Colors of #54052F
Black with #54052F
Text Example
Text Example
White with #54052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54052F; }
p { color: rgb(84,5,47); }
H1.HeaderClassName
{
color: #54052F;
}
.AnyTagClassName
{
color: #54052F;
}
</style>
background-color css
<style>
a { background-color: #54052F; }
a { background-color: rgb(84,5,47); }
div.DivClassName
{
background-color: #54052F;
}
.BgClassName
{
background-color: #54052F;
}
</style>
border-color css
<style>
span { border-color: #54052F; }
span { border-color: rgb(84,5,47); }
td.TdClassName
{
border-color: #54052F;
}
.TagClassName
{
border-color: #54052F;
}
</style>