Shades of Tyrian Purple #54093F
Tints of Tyrian Purple #54093F
RGB
CMYK
RGB Variations
Color information
#54093F (or 0x54093F) is known color: Tyrian Purple. HEX triplet: 54, 09 and 3F. RGB value is (84,9,63). Sum of RGB (Red+Green+Blue) = 84+9+63=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #54093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54093F is #ABF6C0. Grayscale: #252525. Windows color (decimal): -11269825 or 4131156. OLE color: 4131156.
HSL color Cylindrical-coordinate representation of color #54093F: hue angle of 316.8º 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 #54093F is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 63 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.67 |
| HSL | 316.8º | 0.81% | 0.18% | - |
| HSV(B) | 316.8º | 0.89% | 0.33% | - |
| XYZ | 4.65 | 2.44 | 4.93 | - |
| YUV | 37.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 63 | 0 | 0.89 | 0.25 | 0.67 | 316.8 | 0.81 | 0.18 |
| Hex | 54 | 9 | 3F | 0 | 59 | 19 | 43 | 13D | 51 | 12 |
| Octal | 124 | 11 | 77 | 0 | 131 | 31 | 103 | 475 | 121 | 22 |
| Binary | 1010100 | 1001 | 111111 | 0 | 1011001 | 11001 | 1000011 | 100111101 | 1010001 | 10010 |
Color Harmonies of #54093F
Complementary color
Monochromatic Colors of #54093F
Black with #54093F
Text Example
Text Example
White with #54093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54093F; }
p { color: rgb(84,9,63); }
H1.HeaderClassName
{
color: #54093F;
}
.AnyTagClassName
{
color: #54093F;
}
</style>
background-color css
<style>
a { background-color: #54093F; }
a { background-color: rgb(84,9,63); }
div.DivClassName
{
background-color: #54093F;
}
.BgClassName
{
background-color: #54093F;
}
</style>
border-color css
<style>
span { border-color: #54093F; }
span { border-color: rgb(84,9,63); }
td.TdClassName
{
border-color: #54093F;
}
.TagClassName
{
border-color: #54093F;
}
</style>