Shades of Tyrian Purple #730951
Tints of Tyrian Purple #730951
RGB
CMYK
RGB Variations
Color information
#730951 (or 0x730951) is known color: Tyrian Purple. HEX triplet: 73, 09 and 51. RGB value is (115,9,81). Sum of RGB (Red+Green+Blue) = 115+9+81=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730951 is #8CF6AE. Grayscale: #303030. Windows color (decimal): -9238191 or 5310835. OLE color: 5310835.
HSL color Cylindrical-coordinate representation of color #730951: hue angle of 319.25º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730951 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 9 | 81 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.55 |
| HSL | 319.25º | 0.85% | 0.24% | - |
| HSV(B) | 319.25º | 0.92% | 0.45% | - |
| XYZ | 8.65 | 4.43 | 8.18 | - |
| YUV | 48.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 81 | 0 | 0.92 | 0.30 | 0.55 | 319.25 | 0.85 | 0.24 |
| Hex | 73 | 9 | 51 | 0 | 5C | 1E | 37 | 13F | 55 | 18 |
| Octal | 163 | 11 | 121 | 0 | 134 | 36 | 67 | 477 | 125 | 30 |
| Binary | 1110011 | 1001 | 1010001 | 0 | 1011100 | 11110 | 110111 | 100111111 | 1010101 | 11000 |
Color Harmonies of #730951
Complementary color
Monochromatic Colors of #730951
Black with #730951
Text Example
Text Example
White with #730951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730951; }
p { color: rgb(115,9,81); }
H1.HeaderClassName
{
color: #730951;
}
.AnyTagClassName
{
color: #730951;
}
</style>
background-color css
<style>
a { background-color: #730951; }
a { background-color: rgb(115,9,81); }
div.DivClassName
{
background-color: #730951;
}
.BgClassName
{
background-color: #730951;
}
</style>
border-color css
<style>
span { border-color: #730951; }
span { border-color: rgb(115,9,81); }
td.TdClassName
{
border-color: #730951;
}
.TagClassName
{
border-color: #730951;
}
</style>