Shades of Tyrian Purple #730A45
Tints of Tyrian Purple #730A45
RGB
CMYK
RGB Variations
Color information
#730A45 (or 0x730A45) is known color: Tyrian Purple. HEX triplet: 73, 0A and 45. RGB value is (115,10,69). Sum of RGB (Red+Green+Blue) = 115+10+69=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #730A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A45 is #8CF5BA. Grayscale: #2F2F2F. Windows color (decimal): -9237947 or 4524659. OLE color: 4524659.
HSL color Cylindrical-coordinate representation of color #730A45: hue angle of 326.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A45 is Cyan = 0, Magento = 0.91, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 69 | - |
| CMYK | 0 | 0.91 | 0.4 | 0.55 |
| HSL | 326.29º | 0.84% | 0.25% | - |
| HSV(B) | 326.29º | 0.91% | 0.45% | - |
| XYZ | 8.25 | 4.29 | 6.02 | - |
| YUV | 48.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 69 | 0 | 0.91 | 0.4 | 0.55 | 326.29 | 0.84 | 0.25 |
| Hex | 73 | A | 45 | 0 | 5B | 28 | 37 | 146 | 54 | 19 |
| Octal | 163 | 12 | 105 | 0 | 133 | 50 | 67 | 506 | 124 | 31 |
| Binary | 1110011 | 1010 | 1000101 | 0 | 1011011 | 101000 | 110111 | 101000110 | 1010100 | 11001 |
Color Harmonies of #730A45
Complementary color
Monochromatic Colors of #730A45
Black with #730A45
Text Example
Text Example
White with #730A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A45; }
p { color: rgb(115,10,69); }
H1.HeaderClassName
{
color: #730A45;
}
.AnyTagClassName
{
color: #730A45;
}
</style>
background-color css
<style>
a { background-color: #730A45; }
a { background-color: rgb(115,10,69); }
div.DivClassName
{
background-color: #730A45;
}
.BgClassName
{
background-color: #730A45;
}
</style>
border-color css
<style>
span { border-color: #730A45; }
span { border-color: rgb(115,10,69); }
td.TdClassName
{
border-color: #730A45;
}
.TagClassName
{
border-color: #730A45;
}
</style>