Shades of Tyrian Purple #73033A
Tints of Tyrian Purple #73033A
RGB
CMYK
RGB Variations
Color information
#73033A (or 0x73033A) is known color: Tyrian Purple. HEX triplet: 73, 03 and 3A. RGB value is (115,3,58). Sum of RGB (Red+Green+Blue) = 115+3+58=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73033A is #8CFCC5. Grayscale: #2A2A2A. Windows color (decimal): -9239750 or 3801971. OLE color: 3801971.
HSL color Cylindrical-coordinate representation of color #73033A: hue angle of 330.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73033A is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 58 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.55 |
| HSL | 330.54º | 0.95% | 0.23% | - |
| HSV(B) | 330.54º | 0.97% | 0.45% | - |
| XYZ | 7.87 | 4.02 | 4.36 | - |
| YUV | 42.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 58 | 0 | 0.97 | 0.50 | 0.55 | 330.54 | 0.95 | 0.23 |
| Hex | 73 | 3 | 3A | 0 | 61 | 32 | 37 | 14B | 5F | 17 |
| Octal | 163 | 3 | 72 | 0 | 141 | 62 | 67 | 513 | 137 | 27 |
| Binary | 1110011 | 11 | 111010 | 0 | 1100001 | 110010 | 110111 | 101001011 | 1011111 | 10111 |
Color Harmonies of #73033A
Complementary color
Monochromatic Colors of #73033A
Black with #73033A
Text Example
Text Example
White with #73033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73033A; }
p { color: rgb(115,3,58); }
H1.HeaderClassName
{
color: #73033A;
}
.AnyTagClassName
{
color: #73033A;
}
</style>
background-color css
<style>
a { background-color: #73033A; }
a { background-color: rgb(115,3,58); }
div.DivClassName
{
background-color: #73033A;
}
.BgClassName
{
background-color: #73033A;
}
</style>
border-color css
<style>
span { border-color: #73033A; }
span { border-color: rgb(115,3,58); }
td.TdClassName
{
border-color: #73033A;
}
.TagClassName
{
border-color: #73033A;
}
</style>