Shades of Tyrian Purple #73044E
Tints of Tyrian Purple #73044E
RGB
CMYK
RGB Variations
Color information
#73044E (or 0x73044E) is known color: Tyrian Purple. HEX triplet: 73, 04 and 4E. RGB value is (115,4,78). Sum of RGB (Red+Green+Blue) = 115+4+78=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73044E is #8CFBB1. Grayscale: #2D2D2D. Windows color (decimal): -9239474 or 5112947. OLE color: 5112947.
HSL color Cylindrical-coordinate representation of color #73044E: hue angle of 320º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73044E is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 78 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.55 |
| HSL | 320º | 0.93% | 0.23% | - |
| HSV(B) | 320º | 0.97% | 0.45% | - |
| XYZ | 8.49 | 4.28 | 7.59 | - |
| YUV | 45.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 78 | 0 | 0.97 | 0.32 | 0.55 | 320 | 0.93 | 0.23 |
| Hex | 73 | 4 | 4E | 0 | 61 | 20 | 37 | 140 | 5D | 17 |
| Octal | 163 | 4 | 116 | 0 | 141 | 40 | 67 | 500 | 135 | 27 |
| Binary | 1110011 | 100 | 1001110 | 0 | 1100001 | 100000 | 110111 | 101000000 | 1011101 | 10111 |
Color Harmonies of #73044E
Complementary color
Monochromatic Colors of #73044E
Black with #73044E
Text Example
Text Example
White with #73044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73044E; }
p { color: rgb(115,4,78); }
H1.HeaderClassName
{
color: #73044E;
}
.AnyTagClassName
{
color: #73044E;
}
</style>
background-color css
<style>
a { background-color: #73044E; }
a { background-color: rgb(115,4,78); }
div.DivClassName
{
background-color: #73044E;
}
.BgClassName
{
background-color: #73044E;
}
</style>
border-color css
<style>
span { border-color: #73044E; }
span { border-color: rgb(115,4,78); }
td.TdClassName
{
border-color: #73044E;
}
.TagClassName
{
border-color: #73044E;
}
</style>