Shades of Tyrian Purple #710C49
Tints of Tyrian Purple #710C49
RGB
CMYK
RGB Variations
Color information
#710C49 (or 0x710C49) is known color: Tyrian Purple. HEX triplet: 71, 0C and 49. RGB value is (113,12,73). Sum of RGB (Red+Green+Blue) = 113+12+73=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #710C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C49 is #8EF3B6. Grayscale: #313131. Windows color (decimal): -9368503 or 4787313. OLE color: 4787313.
HSL color Cylindrical-coordinate representation of color #710C49: hue angle of 323.76º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C49 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 73 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.56 |
| HSL | 323.76º | 0.81% | 0.25% | - |
| HSV(B) | 323.76º | 0.89% | 0.44% | - |
| XYZ | 8.14 | 4.25 | 6.7 | - |
| YUV | 49.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 73 | 0 | 0.89 | 0.35 | 0.56 | 323.76 | 0.81 | 0.25 |
| Hex | 71 | C | 49 | 0 | 59 | 23 | 38 | 144 | 51 | 19 |
| Octal | 161 | 14 | 111 | 0 | 131 | 43 | 70 | 504 | 121 | 31 |
| Binary | 1110001 | 1100 | 1001001 | 0 | 1011001 | 100011 | 111000 | 101000100 | 1010001 | 11001 |
Color Harmonies of #710C49
Complementary color
Monochromatic Colors of #710C49
Black with #710C49
Text Example
Text Example
White with #710C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C49; }
p { color: rgb(113,12,73); }
H1.HeaderClassName
{
color: #710C49;
}
.AnyTagClassName
{
color: #710C49;
}
</style>
background-color css
<style>
a { background-color: #710C49; }
a { background-color: rgb(113,12,73); }
div.DivClassName
{
background-color: #710C49;
}
.BgClassName
{
background-color: #710C49;
}
</style>
border-color css
<style>
span { border-color: #710C49; }
span { border-color: rgb(113,12,73); }
td.TdClassName
{
border-color: #710C49;
}
.TagClassName
{
border-color: #710C49;
}
</style>