Shades of Tyrian Purple #710C56
Tints of Tyrian Purple #710C56
RGB
CMYK
RGB Variations
Color information
#710C56 (or 0x710C56) is known color: Tyrian Purple. HEX triplet: 71, 0C and 56. RGB value is (113,12,86). Sum of RGB (Red+Green+Blue) = 113+12+86=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #710C56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C56 is #8EF3A9. Grayscale: #323232. Windows color (decimal): -9368490 or 5639281. OLE color: 5639281.
HSL color Cylindrical-coordinate representation of color #710C56: hue angle of 316.04º 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 #710C56 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 86 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.56 |
| HSL | 316.04º | 0.81% | 0.25% | - |
| HSV(B) | 316.04º | 0.89% | 0.44% | - |
| XYZ | 8.62 | 4.45 | 9.21 | - |
| YUV | 50.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 86 | 0 | 0.89 | 0.24 | 0.56 | 316.04 | 0.81 | 0.25 |
| Hex | 71 | C | 56 | 0 | 59 | 18 | 38 | 13C | 51 | 19 |
| Octal | 161 | 14 | 126 | 0 | 131 | 30 | 70 | 474 | 121 | 31 |
| Binary | 1110001 | 1100 | 1010110 | 0 | 1011001 | 11000 | 111000 | 100111100 | 1010001 | 11001 |
Color Harmonies of #710C56
Complementary color
Monochromatic Colors of #710C56
Black with #710C56
Text Example
Text Example
White with #710C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C56; }
p { color: rgb(113,12,86); }
H1.HeaderClassName
{
color: #710C56;
}
.AnyTagClassName
{
color: #710C56;
}
</style>
background-color css
<style>
a { background-color: #710C56; }
a { background-color: rgb(113,12,86); }
div.DivClassName
{
background-color: #710C56;
}
.BgClassName
{
background-color: #710C56;
}
</style>
border-color css
<style>
span { border-color: #710C56; }
span { border-color: rgb(113,12,86); }
td.TdClassName
{
border-color: #710C56;
}
.TagClassName
{
border-color: #710C56;
}
</style>