Shades of Tyrian Purple #730A38
Tints of Tyrian Purple #730A38
RGB
CMYK
RGB Variations
Color information
#730A38 (or 0x730A38) is known color: Tyrian Purple. HEX triplet: 73, 0A and 38. RGB value is (115,10,56). Sum of RGB (Red+Green+Blue) = 115+10+56=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #730A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A38 is #8CF5C7. Grayscale: #2E2E2E. Windows color (decimal): -9237960 or 3672691. OLE color: 3672691.
HSL color Cylindrical-coordinate representation of color #730A38: hue angle of 333.71º 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 #730A38 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 56 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.55 |
| HSL | 333.71º | 0.84% | 0.25% | - |
| HSV(B) | 333.71º | 0.91% | 0.45% | - |
| XYZ | 7.89 | 4.15 | 4.13 | - |
| YUV | 46.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 56 | 0 | 0.91 | 0.51 | 0.55 | 333.71 | 0.84 | 0.25 |
| Hex | 73 | A | 38 | 0 | 5B | 33 | 37 | 14E | 54 | 19 |
| Octal | 163 | 12 | 70 | 0 | 133 | 63 | 67 | 516 | 124 | 31 |
| Binary | 1110011 | 1010 | 111000 | 0 | 1011011 | 110011 | 110111 | 101001110 | 1010100 | 11001 |
Color Harmonies of #730A38
Complementary color
Monochromatic Colors of #730A38
Black with #730A38
Text Example
Text Example
White with #730A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A38; }
p { color: rgb(115,10,56); }
H1.HeaderClassName
{
color: #730A38;
}
.AnyTagClassName
{
color: #730A38;
}
</style>
background-color css
<style>
a { background-color: #730A38; }
a { background-color: rgb(115,10,56); }
div.DivClassName
{
background-color: #730A38;
}
.BgClassName
{
background-color: #730A38;
}
</style>
border-color css
<style>
span { border-color: #730A38; }
span { border-color: rgb(115,10,56); }
td.TdClassName
{
border-color: #730A38;
}
.TagClassName
{
border-color: #730A38;
}
</style>