Shades of Tyrian Purple #73053C
Tints of Tyrian Purple #73053C
RGB
CMYK
RGB Variations
Color information
#73053C (or 0x73053C) is known color: Tyrian Purple. HEX triplet: 73, 05 and 3C. RGB value is (115,5,60). Sum of RGB (Red+Green+Blue) = 115+5+60=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73053C is #8CFAC3. Grayscale: #2C2C2C. Windows color (decimal): -9239236 or 3933555. OLE color: 3933555.
HSL color Cylindrical-coordinate representation of color #73053C: hue angle of 330º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73053C is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.55 |
| HSL | 330º | 0.92% | 0.24% | - |
| HSV(B) | 330º | 0.96% | 0.45% | - |
| XYZ | 7.94 | 4.08 | 4.64 | - |
| YUV | 44.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 60 | 0 | 0.96 | 0.48 | 0.55 | 330 | 0.92 | 0.24 |
| Hex | 73 | 5 | 3C | 0 | 60 | 30 | 37 | 14A | 5C | 18 |
| Octal | 163 | 5 | 74 | 0 | 140 | 60 | 67 | 512 | 134 | 30 |
| Binary | 1110011 | 101 | 111100 | 0 | 1100000 | 110000 | 110111 | 101001010 | 1011100 | 11000 |
Color Harmonies of #73053C
Complementary color
Monochromatic Colors of #73053C
Black with #73053C
Text Example
Text Example
White with #73053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73053C; }
p { color: rgb(115,5,60); }
H1.HeaderClassName
{
color: #73053C;
}
.AnyTagClassName
{
color: #73053C;
}
</style>
background-color css
<style>
a { background-color: #73053C; }
a { background-color: rgb(115,5,60); }
div.DivClassName
{
background-color: #73053C;
}
.BgClassName
{
background-color: #73053C;
}
</style>
border-color css
<style>
span { border-color: #73053C; }
span { border-color: rgb(115,5,60); }
td.TdClassName
{
border-color: #73053C;
}
.TagClassName
{
border-color: #73053C;
}
</style>