Shades of Tyrian Purple #710D40
Tints of Tyrian Purple #710D40
RGB
CMYK
RGB Variations
Color information
#710D40 (or 0x710D40) is known color: Tyrian Purple. HEX triplet: 71, 0D and 40. RGB value is (113,13,64). Sum of RGB (Red+Green+Blue) = 113+13+64=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #710D40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D40 is #8EF2BF. Grayscale: #303030. Windows color (decimal): -9368256 or 4197745. OLE color: 4197745.
HSL color Cylindrical-coordinate representation of color #710D40: hue angle of 329.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 #710D40 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 64 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.56 |
| HSL | 329.4º | 0.79% | 0.25% | - |
| HSV(B) | 329.4º | 0.88% | 0.44% | - |
| XYZ | 7.88 | 4.17 | 5.24 | - |
| YUV | 48.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 64 | 0 | 0.88 | 0.43 | 0.56 | 329.4 | 0.79 | 0.25 |
| Hex | 71 | D | 40 | 0 | 58 | 2B | 38 | 149 | 4F | 19 |
| Octal | 161 | 15 | 100 | 0 | 130 | 53 | 70 | 511 | 117 | 31 |
| Binary | 1110001 | 1101 | 1000000 | 0 | 1011000 | 101011 | 111000 | 101001001 | 1001111 | 11001 |
Color Harmonies of #710D40
Complementary color
Monochromatic Colors of #710D40
Black with #710D40
Text Example
Text Example
White with #710D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D40; }
p { color: rgb(113,13,64); }
H1.HeaderClassName
{
color: #710D40;
}
.AnyTagClassName
{
color: #710D40;
}
</style>
background-color css
<style>
a { background-color: #710D40; }
a { background-color: rgb(113,13,64); }
div.DivClassName
{
background-color: #710D40;
}
.BgClassName
{
background-color: #710D40;
}
</style>
border-color css
<style>
span { border-color: #710D40; }
span { border-color: rgb(113,13,64); }
td.TdClassName
{
border-color: #710D40;
}
.TagClassName
{
border-color: #710D40;
}
</style>