Shades of Tyrian Purple #73043A
Tints of Tyrian Purple #73043A
RGB
CMYK
RGB Variations
Color information
#73043A (or 0x73043A) is known color: Tyrian Purple. HEX triplet: 73, 04 and 3A. RGB value is (115,4,58). Sum of RGB (Red+Green+Blue) = 115+4+58=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73043A is #8CFBC5. Grayscale: #2B2B2B. Windows color (decimal): -9239494 or 3802227. OLE color: 3802227.
HSL color Cylindrical-coordinate representation of color #73043A: hue angle of 330.81º 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 #73043A is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 58 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.55 |
| HSL | 330.81º | 0.93% | 0.23% | - |
| HSV(B) | 330.81º | 0.97% | 0.45% | - |
| XYZ | 7.88 | 4.04 | 4.37 | - |
| YUV | 43.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 58 | 0 | 0.97 | 0.50 | 0.55 | 330.81 | 0.93 | 0.23 |
| Hex | 73 | 4 | 3A | 0 | 61 | 32 | 37 | 14B | 5D | 17 |
| Octal | 163 | 4 | 72 | 0 | 141 | 62 | 67 | 513 | 135 | 27 |
| Binary | 1110011 | 100 | 111010 | 0 | 1100001 | 110010 | 110111 | 101001011 | 1011101 | 10111 |
Color Harmonies of #73043A
Complementary color
Monochromatic Colors of #73043A
Black with #73043A
Text Example
Text Example
White with #73043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73043A; }
p { color: rgb(115,4,58); }
H1.HeaderClassName
{
color: #73043A;
}
.AnyTagClassName
{
color: #73043A;
}
</style>
background-color css
<style>
a { background-color: #73043A; }
a { background-color: rgb(115,4,58); }
div.DivClassName
{
background-color: #73043A;
}
.BgClassName
{
background-color: #73043A;
}
</style>
border-color css
<style>
span { border-color: #73043A; }
span { border-color: rgb(115,4,58); }
td.TdClassName
{
border-color: #73043A;
}
.TagClassName
{
border-color: #73043A;
}
</style>