Shades of Tyrian Purple #710958
Tints of Tyrian Purple #710958
RGB
CMYK
RGB Variations
Color information
#710958 (or 0x710958) is known color: Tyrian Purple. HEX triplet: 71, 09 and 58. RGB value is (113,9,88). Sum of RGB (Red+Green+Blue) = 113+9+88=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #710958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710958 is #8EF6A7. Grayscale: #303030. Windows color (decimal): -9369256 or 5769585. OLE color: 5769585.
HSL color Cylindrical-coordinate representation of color #710958: hue angle of 314.42º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710958 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 9 | 88 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.56 |
| HSL | 314.42º | 0.85% | 0.24% | - |
| HSV(B) | 314.42º | 0.92% | 0.44% | - |
| XYZ | 8.67 | 4.41 | 9.63 | - |
| YUV | 49.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 88 | 0 | 0.92 | 0.22 | 0.56 | 314.42 | 0.85 | 0.24 |
| Hex | 71 | 9 | 58 | 0 | 5C | 16 | 38 | 13A | 55 | 18 |
| Octal | 161 | 11 | 130 | 0 | 134 | 26 | 70 | 472 | 125 | 30 |
| Binary | 1110001 | 1001 | 1011000 | 0 | 1011100 | 10110 | 111000 | 100111010 | 1010101 | 11000 |
Color Harmonies of #710958
Complementary color
Monochromatic Colors of #710958
Black with #710958
Text Example
Text Example
White with #710958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710958; }
p { color: rgb(113,9,88); }
H1.HeaderClassName
{
color: #710958;
}
.AnyTagClassName
{
color: #710958;
}
</style>
background-color css
<style>
a { background-color: #710958; }
a { background-color: rgb(113,9,88); }
div.DivClassName
{
background-color: #710958;
}
.BgClassName
{
background-color: #710958;
}
</style>
border-color css
<style>
span { border-color: #710958; }
span { border-color: rgb(113,9,88); }
td.TdClassName
{
border-color: #710958;
}
.TagClassName
{
border-color: #710958;
}
</style>