Shades of Tyrian Purple #54002C
Tints of Tyrian Purple #54002C
RGB
CMYK
RGB Variations
Color information
#54002C (or 0x54002C) is known color: Tyrian Purple. HEX triplet: 54, 00 and 2C. RGB value is (84,0,44). Sum of RGB (Red+Green+Blue) = 84+0+44=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54002C is #ABFFD3. Grayscale: #1E1E1E. Windows color (decimal): -11272148 or 2883668. OLE color: 2883668.
HSL color Cylindrical-coordinate representation of color #54002C: hue angle of 328.57º 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 #54002C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.48 | 0.67 |
| HSL | 328.57º | 1% | 0.16% | - |
| HSV(B) | 328.57º | 1% | 0.33% | - |
| XYZ | 4.11 | 2.07 | 2.57 | - |
| YUV | 30.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 44 | 0 | 1 | 0.48 | 0.67 | 328.57 | 1 | 0.16 |
| Hex | 54 | 0 | 2C | 0 | 64 | 30 | 43 | 149 | 64 | 10 |
| Octal | 124 | 0 | 54 | 0 | 144 | 60 | 103 | 511 | 144 | 20 |
| Binary | 1010100 | 0 | 101100 | 0 | 1100100 | 110000 | 1000011 | 101001001 | 1100100 | 10000 |
Color Harmonies of #54002C
Complementary color
Monochromatic Colors of #54002C
Black with #54002C
Text Example
Text Example
White with #54002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54002C; }
p { color: rgb(84,0,44); }
H1.HeaderClassName
{
color: #54002C;
}
.AnyTagClassName
{
color: #54002C;
}
</style>
background-color css
<style>
a { background-color: #54002C; }
a { background-color: rgb(84,0,44); }
div.DivClassName
{
background-color: #54002C;
}
.BgClassName
{
background-color: #54002C;
}
</style>
border-color css
<style>
span { border-color: #54002C; }
span { border-color: rgb(84,0,44); }
td.TdClassName
{
border-color: #54002C;
}
.TagClassName
{
border-color: #54002C;
}
</style>