Shades of Tyrian Purple #730A41
Tints of Tyrian Purple #730A41
RGB
CMYK
RGB Variations
Color information
#730A41 (or 0x730A41) is known color: Tyrian Purple. HEX triplet: 73, 0A and 41. RGB value is (115,10,65). Sum of RGB (Red+Green+Blue) = 115+10+65=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #730A41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A41 is #8CF5BE. Grayscale: #2F2F2F. Windows color (decimal): -9237951 or 4262515. OLE color: 4262515.
HSL color Cylindrical-coordinate representation of color #730A41: hue angle of 328.57º 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 #730A41 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 65 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.55 |
| HSL | 328.57º | 0.84% | 0.25% | - |
| HSV(B) | 328.57º | 0.91% | 0.45% | - |
| XYZ | 8.13 | 4.24 | 5.39 | - |
| YUV | 47.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 65 | 0 | 0.91 | 0.43 | 0.55 | 328.57 | 0.84 | 0.25 |
| Hex | 73 | A | 41 | 0 | 5B | 2B | 37 | 149 | 54 | 19 |
| Octal | 163 | 12 | 101 | 0 | 133 | 53 | 67 | 511 | 124 | 31 |
| Binary | 1110011 | 1010 | 1000001 | 0 | 1011011 | 101011 | 110111 | 101001001 | 1010100 | 11001 |
Color Harmonies of #730A41
Complementary color
Monochromatic Colors of #730A41
Black with #730A41
Text Example
Text Example
White with #730A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A41; }
p { color: rgb(115,10,65); }
H1.HeaderClassName
{
color: #730A41;
}
.AnyTagClassName
{
color: #730A41;
}
</style>
background-color css
<style>
a { background-color: #730A41; }
a { background-color: rgb(115,10,65); }
div.DivClassName
{
background-color: #730A41;
}
.BgClassName
{
background-color: #730A41;
}
</style>
border-color css
<style>
span { border-color: #730A41; }
span { border-color: rgb(115,10,65); }
td.TdClassName
{
border-color: #730A41;
}
.TagClassName
{
border-color: #730A41;
}
</style>