Shades of Tyrian Purple #710A31
Tints of Tyrian Purple #710A31
RGB
CMYK
RGB Variations
Color information
#710A31 (or 0x710A31) is known color: Tyrian Purple. HEX triplet: 71, 0A and 31. RGB value is (113,10,49). Sum of RGB (Red+Green+Blue) = 113+10+49=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #710A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A31 is #8EF5CE. Grayscale: #2D2D2D. Windows color (decimal): -9369039 or 3213937. OLE color: 3213937.
HSL color Cylindrical-coordinate representation of color #710A31: hue angle of 337.28º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A31 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 49 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.56 |
| HSL | 337.28º | 0.84% | 0.24% | - |
| HSV(B) | 337.28º | 0.91% | 0.44% | - |
| XYZ | 7.47 | 3.95 | 3.27 | - |
| YUV | 45.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 49 | 0 | 0.91 | 0.57 | 0.56 | 337.28 | 0.84 | 0.24 |
| Hex | 71 | A | 31 | 0 | 5B | 39 | 38 | 151 | 54 | 18 |
| Octal | 161 | 12 | 61 | 0 | 133 | 71 | 70 | 521 | 124 | 30 |
| Binary | 1110001 | 1010 | 110001 | 0 | 1011011 | 111001 | 111000 | 101010001 | 1010100 | 11000 |
Color Harmonies of #710A31
Complementary color
Monochromatic Colors of #710A31
Black with #710A31
Text Example
Text Example
White with #710A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A31; }
p { color: rgb(113,10,49); }
H1.HeaderClassName
{
color: #710A31;
}
.AnyTagClassName
{
color: #710A31;
}
</style>
background-color css
<style>
a { background-color: #710A31; }
a { background-color: rgb(113,10,49); }
div.DivClassName
{
background-color: #710A31;
}
.BgClassName
{
background-color: #710A31;
}
</style>
border-color css
<style>
span { border-color: #710A31; }
span { border-color: rgb(113,10,49); }
td.TdClassName
{
border-color: #710A31;
}
.TagClassName
{
border-color: #710A31;
}
</style>