Shades of Tyrian Purple #730A47
Tints of Tyrian Purple #730A47
RGB
CMYK
RGB Variations
Color information
#730A47 (or 0x730A47) is known color: Tyrian Purple. HEX triplet: 73, 0A and 47. RGB value is (115,10,71). Sum of RGB (Red+Green+Blue) = 115+10+71=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #730A47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A47 is #8CF5B8. Grayscale: #303030. Windows color (decimal): -9237945 or 4655731. OLE color: 4655731.
HSL color Cylindrical-coordinate representation of color #730A47: hue angle of 325.14º 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 #730A47 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 71 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.55 |
| HSL | 325.14º | 0.84% | 0.25% | - |
| HSV(B) | 325.14º | 0.91% | 0.45% | - |
| XYZ | 8.32 | 4.32 | 6.36 | - |
| YUV | 48.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 71 | 0 | 0.91 | 0.38 | 0.55 | 325.14 | 0.84 | 0.25 |
| Hex | 73 | A | 47 | 0 | 5B | 26 | 37 | 145 | 54 | 19 |
| Octal | 163 | 12 | 107 | 0 | 133 | 46 | 67 | 505 | 124 | 31 |
| Binary | 1110011 | 1010 | 1000111 | 0 | 1011011 | 100110 | 110111 | 101000101 | 1010100 | 11001 |
Color Harmonies of #730A47
Complementary color
Monochromatic Colors of #730A47
Black with #730A47
Text Example
Text Example
White with #730A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A47; }
p { color: rgb(115,10,71); }
H1.HeaderClassName
{
color: #730A47;
}
.AnyTagClassName
{
color: #730A47;
}
</style>
background-color css
<style>
a { background-color: #730A47; }
a { background-color: rgb(115,10,71); }
div.DivClassName
{
background-color: #730A47;
}
.BgClassName
{
background-color: #730A47;
}
</style>
border-color css
<style>
span { border-color: #730A47; }
span { border-color: rgb(115,10,71); }
td.TdClassName
{
border-color: #730A47;
}
.TagClassName
{
border-color: #730A47;
}
</style>