Shades of Tyrian Purple #710D36
Tints of Tyrian Purple #710D36
RGB
CMYK
RGB Variations
Color information
#710D36 (or 0x710D36) is known color: Tyrian Purple. HEX triplet: 71, 0D and 36. RGB value is (113,13,54). Sum of RGB (Red+Green+Blue) = 113+13+54=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #710D36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D36 is #8EF2C9. Grayscale: #2F2F2F. Windows color (decimal): -9368266 or 3542385. OLE color: 3542385.
HSL color Cylindrical-coordinate representation of color #710D36: hue angle of 335.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 #710D36 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 54 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.56 |
| HSL | 335.4º | 0.79% | 0.25% | - |
| HSV(B) | 335.4º | 0.88% | 0.44% | - |
| XYZ | 7.62 | 4.06 | 3.87 | - |
| YUV | 47.57 | 131.63 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 54 | 0 | 0.88 | 0.52 | 0.56 | 335.4 | 0.79 | 0.25 |
| Hex | 71 | D | 36 | 0 | 58 | 34 | 38 | 14F | 4F | 19 |
| Octal | 161 | 15 | 66 | 0 | 130 | 64 | 70 | 517 | 117 | 31 |
| Binary | 1110001 | 1101 | 110110 | 0 | 1011000 | 110100 | 111000 | 101001111 | 1001111 | 11001 |
Color Harmonies of #710D36
Complementary color
Monochromatic Colors of #710D36
Black with #710D36
Text Example
Text Example
White with #710D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D36; }
p { color: rgb(113,13,54); }
H1.HeaderClassName
{
color: #710D36;
}
.AnyTagClassName
{
color: #710D36;
}
</style>
background-color css
<style>
a { background-color: #710D36; }
a { background-color: rgb(113,13,54); }
div.DivClassName
{
background-color: #710D36;
}
.BgClassName
{
background-color: #710D36;
}
</style>
border-color css
<style>
span { border-color: #710D36; }
span { border-color: rgb(113,13,54); }
td.TdClassName
{
border-color: #710D36;
}
.TagClassName
{
border-color: #710D36;
}
</style>