Shades of Tyrian Purple #710D54
Tints of Tyrian Purple #710D54
RGB
CMYK
RGB Variations
Color information
#710D54 (or 0x710D54) is known color: Tyrian Purple. HEX triplet: 71, 0D and 54. RGB value is (113,13,84). Sum of RGB (Red+Green+Blue) = 113+13+84=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #710D54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D54 is #8EF2AB. Grayscale: #323232. Windows color (decimal): -9368236 or 5508465. OLE color: 5508465.
HSL color Cylindrical-coordinate representation of color #710D54: hue angle of 317.4º 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 #710D54 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 84 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.56 |
| HSL | 317.4º | 0.79% | 0.25% | - |
| HSV(B) | 317.4º | 0.88% | 0.44% | - |
| XYZ | 8.55 | 4.44 | 8.79 | - |
| YUV | 50.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 84 | 0 | 0.88 | 0.26 | 0.56 | 317.4 | 0.79 | 0.25 |
| Hex | 71 | D | 54 | 0 | 58 | 1A | 38 | 13D | 4F | 19 |
| Octal | 161 | 15 | 124 | 0 | 130 | 32 | 70 | 475 | 117 | 31 |
| Binary | 1110001 | 1101 | 1010100 | 0 | 1011000 | 11010 | 111000 | 100111101 | 1001111 | 11001 |
Color Harmonies of #710D54
Complementary color
Monochromatic Colors of #710D54
Black with #710D54
Text Example
Text Example
White with #710D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D54; }
p { color: rgb(113,13,84); }
H1.HeaderClassName
{
color: #710D54;
}
.AnyTagClassName
{
color: #710D54;
}
</style>
background-color css
<style>
a { background-color: #710D54; }
a { background-color: rgb(113,13,84); }
div.DivClassName
{
background-color: #710D54;
}
.BgClassName
{
background-color: #710D54;
}
</style>
border-color css
<style>
span { border-color: #710D54; }
span { border-color: rgb(113,13,84); }
td.TdClassName
{
border-color: #710D54;
}
.TagClassName
{
border-color: #710D54;
}
</style>