Shades of Tyrian Purple #710D53
Tints of Tyrian Purple #710D53
RGB
CMYK
RGB Variations
Color information
#710D53 (or 0x710D53) is known color: Tyrian Purple. HEX triplet: 71, 0D and 53. RGB value is (113,13,83). Sum of RGB (Red+Green+Blue) = 113+13+83=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #710D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D53 is #8EF2AC. Grayscale: #323232. Windows color (decimal): -9368237 or 5442929. OLE color: 5442929.
HSL color Cylindrical-coordinate representation of color #710D53: hue angle of 318º 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 #710D53 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 83 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.56 |
| HSL | 318º | 0.79% | 0.25% | - |
| HSV(B) | 318º | 0.88% | 0.44% | - |
| XYZ | 8.52 | 4.42 | 8.59 | - |
| YUV | 50.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 83 | 0 | 0.88 | 0.27 | 0.56 | 318 | 0.79 | 0.25 |
| Hex | 71 | D | 53 | 0 | 58 | 1B | 38 | 13E | 4F | 19 |
| Octal | 161 | 15 | 123 | 0 | 130 | 33 | 70 | 476 | 117 | 31 |
| Binary | 1110001 | 1101 | 1010011 | 0 | 1011000 | 11011 | 111000 | 100111110 | 1001111 | 11001 |
Color Harmonies of #710D53
Complementary color
Monochromatic Colors of #710D53
Black with #710D53
Text Example
Text Example
White with #710D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D53; }
p { color: rgb(113,13,83); }
H1.HeaderClassName
{
color: #710D53;
}
.AnyTagClassName
{
color: #710D53;
}
</style>
background-color css
<style>
a { background-color: #710D53; }
a { background-color: rgb(113,13,83); }
div.DivClassName
{
background-color: #710D53;
}
.BgClassName
{
background-color: #710D53;
}
</style>
border-color css
<style>
span { border-color: #710D53; }
span { border-color: rgb(113,13,83); }
td.TdClassName
{
border-color: #710D53;
}
.TagClassName
{
border-color: #710D53;
}
</style>