Shades of Tyrian Purple #730B39
Tints of Tyrian Purple #730B39
RGB
CMYK
RGB Variations
Color information
#730B39 (or 0x730B39) is known color: Tyrian Purple. HEX triplet: 73, 0B and 39. RGB value is (115,11,57). Sum of RGB (Red+Green+Blue) = 115+11+57=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730B39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730B39 is #8CF4C6. Grayscale: #2F2F2F. Windows color (decimal): -9237703 or 3738483. OLE color: 3738483.
HSL color Cylindrical-coordinate representation of color #730B39: hue angle of 333.46º 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 #730B39 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 57 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.55 |
| HSL | 333.46º | 0.83% | 0.25% | - |
| HSV(B) | 333.46º | 0.9% | 0.45% | - |
| XYZ | 7.93 | 4.18 | 4.26 | - |
| YUV | 47.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 57 | 0 | 0.90 | 0.50 | 0.55 | 333.46 | 0.83 | 0.25 |
| Hex | 73 | B | 39 | 0 | 5A | 32 | 37 | 14D | 53 | 19 |
| Octal | 163 | 13 | 71 | 0 | 132 | 62 | 67 | 515 | 123 | 31 |
| Binary | 1110011 | 1011 | 111001 | 0 | 1011010 | 110010 | 110111 | 101001101 | 1010011 | 11001 |
Color Harmonies of #730B39
Complementary color
Monochromatic Colors of #730B39
Black with #730B39
Text Example
Text Example
White with #730B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B39; }
p { color: rgb(115,11,57); }
H1.HeaderClassName
{
color: #730B39;
}
.AnyTagClassName
{
color: #730B39;
}
</style>
background-color css
<style>
a { background-color: #730B39; }
a { background-color: rgb(115,11,57); }
div.DivClassName
{
background-color: #730B39;
}
.BgClassName
{
background-color: #730B39;
}
</style>
border-color css
<style>
span { border-color: #730B39; }
span { border-color: rgb(115,11,57); }
td.TdClassName
{
border-color: #730B39;
}
.TagClassName
{
border-color: #730B39;
}
</style>