Shades of Tyrian Purple #730B44
Tints of Tyrian Purple #730B44
RGB
CMYK
RGB Variations
Color information
#730B44 (or 0x730B44) is known color: Tyrian Purple. HEX triplet: 73, 0B and 44. RGB value is (115,11,68). Sum of RGB (Red+Green+Blue) = 115+11+68=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #730B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B44 is #8CF4BB. Grayscale: #303030. Windows color (decimal): -9237692 or 4459379. OLE color: 4459379.
HSL color Cylindrical-coordinate representation of color #730B44: hue angle of 327.12º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B44 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 68 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.55 |
| HSL | 327.12º | 0.83% | 0.25% | - |
| HSV(B) | 327.12º | 0.9% | 0.45% | - |
| XYZ | 8.23 | 4.3 | 5.87 | - |
| YUV | 48.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 68 | 0 | 0.90 | 0.41 | 0.55 | 327.12 | 0.83 | 0.25 |
| Hex | 73 | B | 44 | 0 | 5A | 29 | 37 | 147 | 53 | 19 |
| Octal | 163 | 13 | 104 | 0 | 132 | 51 | 67 | 507 | 123 | 31 |
| Binary | 1110011 | 1011 | 1000100 | 0 | 1011010 | 101001 | 110111 | 101000111 | 1010011 | 11001 |
Color Harmonies of #730B44
Complementary color
Monochromatic Colors of #730B44
Black with #730B44
Text Example
Text Example
White with #730B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B44; }
p { color: rgb(115,11,68); }
H1.HeaderClassName
{
color: #730B44;
}
.AnyTagClassName
{
color: #730B44;
}
</style>
background-color css
<style>
a { background-color: #730B44; }
a { background-color: rgb(115,11,68); }
div.DivClassName
{
background-color: #730B44;
}
.BgClassName
{
background-color: #730B44;
}
</style>
border-color css
<style>
span { border-color: #730B44; }
span { border-color: rgb(115,11,68); }
td.TdClassName
{
border-color: #730B44;
}
.TagClassName
{
border-color: #730B44;
}
</style>