Shades of Tyrian Purple #730A56
Tints of Tyrian Purple #730A56
RGB
CMYK
RGB Variations
Color information
#730A56 (or 0x730A56) is known color: Tyrian Purple. HEX triplet: 73, 0A and 56. RGB value is (115,10,86). Sum of RGB (Red+Green+Blue) = 115+10+86=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #730A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A56 is #8CF5A9. Grayscale: #313131. Windows color (decimal): -9237930 or 5638771. OLE color: 5638771.
HSL color Cylindrical-coordinate representation of color #730A56: hue angle of 316.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A56 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 10 | 86 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.55 |
| HSL | 316.57º | 0.84% | 0.25% | - |
| HSV(B) | 316.57º | 0.91% | 0.45% | - |
| XYZ | 8.86 | 4.53 | 9.21 | - |
| YUV | 50.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 86 | 0 | 0.91 | 0.25 | 0.55 | 316.57 | 0.84 | 0.25 |
| Hex | 73 | A | 56 | 0 | 5B | 19 | 37 | 13D | 54 | 19 |
| Octal | 163 | 12 | 126 | 0 | 133 | 31 | 67 | 475 | 124 | 31 |
| Binary | 1110011 | 1010 | 1010110 | 0 | 1011011 | 11001 | 110111 | 100111101 | 1010100 | 11001 |
Color Harmonies of #730A56
Complementary color
Monochromatic Colors of #730A56
Black with #730A56
Text Example
Text Example
White with #730A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A56; }
p { color: rgb(115,10,86); }
H1.HeaderClassName
{
color: #730A56;
}
.AnyTagClassName
{
color: #730A56;
}
</style>
background-color css
<style>
a { background-color: #730A56; }
a { background-color: rgb(115,10,86); }
div.DivClassName
{
background-color: #730A56;
}
.BgClassName
{
background-color: #730A56;
}
</style>
border-color css
<style>
span { border-color: #730A56; }
span { border-color: rgb(115,10,86); }
td.TdClassName
{
border-color: #730A56;
}
.TagClassName
{
border-color: #730A56;
}
</style>