Shades of Tyrian Purple #710B55
Tints of Tyrian Purple #710B55
RGB
CMYK
RGB Variations
Color information
#710B55 (or 0x710B55) is known color: Tyrian Purple. HEX triplet: 71, 0B and 55. RGB value is (113,11,85). Sum of RGB (Red+Green+Blue) = 113+11+85=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #710B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B55 is #8EF4AA. Grayscale: #313131. Windows color (decimal): -9368747 or 5573489. OLE color: 5573489.
HSL color Cylindrical-coordinate representation of color #710B55: hue angle of 316.47º 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 #710B55 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 85 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.56 |
| HSL | 316.47º | 0.82% | 0.24% | - |
| HSV(B) | 316.47º | 0.9% | 0.44% | - |
| XYZ | 8.57 | 4.41 | 8.99 | - |
| YUV | 49.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 85 | 0 | 0.90 | 0.25 | 0.56 | 316.47 | 0.82 | 0.24 |
| Hex | 71 | B | 55 | 0 | 5A | 19 | 38 | 13C | 52 | 18 |
| Octal | 161 | 13 | 125 | 0 | 132 | 31 | 70 | 474 | 122 | 30 |
| Binary | 1110001 | 1011 | 1010101 | 0 | 1011010 | 11001 | 111000 | 100111100 | 1010010 | 11000 |
Color Harmonies of #710B55
Complementary color
Monochromatic Colors of #710B55
Black with #710B55
Text Example
Text Example
White with #710B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B55; }
p { color: rgb(113,11,85); }
H1.HeaderClassName
{
color: #710B55;
}
.AnyTagClassName
{
color: #710B55;
}
</style>
background-color css
<style>
a { background-color: #710B55; }
a { background-color: rgb(113,11,85); }
div.DivClassName
{
background-color: #710B55;
}
.BgClassName
{
background-color: #710B55;
}
</style>
border-color css
<style>
span { border-color: #710B55; }
span { border-color: rgb(113,11,85); }
td.TdClassName
{
border-color: #710B55;
}
.TagClassName
{
border-color: #710B55;
}
</style>