Shades of Tyrian Purple #730750
Tints of Tyrian Purple #730750
RGB
CMYK
RGB Variations
Color information
#730750 (or 0x730750) is known color: Tyrian Purple. HEX triplet: 73, 07 and 50. RGB value is (115,7,80). Sum of RGB (Red+Green+Blue) = 115+7+80=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #730750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730750 is #8CF8AF. Grayscale: #2F2F2F. Windows color (decimal): -9238704 or 5244787. OLE color: 5244787.
HSL color Cylindrical-coordinate representation of color #730750: hue angle of 319.44º 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 #730750 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 80 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.55 |
| HSL | 319.44º | 0.89% | 0.24% | - |
| HSV(B) | 319.44º | 0.94% | 0.45% | - |
| XYZ | 8.59 | 4.38 | 7.98 | - |
| YUV | 47.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 80 | 0 | 0.94 | 0.30 | 0.55 | 319.44 | 0.89 | 0.24 |
| Hex | 73 | 7 | 50 | 0 | 5E | 1E | 37 | 13F | 59 | 18 |
| Octal | 163 | 7 | 120 | 0 | 136 | 36 | 67 | 477 | 131 | 30 |
| Binary | 1110011 | 111 | 1010000 | 0 | 1011110 | 11110 | 110111 | 100111111 | 1011001 | 11000 |
Color Harmonies of #730750
Complementary color
Monochromatic Colors of #730750
Black with #730750
Text Example
Text Example
White with #730750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730750; }
p { color: rgb(115,7,80); }
H1.HeaderClassName
{
color: #730750;
}
.AnyTagClassName
{
color: #730750;
}
</style>
background-color css
<style>
a { background-color: #730750; }
a { background-color: rgb(115,7,80); }
div.DivClassName
{
background-color: #730750;
}
.BgClassName
{
background-color: #730750;
}
</style>
border-color css
<style>
span { border-color: #730750; }
span { border-color: rgb(115,7,80); }
td.TdClassName
{
border-color: #730750;
}
.TagClassName
{
border-color: #730750;
}
</style>