Shades of Tyrian Purple #710F36
Tints of Tyrian Purple #710F36
RGB
CMYK
RGB Variations
Color information
#710F36 (or 0x710F36) is known color: Tyrian Purple. HEX triplet: 71, 0F and 36. RGB value is (113,15,54). Sum of RGB (Red+Green+Blue) = 113+15+54=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #710F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F36 is #8EF0C9. Grayscale: #303030. Windows color (decimal): -9367754 or 3542897. OLE color: 3542897.
HSL color Cylindrical-coordinate representation of color #710F36: hue angle of 336.12º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F36 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 54 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.56 |
| HSL | 336.12º | 0.77% | 0.25% | - |
| HSV(B) | 336.12º | 0.87% | 0.44% | - |
| XYZ | 7.65 | 4.12 | 3.88 | - |
| YUV | 48.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 54 | 0 | 0.87 | 0.52 | 0.56 | 336.12 | 0.77 | 0.25 |
| Hex | 71 | F | 36 | 0 | 57 | 34 | 38 | 150 | 4D | 19 |
| Octal | 161 | 17 | 66 | 0 | 127 | 64 | 70 | 520 | 115 | 31 |
| Binary | 1110001 | 1111 | 110110 | 0 | 1010111 | 110100 | 111000 | 101010000 | 1001101 | 11001 |
Color Harmonies of #710F36
Complementary color
Monochromatic Colors of #710F36
Black with #710F36
Text Example
Text Example
White with #710F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F36; }
p { color: rgb(113,15,54); }
H1.HeaderClassName
{
color: #710F36;
}
.AnyTagClassName
{
color: #710F36;
}
</style>
background-color css
<style>
a { background-color: #710F36; }
a { background-color: rgb(113,15,54); }
div.DivClassName
{
background-color: #710F36;
}
.BgClassName
{
background-color: #710F36;
}
</style>
border-color css
<style>
span { border-color: #710F36; }
span { border-color: rgb(113,15,54); }
td.TdClassName
{
border-color: #710F36;
}
.TagClassName
{
border-color: #710F36;
}
</style>