Shades of Tyrian Purple #710E36
Tints of Tyrian Purple #710E36
RGB
CMYK
RGB Variations
Color information
#710E36 (or 0x710E36) is known color: Tyrian Purple. HEX triplet: 71, 0E and 36. RGB value is (113,14,54). Sum of RGB (Red+Green+Blue) = 113+14+54=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #710E36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710E36 is #8EF1C9. Grayscale: #303030. Windows color (decimal): -9368010 or 3542641. OLE color: 3542641.
HSL color Cylindrical-coordinate representation of color #710E36: hue angle of 335.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710E36 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 14 | 54 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.56 |
| HSL | 335.76º | 0.78% | 0.25% | - |
| HSV(B) | 335.76º | 0.88% | 0.44% | - |
| XYZ | 7.63 | 4.09 | 3.88 | - |
| YUV | 48.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 54 | 0 | 0.88 | 0.52 | 0.56 | 335.76 | 0.78 | 0.25 |
| Hex | 71 | E | 36 | 0 | 58 | 34 | 38 | 150 | 4E | 19 |
| Octal | 161 | 16 | 66 | 0 | 130 | 64 | 70 | 520 | 116 | 31 |
| Binary | 1110001 | 1110 | 110110 | 0 | 1011000 | 110100 | 111000 | 101010000 | 1001110 | 11001 |
Color Harmonies of #710E36
Complementary color
Monochromatic Colors of #710E36
Black with #710E36
Text Example
Text Example
White with #710E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710E36; }
p { color: rgb(113,14,54); }
H1.HeaderClassName
{
color: #710E36;
}
.AnyTagClassName
{
color: #710E36;
}
</style>
background-color css
<style>
a { background-color: #710E36; }
a { background-color: rgb(113,14,54); }
div.DivClassName
{
background-color: #710E36;
}
.BgClassName
{
background-color: #710E36;
}
</style>
border-color css
<style>
span { border-color: #710E36; }
span { border-color: rgb(113,14,54); }
td.TdClassName
{
border-color: #710E36;
}
.TagClassName
{
border-color: #710E36;
}
</style>