Shades of Tyrian Purple #730A37
Tints of Tyrian Purple #730A37
RGB
CMYK
RGB Variations
Color information
#730A37 (or 0x730A37) is known color: Tyrian Purple. HEX triplet: 73, 0A and 37. RGB value is (115,10,55). Sum of RGB (Red+Green+Blue) = 115+10+55=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #730A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A37 is #8CF5C8. Grayscale: #2E2E2E. Windows color (decimal): -9237961 or 3607155. OLE color: 3607155.
HSL color Cylindrical-coordinate representation of color #730A37: hue angle of 334.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 #730A37 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 55 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.55 |
| HSL | 334.29º | 0.84% | 0.25% | - |
| HSV(B) | 334.29º | 0.91% | 0.45% | - |
| XYZ | 7.87 | 4.14 | 4 | - |
| YUV | 46.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 55 | 0 | 0.91 | 0.52 | 0.55 | 334.29 | 0.84 | 0.25 |
| Hex | 73 | A | 37 | 0 | 5B | 34 | 37 | 14E | 54 | 19 |
| Octal | 163 | 12 | 67 | 0 | 133 | 64 | 67 | 516 | 124 | 31 |
| Binary | 1110011 | 1010 | 110111 | 0 | 1011011 | 110100 | 110111 | 101001110 | 1010100 | 11001 |
Color Harmonies of #730A37
Complementary color
Monochromatic Colors of #730A37
Black with #730A37
Text Example
Text Example
White with #730A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A37; }
p { color: rgb(115,10,55); }
H1.HeaderClassName
{
color: #730A37;
}
.AnyTagClassName
{
color: #730A37;
}
</style>
background-color css
<style>
a { background-color: #730A37; }
a { background-color: rgb(115,10,55); }
div.DivClassName
{
background-color: #730A37;
}
.BgClassName
{
background-color: #730A37;
}
</style>
border-color css
<style>
span { border-color: #730A37; }
span { border-color: rgb(115,10,55); }
td.TdClassName
{
border-color: #730A37;
}
.TagClassName
{
border-color: #730A37;
}
</style>