Shades of Tyrian Purple #730434
Tints of Tyrian Purple #730434
RGB
CMYK
RGB Variations
Color information
#730434 (or 0x730434) is known color: Tyrian Purple. HEX triplet: 73, 04 and 34. RGB value is (115,4,52). Sum of RGB (Red+Green+Blue) = 115+4+52=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #730434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730434 is #8CFBCB. Grayscale: #2A2A2A. Windows color (decimal): -9239500 or 3409011. OLE color: 3409011.
HSL color Cylindrical-coordinate representation of color #730434: hue angle of 334.05º degrees, saturation: 0.93, 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 #730434 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 4 | 52 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.55 |
| HSL | 334.05º | 0.93% | 0.23% | - |
| HSV(B) | 334.05º | 0.97% | 0.45% | - |
| XYZ | 7.73 | 3.98 | 3.61 | - |
| YUV | 42.66 | 133.27 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 52 | 0 | 0.97 | 0.55 | 0.55 | 334.05 | 0.93 | 0.23 |
| Hex | 73 | 4 | 34 | 0 | 61 | 37 | 37 | 14E | 5D | 17 |
| Octal | 163 | 4 | 64 | 0 | 141 | 67 | 67 | 516 | 135 | 27 |
| Binary | 1110011 | 100 | 110100 | 0 | 1100001 | 110111 | 110111 | 101001110 | 1011101 | 10111 |
Color Harmonies of #730434
Complementary color
Monochromatic Colors of #730434
Black with #730434
Text Example
Text Example
White with #730434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730434; }
p { color: rgb(115,4,52); }
H1.HeaderClassName
{
color: #730434;
}
.AnyTagClassName
{
color: #730434;
}
</style>
background-color css
<style>
a { background-color: #730434; }
a { background-color: rgb(115,4,52); }
div.DivClassName
{
background-color: #730434;
}
.BgClassName
{
background-color: #730434;
}
</style>
border-color css
<style>
span { border-color: #730434; }
span { border-color: rgb(115,4,52); }
td.TdClassName
{
border-color: #730434;
}
.TagClassName
{
border-color: #730434;
}
</style>