Shades of Tyrian Purple #54003C
Tints of Tyrian Purple #54003C
RGB
CMYK
RGB Variations
Color information
#54003C (or 0x54003C) is known color: Tyrian Purple. HEX triplet: 54, 00 and 3C. RGB value is (84,0,60). Sum of RGB (Red+Green+Blue) = 84+0+60=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #54003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54003C is #ABFFC3. Grayscale: #1F1F1F. Windows color (decimal): -11272132 or 3932244. OLE color: 3932244.
HSL color Cylindrical-coordinate representation of color #54003C: hue angle of 317.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54003C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.29 | 0.67 |
| HSL | 317.14º | 1% | 0.16% | - |
| HSV(B) | 317.14º | 1% | 0.33% | - |
| XYZ | 4.47 | 2.21 | 4.47 | - |
| YUV | 31.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 60 | 0 | 1 | 0.29 | 0.67 | 317.14 | 1 | 0.16 |
| Hex | 54 | 0 | 3C | 0 | 64 | 1D | 43 | 13D | 64 | 10 |
| Octal | 124 | 0 | 74 | 0 | 144 | 35 | 103 | 475 | 144 | 20 |
| Binary | 1010100 | 0 | 111100 | 0 | 1100100 | 11101 | 1000011 | 100111101 | 1100100 | 10000 |
Color Harmonies of #54003C
Complementary color
Monochromatic Colors of #54003C
Black with #54003C
Text Example
Text Example
White with #54003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54003C; }
p { color: rgb(84,0,60); }
H1.HeaderClassName
{
color: #54003C;
}
.AnyTagClassName
{
color: #54003C;
}
</style>
background-color css
<style>
a { background-color: #54003C; }
a { background-color: rgb(84,0,60); }
div.DivClassName
{
background-color: #54003C;
}
.BgClassName
{
background-color: #54003C;
}
</style>
border-color css
<style>
span { border-color: #54003C; }
span { border-color: rgb(84,0,60); }
td.TdClassName
{
border-color: #54003C;
}
.TagClassName
{
border-color: #54003C;
}
</style>