Shades of Tyrian Purple #73094D
Tints of Tyrian Purple #73094D
RGB
CMYK
RGB Variations
Color information
#73094D (or 0x73094D) is known color: Tyrian Purple. HEX triplet: 73, 09 and 4D. RGB value is (115,9,77). Sum of RGB (Red+Green+Blue) = 115+9+77=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73094D is #8CF6B2. Grayscale: #303030. Windows color (decimal): -9238195 or 5048691. OLE color: 5048691.
HSL color Cylindrical-coordinate representation of color #73094D: hue angle of 321.51º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73094D is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 77 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.55 |
| HSL | 321.51º | 0.85% | 0.24% | - |
| HSV(B) | 321.51º | 0.92% | 0.45% | - |
| XYZ | 8.51 | 4.38 | 7.42 | - |
| YUV | 48.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 77 | 0 | 0.92 | 0.33 | 0.55 | 321.51 | 0.85 | 0.24 |
| Hex | 73 | 9 | 4D | 0 | 5C | 21 | 37 | 142 | 55 | 18 |
| Octal | 163 | 11 | 115 | 0 | 134 | 41 | 67 | 502 | 125 | 30 |
| Binary | 1110011 | 1001 | 1001101 | 0 | 1011100 | 100001 | 110111 | 101000010 | 1010101 | 11000 |
Color Harmonies of #73094D
Complementary color
Monochromatic Colors of #73094D
Black with #73094D
Text Example
Text Example
White with #73094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73094D; }
p { color: rgb(115,9,77); }
H1.HeaderClassName
{
color: #73094D;
}
.AnyTagClassName
{
color: #73094D;
}
</style>
background-color css
<style>
a { background-color: #73094D; }
a { background-color: rgb(115,9,77); }
div.DivClassName
{
background-color: #73094D;
}
.BgClassName
{
background-color: #73094D;
}
</style>
border-color css
<style>
span { border-color: #73094D; }
span { border-color: rgb(115,9,77); }
td.TdClassName
{
border-color: #73094D;
}
.TagClassName
{
border-color: #73094D;
}
</style>