Shades of Tyrian Purple #54013C
Tints of Tyrian Purple #54013C
RGB
CMYK
RGB Variations
Color information
#54013C (or 0x54013C) is known color: Tyrian Purple. HEX triplet: 54, 01 and 3C. RGB value is (84,1,60). Sum of RGB (Red+Green+Blue) = 84+1+60=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54013C is #ABFEC3. Grayscale: #202020. Windows color (decimal): -11271876 or 3932500. OLE color: 3932500.
HSL color Cylindrical-coordinate representation of color #54013C: hue angle of 317.35º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54013C is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.67 |
| HSL | 317.35º | 0.98% | 0.17% | - |
| HSV(B) | 317.35º | 0.99% | 0.33% | - |
| XYZ | 4.48 | 2.23 | 4.47 | - |
| YUV | 32.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 60 | 0 | 0.99 | 0.29 | 0.67 | 317.35 | 0.98 | 0.17 |
| Hex | 54 | 1 | 3C | 0 | 63 | 1D | 43 | 13D | 62 | 11 |
| Octal | 124 | 1 | 74 | 0 | 143 | 35 | 103 | 475 | 142 | 21 |
| Binary | 1010100 | 1 | 111100 | 0 | 1100011 | 11101 | 1000011 | 100111101 | 1100010 | 10001 |
Color Harmonies of #54013C
Complementary color
Monochromatic Colors of #54013C
Black with #54013C
Text Example
Text Example
White with #54013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54013C; }
p { color: rgb(84,1,60); }
H1.HeaderClassName
{
color: #54013C;
}
.AnyTagClassName
{
color: #54013C;
}
</style>
background-color css
<style>
a { background-color: #54013C; }
a { background-color: rgb(84,1,60); }
div.DivClassName
{
background-color: #54013C;
}
.BgClassName
{
background-color: #54013C;
}
</style>
border-color css
<style>
span { border-color: #54013C; }
span { border-color: rgb(84,1,60); }
td.TdClassName
{
border-color: #54013C;
}
.TagClassName
{
border-color: #54013C;
}
</style>