Shades of Tyrian Purple #710D45
Tints of Tyrian Purple #710D45
RGB
CMYK
RGB Variations
Color information
#710D45 (or 0x710D45) is known color: Tyrian Purple. HEX triplet: 71, 0D and 45. RGB value is (113,13,69). Sum of RGB (Red+Green+Blue) = 113+13+69=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #710D45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D45 is #8EF2BA. Grayscale: #313131. Windows color (decimal): -9368251 or 4525425. OLE color: 4525425.
HSL color Cylindrical-coordinate representation of color #710D45: hue angle of 326.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 #710D45 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 69 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.56 |
| HSL | 326.4º | 0.79% | 0.25% | - |
| HSV(B) | 326.4º | 0.88% | 0.44% | - |
| XYZ | 8.03 | 4.23 | 6.02 | - |
| YUV | 49.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 69 | 0 | 0.88 | 0.39 | 0.56 | 326.4 | 0.79 | 0.25 |
| Hex | 71 | D | 45 | 0 | 58 | 27 | 38 | 146 | 4F | 19 |
| Octal | 161 | 15 | 105 | 0 | 130 | 47 | 70 | 506 | 117 | 31 |
| Binary | 1110001 | 1101 | 1000101 | 0 | 1011000 | 100111 | 111000 | 101000110 | 1001111 | 11001 |
Color Harmonies of #710D45
Complementary color
Monochromatic Colors of #710D45
Black with #710D45
Text Example
Text Example
White with #710D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D45; }
p { color: rgb(113,13,69); }
H1.HeaderClassName
{
color: #710D45;
}
.AnyTagClassName
{
color: #710D45;
}
</style>
background-color css
<style>
a { background-color: #710D45; }
a { background-color: rgb(113,13,69); }
div.DivClassName
{
background-color: #710D45;
}
.BgClassName
{
background-color: #710D45;
}
</style>
border-color css
<style>
span { border-color: #710D45; }
span { border-color: rgb(113,13,69); }
td.TdClassName
{
border-color: #710D45;
}
.TagClassName
{
border-color: #710D45;
}
</style>