Shades of Tyrian Purple #73073D
Tints of Tyrian Purple #73073D
RGB
CMYK
RGB Variations
Color information
#73073D (or 0x73073D) is known color: Tyrian Purple. HEX triplet: 73, 07 and 3D. RGB value is (115,7,61). Sum of RGB (Red+Green+Blue) = 115+7+61=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73073D is #8CF8C2. Grayscale: #2D2D2D. Windows color (decimal): -9238723 or 3999603. OLE color: 3999603.
HSL color Cylindrical-coordinate representation of color #73073D: hue angle of 330º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73073D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 61 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.55 |
| HSL | 330º | 0.89% | 0.24% | - |
| HSV(B) | 330º | 0.94% | 0.45% | - |
| XYZ | 7.99 | 4.13 | 4.79 | - |
| YUV | 45.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 61 | 0 | 0.94 | 0.47 | 0.55 | 330 | 0.89 | 0.24 |
| Hex | 73 | 7 | 3D | 0 | 5E | 2F | 37 | 14A | 59 | 18 |
| Octal | 163 | 7 | 75 | 0 | 136 | 57 | 67 | 512 | 131 | 30 |
| Binary | 1110011 | 111 | 111101 | 0 | 1011110 | 101111 | 110111 | 101001010 | 1011001 | 11000 |
Color Harmonies of #73073D
Complementary color
Monochromatic Colors of #73073D
Black with #73073D
Text Example
Text Example
White with #73073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73073D; }
p { color: rgb(115,7,61); }
H1.HeaderClassName
{
color: #73073D;
}
.AnyTagClassName
{
color: #73073D;
}
</style>
background-color css
<style>
a { background-color: #73073D; }
a { background-color: rgb(115,7,61); }
div.DivClassName
{
background-color: #73073D;
}
.BgClassName
{
background-color: #73073D;
}
</style>
border-color css
<style>
span { border-color: #73073D; }
span { border-color: rgb(115,7,61); }
td.TdClassName
{
border-color: #73073D;
}
.TagClassName
{
border-color: #73073D;
}
</style>