Shades of Tyrian Purple #73003C
Tints of Tyrian Purple #73003C
RGB
CMYK
RGB Variations
Color information
#73003C (or 0x73003C) is known color: Tyrian Purple. HEX triplet: 73, 00 and 3C. RGB value is (115,0,60). Sum of RGB (Red+Green+Blue) = 115+0+60=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #73003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73003C is #8CFFC3. Grayscale: #292929. Windows color (decimal): -9240516 or 3932275. OLE color: 3932275.
HSL color Cylindrical-coordinate representation of color #73003C: hue angle of 328.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73003C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.48 | 0.55 |
| HSL | 328.7º | 1% | 0.23% | - |
| HSV(B) | 328.7º | 1% | 0.45% | - |
| XYZ | 7.89 | 3.97 | 4.63 | - |
| YUV | 41.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 60 | 0 | 1 | 0.48 | 0.55 | 328.7 | 1 | 0.23 |
| Hex | 73 | 0 | 3C | 0 | 64 | 30 | 37 | 149 | 64 | 17 |
| Octal | 163 | 0 | 74 | 0 | 144 | 60 | 67 | 511 | 144 | 27 |
| Binary | 1110011 | 0 | 111100 | 0 | 1100100 | 110000 | 110111 | 101001001 | 1100100 | 10111 |
Color Harmonies of #73003C
Complementary color
Monochromatic Colors of #73003C
Black with #73003C
Text Example
Text Example
White with #73003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73003C; }
p { color: rgb(115,0,60); }
H1.HeaderClassName
{
color: #73003C;
}
.AnyTagClassName
{
color: #73003C;
}
</style>
background-color css
<style>
a { background-color: #73003C; }
a { background-color: rgb(115,0,60); }
div.DivClassName
{
background-color: #73003C;
}
.BgClassName
{
background-color: #73003C;
}
</style>
border-color css
<style>
span { border-color: #73003C; }
span { border-color: rgb(115,0,60); }
td.TdClassName
{
border-color: #73003C;
}
.TagClassName
{
border-color: #73003C;
}
</style>