Shades of Tyrian Purple #54073C
Tints of Tyrian Purple #54073C
RGB
CMYK
RGB Variations
Color information
#54073C (or 0x54073C) is known color: Tyrian Purple. HEX triplet: 54, 07 and 3C. RGB value is (84,7,60). Sum of RGB (Red+Green+Blue) = 84+7+60=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54073C is #ABF8C3. Grayscale: #232323. Windows color (decimal): -11270340 or 3934036. OLE color: 3934036.
HSL color Cylindrical-coordinate representation of color #54073C: hue angle of 318.7º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54073C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 60 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.67 |
| HSL | 318.7º | 0.85% | 0.18% | - |
| HSV(B) | 318.7º | 0.92% | 0.33% | - |
| XYZ | 4.55 | 2.36 | 4.49 | - |
| YUV | 36.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 60 | 0 | 0.92 | 0.29 | 0.67 | 318.7 | 0.85 | 0.18 |
| Hex | 54 | 7 | 3C | 0 | 5C | 1D | 43 | 13F | 55 | 12 |
| Octal | 124 | 7 | 74 | 0 | 134 | 35 | 103 | 477 | 125 | 22 |
| Binary | 1010100 | 111 | 111100 | 0 | 1011100 | 11101 | 1000011 | 100111111 | 1010101 | 10010 |
Color Harmonies of #54073C
Complementary color
Monochromatic Colors of #54073C
Black with #54073C
Text Example
Text Example
White with #54073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54073C; }
p { color: rgb(84,7,60); }
H1.HeaderClassName
{
color: #54073C;
}
.AnyTagClassName
{
color: #54073C;
}
</style>
background-color css
<style>
a { background-color: #54073C; }
a { background-color: rgb(84,7,60); }
div.DivClassName
{
background-color: #54073C;
}
.BgClassName
{
background-color: #54073C;
}
</style>
border-color css
<style>
span { border-color: #54073C; }
span { border-color: rgb(84,7,60); }
td.TdClassName
{
border-color: #54073C;
}
.TagClassName
{
border-color: #54073C;
}
</style>