Shades of Tyrian Purple #73064D
Tints of Tyrian Purple #73064D
RGB
CMYK
RGB Variations
Color information
#73064D (or 0x73064D) is known color: Tyrian Purple. HEX triplet: 73, 06 and 4D. RGB value is (115,6,77). Sum of RGB (Red+Green+Blue) = 115+6+77=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73064D is #8CF9B2. Grayscale: #2E2E2E. Windows color (decimal): -9238963 or 5047923. OLE color: 5047923.
HSL color Cylindrical-coordinate representation of color #73064D: hue angle of 320.92º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73064D is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 77 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.55 |
| HSL | 320.92º | 0.9% | 0.24% | - |
| HSV(B) | 320.92º | 0.95% | 0.45% | - |
| XYZ | 8.47 | 4.31 | 7.41 | - |
| YUV | 46.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 77 | 0 | 0.95 | 0.33 | 0.55 | 320.92 | 0.9 | 0.24 |
| Hex | 73 | 6 | 4D | 0 | 5F | 21 | 37 | 141 | 5A | 18 |
| Octal | 163 | 6 | 115 | 0 | 137 | 41 | 67 | 501 | 132 | 30 |
| Binary | 1110011 | 110 | 1001101 | 0 | 1011111 | 100001 | 110111 | 101000001 | 1011010 | 11000 |
Color Harmonies of #73064D
Complementary color
Monochromatic Colors of #73064D
Black with #73064D
Text Example
Text Example
White with #73064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73064D; }
p { color: rgb(115,6,77); }
H1.HeaderClassName
{
color: #73064D;
}
.AnyTagClassName
{
color: #73064D;
}
</style>
background-color css
<style>
a { background-color: #73064D; }
a { background-color: rgb(115,6,77); }
div.DivClassName
{
background-color: #73064D;
}
.BgClassName
{
background-color: #73064D;
}
</style>
border-color css
<style>
span { border-color: #73064D; }
span { border-color: rgb(115,6,77); }
td.TdClassName
{
border-color: #73064D;
}
.TagClassName
{
border-color: #73064D;
}
</style>