Shades of Tyrian Purple #54093C
Tints of Tyrian Purple #54093C
RGB
CMYK
RGB Variations
Color information
#54093C (or 0x54093C) is known color: Tyrian Purple. HEX triplet: 54, 09 and 3C. RGB value is (84,9,60). Sum of RGB (Red+Green+Blue) = 84+9+60=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54093C is #ABF6C3. Grayscale: #252525. Windows color (decimal): -11269828 or 3934548. OLE color: 3934548.
HSL color Cylindrical-coordinate representation of color #54093C: hue angle of 319.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54093C is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 60 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.67 |
| HSL | 319.2º | 0.81% | 0.18% | - |
| HSV(B) | 319.2º | 0.89% | 0.33% | - |
| XYZ | 4.57 | 2.41 | 4.5 | - |
| YUV | 37.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 60 | 0 | 0.89 | 0.29 | 0.67 | 319.2 | 0.81 | 0.18 |
| Hex | 54 | 9 | 3C | 0 | 59 | 1D | 43 | 13F | 51 | 12 |
| Octal | 124 | 11 | 74 | 0 | 131 | 35 | 103 | 477 | 121 | 22 |
| Binary | 1010100 | 1001 | 111100 | 0 | 1011001 | 11101 | 1000011 | 100111111 | 1010001 | 10010 |
Color Harmonies of #54093C
Complementary color
Monochromatic Colors of #54093C
Black with #54093C
Text Example
Text Example
White with #54093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54093C; }
p { color: rgb(84,9,60); }
H1.HeaderClassName
{
color: #54093C;
}
.AnyTagClassName
{
color: #54093C;
}
</style>
background-color css
<style>
a { background-color: #54093C; }
a { background-color: rgb(84,9,60); }
div.DivClassName
{
background-color: #54093C;
}
.BgClassName
{
background-color: #54093C;
}
</style>
border-color css
<style>
span { border-color: #54093C; }
span { border-color: rgb(84,9,60); }
td.TdClassName
{
border-color: #54093C;
}
.TagClassName
{
border-color: #54093C;
}
</style>