Shades of Tyrian Purple #730D37
Tints of Tyrian Purple #730D37
RGB
CMYK
RGB Variations
Color information
#730D37 (or 0x730D37) is known color: Tyrian Purple. HEX triplet: 73, 0D and 37. RGB value is (115,13,55). Sum of RGB (Red+Green+Blue) = 115+13+55=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D37 is #8CF2C8. Grayscale: #303030. Windows color (decimal): -9237193 or 3607923. OLE color: 3607923.
HSL color Cylindrical-coordinate representation of color #730D37: hue angle of 335.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D37 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 55 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.55 |
| HSL | 335.29º | 0.8% | 0.25% | - |
| HSV(B) | 335.29º | 0.89% | 0.45% | - |
| XYZ | 7.9 | 4.21 | 4.01 | - |
| YUV | 48.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 55 | 0 | 0.89 | 0.52 | 0.55 | 335.29 | 0.8 | 0.25 |
| Hex | 73 | D | 37 | 0 | 59 | 34 | 37 | 14F | 50 | 19 |
| Octal | 163 | 15 | 67 | 0 | 131 | 64 | 67 | 517 | 120 | 31 |
| Binary | 1110011 | 1101 | 110111 | 0 | 1011001 | 110100 | 110111 | 101001111 | 1010000 | 11001 |
Color Harmonies of #730D37
Complementary color
Monochromatic Colors of #730D37
Black with #730D37
Text Example
Text Example
White with #730D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D37; }
p { color: rgb(115,13,55); }
H1.HeaderClassName
{
color: #730D37;
}
.AnyTagClassName
{
color: #730D37;
}
</style>
background-color css
<style>
a { background-color: #730D37; }
a { background-color: rgb(115,13,55); }
div.DivClassName
{
background-color: #730D37;
}
.BgClassName
{
background-color: #730D37;
}
</style>
border-color css
<style>
span { border-color: #730D37; }
span { border-color: rgb(115,13,55); }
td.TdClassName
{
border-color: #730D37;
}
.TagClassName
{
border-color: #730D37;
}
</style>