Shades of Tyrian Purple #710255
Tints of Tyrian Purple #710255
RGB
CMYK
RGB Variations
Color information
#710255 (or 0x710255) is known color: Tyrian Purple. HEX triplet: 71, 02 and 55. RGB value is (113,2,85). Sum of RGB (Red+Green+Blue) = 113+2+85=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #710255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710255 is #8EFDAA. Grayscale: #2C2C2C. Windows color (decimal): -9371051 or 5571185. OLE color: 5571185.
HSL color Cylindrical-coordinate representation of color #710255: hue angle of 315.14º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710255 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 85 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.56 |
| HSL | 315.14º | 0.97% | 0.23% | - |
| HSV(B) | 315.14º | 0.98% | 0.44% | - |
| XYZ | 8.47 | 4.21 | 8.96 | - |
| YUV | 44.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 85 | 0 | 0.98 | 0.25 | 0.56 | 315.14 | 0.97 | 0.23 |
| Hex | 71 | 2 | 55 | 0 | 62 | 19 | 38 | 13B | 61 | 17 |
| Octal | 161 | 2 | 125 | 0 | 142 | 31 | 70 | 473 | 141 | 27 |
| Binary | 1110001 | 10 | 1010101 | 0 | 1100010 | 11001 | 111000 | 100111011 | 1100001 | 10111 |
Color Harmonies of #710255
Complementary color
Monochromatic Colors of #710255
Black with #710255
Text Example
Text Example
White with #710255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710255; }
p { color: rgb(113,2,85); }
H1.HeaderClassName
{
color: #710255;
}
.AnyTagClassName
{
color: #710255;
}
</style>
background-color css
<style>
a { background-color: #710255; }
a { background-color: rgb(113,2,85); }
div.DivClassName
{
background-color: #710255;
}
.BgClassName
{
background-color: #710255;
}
</style>
border-color css
<style>
span { border-color: #710255; }
span { border-color: rgb(113,2,85); }
td.TdClassName
{
border-color: #710255;
}
.TagClassName
{
border-color: #710255;
}
</style>