Shades of Tyrian Purple #710A4D
Tints of Tyrian Purple #710A4D
RGB
CMYK
RGB Variations
Color information
#710A4D (or 0x710A4D) is known color: Tyrian Purple. HEX triplet: 71, 0A and 4D. RGB value is (113,10,77). Sum of RGB (Red+Green+Blue) = 113+10+77=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #710A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A4D is #8EF5B2. Grayscale: #303030. Windows color (decimal): -9369011 or 5048945. OLE color: 5048945.
HSL color Cylindrical-coordinate representation of color #710A4D: hue angle of 320.97º 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 #710A4D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 77 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.56 |
| HSL | 320.97º | 0.84% | 0.24% | - |
| HSV(B) | 320.97º | 0.91% | 0.44% | - |
| XYZ | 8.26 | 4.26 | 7.41 | - |
| YUV | 48.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 77 | 0 | 0.91 | 0.32 | 0.56 | 320.97 | 0.84 | 0.24 |
| Hex | 71 | A | 4D | 0 | 5B | 20 | 38 | 141 | 54 | 18 |
| Octal | 161 | 12 | 115 | 0 | 133 | 40 | 70 | 501 | 124 | 30 |
| Binary | 1110001 | 1010 | 1001101 | 0 | 1011011 | 100000 | 111000 | 101000001 | 1010100 | 11000 |
Color Harmonies of #710A4D
Complementary color
Monochromatic Colors of #710A4D
Black with #710A4D
Text Example
Text Example
White with #710A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A4D; }
p { color: rgb(113,10,77); }
H1.HeaderClassName
{
color: #710A4D;
}
.AnyTagClassName
{
color: #710A4D;
}
</style>
background-color css
<style>
a { background-color: #710A4D; }
a { background-color: rgb(113,10,77); }
div.DivClassName
{
background-color: #710A4D;
}
.BgClassName
{
background-color: #710A4D;
}
</style>
border-color css
<style>
span { border-color: #710A4D; }
span { border-color: rgb(113,10,77); }
td.TdClassName
{
border-color: #710A4D;
}
.TagClassName
{
border-color: #710A4D;
}
</style>