Shades of Tyrian Purple #73063E
Tints of Tyrian Purple #73063E
RGB
CMYK
RGB Variations
Color information
#73063E (or 0x73063E) is known color: Tyrian Purple. HEX triplet: 73, 06 and 3E. RGB value is (115,6,62). Sum of RGB (Red+Green+Blue) = 115+6+62=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73063E is #8CF9C1. Grayscale: #2C2C2C. Windows color (decimal): -9238978 or 4064883. OLE color: 4064883.
HSL color Cylindrical-coordinate representation of color #73063E: hue angle of 329.17º 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 #73063E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 6 | 62 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.55 |
| HSL | 329.17º | 0.9% | 0.24% | - |
| HSV(B) | 329.17º | 0.95% | 0.45% | - |
| XYZ | 8 | 4.12 | 4.93 | - |
| YUV | 44.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 6 | 62 | 0 | 0.95 | 0.46 | 0.55 | 329.17 | 0.9 | 0.24 |
| Hex | 73 | 6 | 3E | 0 | 5F | 2E | 37 | 149 | 5A | 18 |
| Octal | 163 | 6 | 76 | 0 | 137 | 56 | 67 | 511 | 132 | 30 |
| Binary | 1110011 | 110 | 111110 | 0 | 1011111 | 101110 | 110111 | 101001001 | 1011010 | 11000 |
Color Harmonies of #73063E
Complementary color
Monochromatic Colors of #73063E
Black with #73063E
Text Example
Text Example
White with #73063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73063E; }
p { color: rgb(115,6,62); }
H1.HeaderClassName
{
color: #73063E;
}
.AnyTagClassName
{
color: #73063E;
}
</style>
background-color css
<style>
a { background-color: #73063E; }
a { background-color: rgb(115,6,62); }
div.DivClassName
{
background-color: #73063E;
}
.BgClassName
{
background-color: #73063E;
}
</style>
border-color css
<style>
span { border-color: #73063E; }
span { border-color: rgb(115,6,62); }
td.TdClassName
{
border-color: #73063E;
}
.TagClassName
{
border-color: #73063E;
}
</style>