Shades of Tyrian Purple #710A37
Tints of Tyrian Purple #710A37
RGB
CMYK
RGB Variations
Color information
#710A37 (or 0x710A37) is known color: Tyrian Purple. HEX triplet: 71, 0A and 37. RGB value is (113,10,55). Sum of RGB (Red+Green+Blue) = 113+10+55=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #710A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A37 is #8EF5C8. Grayscale: #2D2D2D. Windows color (decimal): -9369033 or 3607153. OLE color: 3607153.
HSL color Cylindrical-coordinate representation of color #710A37: hue angle of 333.79º 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 #710A37 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 55 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.56 |
| HSL | 333.79º | 0.84% | 0.24% | - |
| HSV(B) | 333.79º | 0.91% | 0.44% | - |
| XYZ | 7.61 | 4 | 3.99 | - |
| YUV | 45.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 55 | 0 | 0.91 | 0.51 | 0.56 | 333.79 | 0.84 | 0.24 |
| Hex | 71 | A | 37 | 0 | 5B | 33 | 38 | 14E | 54 | 18 |
| Octal | 161 | 12 | 67 | 0 | 133 | 63 | 70 | 516 | 124 | 30 |
| Binary | 1110001 | 1010 | 110111 | 0 | 1011011 | 110011 | 111000 | 101001110 | 1010100 | 11000 |
Color Harmonies of #710A37
Complementary color
Monochromatic Colors of #710A37
Black with #710A37
Text Example
Text Example
White with #710A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A37; }
p { color: rgb(113,10,55); }
H1.HeaderClassName
{
color: #710A37;
}
.AnyTagClassName
{
color: #710A37;
}
</style>
background-color css
<style>
a { background-color: #710A37; }
a { background-color: rgb(113,10,55); }
div.DivClassName
{
background-color: #710A37;
}
.BgClassName
{
background-color: #710A37;
}
</style>
border-color css
<style>
span { border-color: #710A37; }
span { border-color: rgb(113,10,55); }
td.TdClassName
{
border-color: #710A37;
}
.TagClassName
{
border-color: #710A37;
}
</style>