Shades of Tyrian Purple #710D41
Tints of Tyrian Purple #710D41
RGB
CMYK
RGB Variations
Color information
#710D41 (or 0x710D41) is known color: Tyrian Purple. HEX triplet: 71, 0D and 41. RGB value is (113,13,65). Sum of RGB (Red+Green+Blue) = 113+13+65=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #710D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D41 is #8EF2BE. Grayscale: #303030. Windows color (decimal): -9368255 or 4263281. OLE color: 4263281.
HSL color Cylindrical-coordinate representation of color #710D41: hue angle of 328.8º 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 #710D41 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 65 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.56 |
| HSL | 328.8º | 0.79% | 0.25% | - |
| HSV(B) | 328.8º | 0.88% | 0.44% | - |
| XYZ | 7.91 | 4.18 | 5.39 | - |
| YUV | 48.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 65 | 0 | 0.88 | 0.42 | 0.56 | 328.8 | 0.79 | 0.25 |
| Hex | 71 | D | 41 | 0 | 58 | 2A | 38 | 149 | 4F | 19 |
| Octal | 161 | 15 | 101 | 0 | 130 | 52 | 70 | 511 | 117 | 31 |
| Binary | 1110001 | 1101 | 1000001 | 0 | 1011000 | 101010 | 111000 | 101001001 | 1001111 | 11001 |
Color Harmonies of #710D41
Complementary color
Monochromatic Colors of #710D41
Black with #710D41
Text Example
Text Example
White with #710D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D41; }
p { color: rgb(113,13,65); }
H1.HeaderClassName
{
color: #710D41;
}
.AnyTagClassName
{
color: #710D41;
}
</style>
background-color css
<style>
a { background-color: #710D41; }
a { background-color: rgb(113,13,65); }
div.DivClassName
{
background-color: #710D41;
}
.BgClassName
{
background-color: #710D41;
}
</style>
border-color css
<style>
span { border-color: #710D41; }
span { border-color: rgb(113,13,65); }
td.TdClassName
{
border-color: #710D41;
}
.TagClassName
{
border-color: #710D41;
}
</style>