Shades of Tyrian Purple #710D42
Tints of Tyrian Purple #710D42
RGB
CMYK
RGB Variations
Color information
#710D42 (or 0x710D42) is known color: Tyrian Purple. HEX triplet: 71, 0D and 42. RGB value is (113,13,66). Sum of RGB (Red+Green+Blue) = 113+13+66=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #710D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710D42 is #8EF2BD. Grayscale: #303030. Windows color (decimal): -9368254 or 4328817. OLE color: 4328817.
HSL color Cylindrical-coordinate representation of color #710D42: hue angle of 328.2º 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 #710D42 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 66 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.56 |
| HSL | 328.2º | 0.79% | 0.25% | - |
| HSV(B) | 328.2º | 0.88% | 0.44% | - |
| XYZ | 7.94 | 4.19 | 5.55 | - |
| YUV | 48.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 66 | 0 | 0.88 | 0.42 | 0.56 | 328.2 | 0.79 | 0.25 |
| Hex | 71 | D | 42 | 0 | 58 | 2A | 38 | 148 | 4F | 19 |
| Octal | 161 | 15 | 102 | 0 | 130 | 52 | 70 | 510 | 117 | 31 |
| Binary | 1110001 | 1101 | 1000010 | 0 | 1011000 | 101010 | 111000 | 101001000 | 1001111 | 11001 |
Color Harmonies of #710D42
Complementary color
Monochromatic Colors of #710D42
Black with #710D42
Text Example
Text Example
White with #710D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D42; }
p { color: rgb(113,13,66); }
H1.HeaderClassName
{
color: #710D42;
}
.AnyTagClassName
{
color: #710D42;
}
</style>
background-color css
<style>
a { background-color: #710D42; }
a { background-color: rgb(113,13,66); }
div.DivClassName
{
background-color: #710D42;
}
.BgClassName
{
background-color: #710D42;
}
</style>
border-color css
<style>
span { border-color: #710D42; }
span { border-color: rgb(113,13,66); }
td.TdClassName
{
border-color: #710D42;
}
.TagClassName
{
border-color: #710D42;
}
</style>