Shades of Tyrian Purple #710D39
Tints of Tyrian Purple #710D39
RGB
CMYK
RGB Variations
Color information
#710D39 (or 0x710D39) is known color: Tyrian Purple. HEX triplet: 71, 0D and 39. RGB value is (113,13,57). Sum of RGB (Red+Green+Blue) = 113+13+57=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #710D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D39 is #8EF2C6. Grayscale: #2F2F2F. Windows color (decimal): -9368263 or 3738993. OLE color: 3738993.
HSL color Cylindrical-coordinate representation of color #710D39: hue angle of 333.6º 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 #710D39 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 57 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.56 |
| HSL | 333.6º | 0.79% | 0.25% | - |
| HSV(B) | 333.6º | 0.88% | 0.44% | - |
| XYZ | 7.69 | 4.09 | 4.26 | - |
| YUV | 47.92 | 133.13 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 57 | 0 | 0.88 | 0.50 | 0.56 | 333.6 | 0.79 | 0.25 |
| Hex | 71 | D | 39 | 0 | 58 | 32 | 38 | 14E | 4F | 19 |
| Octal | 161 | 15 | 71 | 0 | 130 | 62 | 70 | 516 | 117 | 31 |
| Binary | 1110001 | 1101 | 111001 | 0 | 1011000 | 110010 | 111000 | 101001110 | 1001111 | 11001 |
Color Harmonies of #710D39
Complementary color
Monochromatic Colors of #710D39
Black with #710D39
Text Example
Text Example
White with #710D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D39; }
p { color: rgb(113,13,57); }
H1.HeaderClassName
{
color: #710D39;
}
.AnyTagClassName
{
color: #710D39;
}
</style>
background-color css
<style>
a { background-color: #710D39; }
a { background-color: rgb(113,13,57); }
div.DivClassName
{
background-color: #710D39;
}
.BgClassName
{
background-color: #710D39;
}
</style>
border-color css
<style>
span { border-color: #710D39; }
span { border-color: rgb(113,13,57); }
td.TdClassName
{
border-color: #710D39;
}
.TagClassName
{
border-color: #710D39;
}
</style>