Shades of Tyrian Purple #730D41
Tints of Tyrian Purple #730D41
RGB
CMYK
RGB Variations
Color information
#730D41 (or 0x730D41) is known color: Tyrian Purple. HEX triplet: 73, 0D and 41. RGB value is (115,13,65). Sum of RGB (Red+Green+Blue) = 115+13+65=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #730D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D41 is #8CF2BE. Grayscale: #313131. Windows color (decimal): -9237183 or 4263283. OLE color: 4263283.
HSL color Cylindrical-coordinate representation of color #730D41: hue angle of 329.41º 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 #730D41 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 65 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.55 |
| HSL | 329.41º | 0.8% | 0.25% | - |
| HSV(B) | 329.41º | 0.89% | 0.45% | - |
| XYZ | 8.17 | 4.31 | 5.4 | - |
| YUV | 49.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 65 | 0 | 0.89 | 0.43 | 0.55 | 329.41 | 0.8 | 0.25 |
| Hex | 73 | D | 41 | 0 | 59 | 2B | 37 | 149 | 50 | 19 |
| Octal | 163 | 15 | 101 | 0 | 131 | 53 | 67 | 511 | 120 | 31 |
| Binary | 1110011 | 1101 | 1000001 | 0 | 1011001 | 101011 | 110111 | 101001001 | 1010000 | 11001 |
Color Harmonies of #730D41
Complementary color
Monochromatic Colors of #730D41
Black with #730D41
Text Example
Text Example
White with #730D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D41; }
p { color: rgb(115,13,65); }
H1.HeaderClassName
{
color: #730D41;
}
.AnyTagClassName
{
color: #730D41;
}
</style>
background-color css
<style>
a { background-color: #730D41; }
a { background-color: rgb(115,13,65); }
div.DivClassName
{
background-color: #730D41;
}
.BgClassName
{
background-color: #730D41;
}
</style>
border-color css
<style>
span { border-color: #730D41; }
span { border-color: rgb(115,13,65); }
td.TdClassName
{
border-color: #730D41;
}
.TagClassName
{
border-color: #730D41;
}
</style>