Shades of Tyrian Purple #73093D
Tints of Tyrian Purple #73093D
RGB
CMYK
RGB Variations
Color information
#73093D (or 0x73093D) is known color: Tyrian Purple. HEX triplet: 73, 09 and 3D. RGB value is (115,9,61). Sum of RGB (Red+Green+Blue) = 115+9+61=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73093D is #8CF6C2. Grayscale: #2E2E2E. Windows color (decimal): -9238211 or 4000115. OLE color: 4000115.
HSL color Cylindrical-coordinate representation of color #73093D: hue angle of 330.57º 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 #73093D is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 61 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.55 |
| HSL | 330.57º | 0.85% | 0.24% | - |
| HSV(B) | 330.57º | 0.92% | 0.45% | - |
| XYZ | 8.01 | 4.18 | 4.8 | - |
| YUV | 46.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 61 | 0 | 0.92 | 0.47 | 0.55 | 330.57 | 0.85 | 0.24 |
| Hex | 73 | 9 | 3D | 0 | 5C | 2F | 37 | 14B | 55 | 18 |
| Octal | 163 | 11 | 75 | 0 | 134 | 57 | 67 | 513 | 125 | 30 |
| Binary | 1110011 | 1001 | 111101 | 0 | 1011100 | 101111 | 110111 | 101001011 | 1010101 | 11000 |
Color Harmonies of #73093D
Complementary color
Monochromatic Colors of #73093D
Black with #73093D
Text Example
Text Example
White with #73093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73093D; }
p { color: rgb(115,9,61); }
H1.HeaderClassName
{
color: #73093D;
}
.AnyTagClassName
{
color: #73093D;
}
</style>
background-color css
<style>
a { background-color: #73093D; }
a { background-color: rgb(115,9,61); }
div.DivClassName
{
background-color: #73093D;
}
.BgClassName
{
background-color: #73093D;
}
</style>
border-color css
<style>
span { border-color: #73093D; }
span { border-color: rgb(115,9,61); }
td.TdClassName
{
border-color: #73093D;
}
.TagClassName
{
border-color: #73093D;
}
</style>