Shades of Tyrian Purple #73084E
Tints of Tyrian Purple #73084E
RGB
CMYK
RGB Variations
Color information
#73084E (or 0x73084E) is known color: Tyrian Purple. HEX triplet: 73, 08 and 4E. RGB value is (115,8,78). Sum of RGB (Red+Green+Blue) = 115+8+78=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73084E is #8CF7B1. Grayscale: #2F2F2F. Windows color (decimal): -9238450 or 5113971. OLE color: 5113971.
HSL color Cylindrical-coordinate representation of color #73084E: hue angle of 320.75º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #73084E is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 78 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.55 |
| HSL | 320.75º | 0.87% | 0.24% | - |
| HSV(B) | 320.75º | 0.93% | 0.45% | - |
| XYZ | 8.53 | 4.37 | 7.6 | - |
| YUV | 47.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 78 | 0 | 0.93 | 0.32 | 0.55 | 320.75 | 0.87 | 0.24 |
| Hex | 73 | 8 | 4E | 0 | 5D | 20 | 37 | 141 | 57 | 18 |
| Octal | 163 | 10 | 116 | 0 | 135 | 40 | 67 | 501 | 127 | 30 |
| Binary | 1110011 | 1000 | 1001110 | 0 | 1011101 | 100000 | 110111 | 101000001 | 1010111 | 11000 |
Color Harmonies of #73084E
Complementary color
Monochromatic Colors of #73084E
Black with #73084E
Text Example
Text Example
White with #73084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73084E; }
p { color: rgb(115,8,78); }
H1.HeaderClassName
{
color: #73084E;
}
.AnyTagClassName
{
color: #73084E;
}
</style>
background-color css
<style>
a { background-color: #73084E; }
a { background-color: rgb(115,8,78); }
div.DivClassName
{
background-color: #73084E;
}
.BgClassName
{
background-color: #73084E;
}
</style>
border-color css
<style>
span { border-color: #73084E; }
span { border-color: rgb(115,8,78); }
td.TdClassName
{
border-color: #73084E;
}
.TagClassName
{
border-color: #73084E;
}
</style>