Shades of Tyrian Purple #710B51
Tints of Tyrian Purple #710B51
RGB
CMYK
RGB Variations
Color information
#710B51 (or 0x710B51) is known color: Tyrian Purple. HEX triplet: 71, 0B and 51. RGB value is (113,11,81). Sum of RGB (Red+Green+Blue) = 113+11+81=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #710B51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B51 is #8EF4AE. Grayscale: #313131. Windows color (decimal): -9368751 or 5311345. OLE color: 5311345.
HSL color Cylindrical-coordinate representation of color #710B51: hue angle of 318.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B51 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 81 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.56 |
| HSL | 318.82º | 0.82% | 0.24% | - |
| HSV(B) | 318.82º | 0.9% | 0.44% | - |
| XYZ | 8.41 | 4.34 | 8.18 | - |
| YUV | 49.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 81 | 0 | 0.90 | 0.28 | 0.56 | 318.82 | 0.82 | 0.24 |
| Hex | 71 | B | 51 | 0 | 5A | 1C | 38 | 13F | 52 | 18 |
| Octal | 161 | 13 | 121 | 0 | 132 | 34 | 70 | 477 | 122 | 30 |
| Binary | 1110001 | 1011 | 1010001 | 0 | 1011010 | 11100 | 111000 | 100111111 | 1010010 | 11000 |
Color Harmonies of #710B51
Complementary color
Monochromatic Colors of #710B51
Black with #710B51
Text Example
Text Example
White with #710B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B51; }
p { color: rgb(113,11,81); }
H1.HeaderClassName
{
color: #710B51;
}
.AnyTagClassName
{
color: #710B51;
}
</style>
background-color css
<style>
a { background-color: #710B51; }
a { background-color: rgb(113,11,81); }
div.DivClassName
{
background-color: #710B51;
}
.BgClassName
{
background-color: #710B51;
}
</style>
border-color css
<style>
span { border-color: #710B51; }
span { border-color: rgb(113,11,81); }
td.TdClassName
{
border-color: #710B51;
}
.TagClassName
{
border-color: #710B51;
}
</style>