Shades of Tyrian Purple #730755
Tints of Tyrian Purple #730755
RGB
CMYK
RGB Variations
Color information
#730755 (or 0x730755) is known color: Tyrian Purple. HEX triplet: 73, 07 and 55. RGB value is (115,7,85). Sum of RGB (Red+Green+Blue) = 115+7+85=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #730755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730755 is #8CF8AA. Grayscale: #2F2F2F. Windows color (decimal): -9238699 or 5572467. OLE color: 5572467.
HSL color Cylindrical-coordinate representation of color #730755: hue angle of 316.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730755 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 85 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.55 |
| HSL | 316.67º | 0.89% | 0.24% | - |
| HSV(B) | 316.67º | 0.94% | 0.45% | - |
| XYZ | 8.79 | 4.45 | 8.99 | - |
| YUV | 48.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 85 | 0 | 0.94 | 0.26 | 0.55 | 316.67 | 0.89 | 0.24 |
| Hex | 73 | 7 | 55 | 0 | 5E | 1A | 37 | 13D | 59 | 18 |
| Octal | 163 | 7 | 125 | 0 | 136 | 32 | 67 | 475 | 131 | 30 |
| Binary | 1110011 | 111 | 1010101 | 0 | 1011110 | 11010 | 110111 | 100111101 | 1011001 | 11000 |
Color Harmonies of #730755
Complementary color
Monochromatic Colors of #730755
Black with #730755
Text Example
Text Example
White with #730755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730755; }
p { color: rgb(115,7,85); }
H1.HeaderClassName
{
color: #730755;
}
.AnyTagClassName
{
color: #730755;
}
</style>
background-color css
<style>
a { background-color: #730755; }
a { background-color: rgb(115,7,85); }
div.DivClassName
{
background-color: #730755;
}
.BgClassName
{
background-color: #730755;
}
</style>
border-color css
<style>
span { border-color: #730755; }
span { border-color: rgb(115,7,85); }
td.TdClassName
{
border-color: #730755;
}
.TagClassName
{
border-color: #730755;
}
</style>