Shades of Tyrian Purple #73033C
Tints of Tyrian Purple #73033C
RGB
CMYK
RGB Variations
Color information
#73033C (or 0x73033C) is known color: Tyrian Purple. HEX triplet: 73, 03 and 3C. RGB value is (115,3,60). Sum of RGB (Red+Green+Blue) = 115+3+60=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73033C is #8CFCC3. Grayscale: #2A2A2A. Windows color (decimal): -9239748 or 3933043. OLE color: 3933043.
HSL color Cylindrical-coordinate representation of color #73033C: hue angle of 329.46º 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 #73033C is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 3 | 60 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.55 |
| HSL | 329.46º | 0.95% | 0.23% | - |
| HSV(B) | 329.46º | 0.97% | 0.45% | - |
| XYZ | 7.92 | 4.04 | 4.64 | - |
| YUV | 42.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 60 | 0 | 0.97 | 0.48 | 0.55 | 329.46 | 0.95 | 0.23 |
| Hex | 73 | 3 | 3C | 0 | 61 | 30 | 37 | 149 | 5F | 17 |
| Octal | 163 | 3 | 74 | 0 | 141 | 60 | 67 | 511 | 137 | 27 |
| Binary | 1110011 | 11 | 111100 | 0 | 1100001 | 110000 | 110111 | 101001001 | 1011111 | 10111 |
Color Harmonies of #73033C
Complementary color
Monochromatic Colors of #73033C
Black with #73033C
Text Example
Text Example
White with #73033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73033C; }
p { color: rgb(115,3,60); }
H1.HeaderClassName
{
color: #73033C;
}
.AnyTagClassName
{
color: #73033C;
}
</style>
background-color css
<style>
a { background-color: #73033C; }
a { background-color: rgb(115,3,60); }
div.DivClassName
{
background-color: #73033C;
}
.BgClassName
{
background-color: #73033C;
}
</style>
border-color css
<style>
span { border-color: #73033C; }
span { border-color: rgb(115,3,60); }
td.TdClassName
{
border-color: #73033C;
}
.TagClassName
{
border-color: #73033C;
}
</style>