Shades of Tyrian Purple #730A43
Tints of Tyrian Purple #730A43
RGB
CMYK
RGB Variations
Color information
#730A43 (or 0x730A43) is known color: Tyrian Purple. HEX triplet: 73, 0A and 43. RGB value is (115,10,67). Sum of RGB (Red+Green+Blue) = 115+10+67=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #730A43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A43 is #8CF5BC. Grayscale: #2F2F2F. Windows color (decimal): -9237949 or 4393587. OLE color: 4393587.
HSL color Cylindrical-coordinate representation of color #730A43: hue angle of 327.43º 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 #730A43 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 67 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.55 |
| HSL | 327.43º | 0.84% | 0.25% | - |
| HSV(B) | 327.43º | 0.91% | 0.45% | - |
| XYZ | 8.19 | 4.27 | 5.7 | - |
| YUV | 47.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 67 | 0 | 0.91 | 0.42 | 0.55 | 327.43 | 0.84 | 0.25 |
| Hex | 73 | A | 43 | 0 | 5B | 2A | 37 | 147 | 54 | 19 |
| Octal | 163 | 12 | 103 | 0 | 133 | 52 | 67 | 507 | 124 | 31 |
| Binary | 1110011 | 1010 | 1000011 | 0 | 1011011 | 101010 | 110111 | 101000111 | 1010100 | 11001 |
Color Harmonies of #730A43
Complementary color
Monochromatic Colors of #730A43
Black with #730A43
Text Example
Text Example
White with #730A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A43; }
p { color: rgb(115,10,67); }
H1.HeaderClassName
{
color: #730A43;
}
.AnyTagClassName
{
color: #730A43;
}
</style>
background-color css
<style>
a { background-color: #730A43; }
a { background-color: rgb(115,10,67); }
div.DivClassName
{
background-color: #730A43;
}
.BgClassName
{
background-color: #730A43;
}
</style>
border-color css
<style>
span { border-color: #730A43; }
span { border-color: rgb(115,10,67); }
td.TdClassName
{
border-color: #730A43;
}
.TagClassName
{
border-color: #730A43;
}
</style>