Shades of Tyrian Purple #710D47
Tints of Tyrian Purple #710D47
RGB
CMYK
RGB Variations
Color information
#710D47 (or 0x710D47) is known color: Tyrian Purple. HEX triplet: 71, 0D and 47. RGB value is (113,13,71). Sum of RGB (Red+Green+Blue) = 113+13+71=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #710D47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D47 is #8EF2B8. Grayscale: #313131. Windows color (decimal): -9368249 or 4656497. OLE color: 4656497.
HSL color Cylindrical-coordinate representation of color #710D47: hue angle of 325.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D47 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 71 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.56 |
| HSL | 325.2º | 0.79% | 0.25% | - |
| HSV(B) | 325.2º | 0.88% | 0.44% | - |
| XYZ | 8.09 | 4.25 | 6.36 | - |
| YUV | 49.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 71 | 0 | 0.88 | 0.37 | 0.56 | 325.2 | 0.79 | 0.25 |
| Hex | 71 | D | 47 | 0 | 58 | 25 | 38 | 145 | 4F | 19 |
| Octal | 161 | 15 | 107 | 0 | 130 | 45 | 70 | 505 | 117 | 31 |
| Binary | 1110001 | 1101 | 1000111 | 0 | 1011000 | 100101 | 111000 | 101000101 | 1001111 | 11001 |
Color Harmonies of #710D47
Complementary color
Monochromatic Colors of #710D47
Black with #710D47
Text Example
Text Example
White with #710D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D47; }
p { color: rgb(113,13,71); }
H1.HeaderClassName
{
color: #710D47;
}
.AnyTagClassName
{
color: #710D47;
}
</style>
background-color css
<style>
a { background-color: #710D47; }
a { background-color: rgb(113,13,71); }
div.DivClassName
{
background-color: #710D47;
}
.BgClassName
{
background-color: #710D47;
}
</style>
border-color css
<style>
span { border-color: #710D47; }
span { border-color: rgb(113,13,71); }
td.TdClassName
{
border-color: #710D47;
}
.TagClassName
{
border-color: #710D47;
}
</style>