Shades of Tyrian Purple #54053C
Tints of Tyrian Purple #54053C
RGB
CMYK
RGB Variations
Color information
#54053C (or 0x54053C) is known color: Tyrian Purple. HEX triplet: 54, 05 and 3C. RGB value is (84,5,60). Sum of RGB (Red+Green+Blue) = 84+5+60=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54053C is #ABFAC3. Grayscale: #222222. Windows color (decimal): -11270852 or 3933524. OLE color: 3933524.
HSL color Cylindrical-coordinate representation of color #54053C: hue angle of 318.23º 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 #54053C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.67 |
| HSL | 318.23º | 0.89% | 0.17% | - |
| HSV(B) | 318.23º | 0.94% | 0.33% | - |
| XYZ | 4.53 | 2.32 | 4.48 | - |
| YUV | 34.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 60 | 0 | 0.94 | 0.29 | 0.67 | 318.23 | 0.89 | 0.17 |
| Hex | 54 | 5 | 3C | 0 | 5E | 1D | 43 | 13E | 59 | 11 |
| Octal | 124 | 5 | 74 | 0 | 136 | 35 | 103 | 476 | 131 | 21 |
| Binary | 1010100 | 101 | 111100 | 0 | 1011110 | 11101 | 1000011 | 100111110 | 1011001 | 10001 |
Color Harmonies of #54053C
Complementary color
Monochromatic Colors of #54053C
Black with #54053C
Text Example
Text Example
White with #54053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54053C; }
p { color: rgb(84,5,60); }
H1.HeaderClassName
{
color: #54053C;
}
.AnyTagClassName
{
color: #54053C;
}
</style>
background-color css
<style>
a { background-color: #54053C; }
a { background-color: rgb(84,5,60); }
div.DivClassName
{
background-color: #54053C;
}
.BgClassName
{
background-color: #54053C;
}
</style>
border-color css
<style>
span { border-color: #54053C; }
span { border-color: rgb(84,5,60); }
td.TdClassName
{
border-color: #54053C;
}
.TagClassName
{
border-color: #54053C;
}
</style>