Shades of Tyrian Purple #710C55
Tints of Tyrian Purple #710C55
RGB
CMYK
RGB Variations
Color information
#710C55 (or 0x710C55) is known color: Tyrian Purple. HEX triplet: 71, 0C and 55. RGB value is (113,12,85). Sum of RGB (Red+Green+Blue) = 113+12+85=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #710C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C55 is #8EF3AA. Grayscale: #323232. Windows color (decimal): -9368491 or 5573745. OLE color: 5573745.
HSL color Cylindrical-coordinate representation of color #710C55: hue angle of 316.63º 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 #710C55 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 85 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.56 |
| HSL | 316.63º | 0.81% | 0.25% | - |
| HSV(B) | 316.63º | 0.89% | 0.44% | - |
| XYZ | 8.58 | 4.43 | 9 | - |
| YUV | 50.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 85 | 0 | 0.89 | 0.25 | 0.56 | 316.63 | 0.81 | 0.25 |
| Hex | 71 | C | 55 | 0 | 59 | 19 | 38 | 13D | 51 | 19 |
| Octal | 161 | 14 | 125 | 0 | 131 | 31 | 70 | 475 | 121 | 31 |
| Binary | 1110001 | 1100 | 1010101 | 0 | 1011001 | 11001 | 111000 | 100111101 | 1010001 | 11001 |
Color Harmonies of #710C55
Complementary color
Monochromatic Colors of #710C55
Black with #710C55
Text Example
Text Example
White with #710C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C55; }
p { color: rgb(113,12,85); }
H1.HeaderClassName
{
color: #710C55;
}
.AnyTagClassName
{
color: #710C55;
}
</style>
background-color css
<style>
a { background-color: #710C55; }
a { background-color: rgb(113,12,85); }
div.DivClassName
{
background-color: #710C55;
}
.BgClassName
{
background-color: #710C55;
}
</style>
border-color css
<style>
span { border-color: #710C55; }
span { border-color: rgb(113,12,85); }
td.TdClassName
{
border-color: #710C55;
}
.TagClassName
{
border-color: #710C55;
}
</style>