Shades of Tyrian Purple #710C4C
Tints of Tyrian Purple #710C4C
RGB
CMYK
RGB Variations
Color information
#710C4C (or 0x710C4C) is known color: Tyrian Purple. HEX triplet: 71, 0C and 4C. RGB value is (113,12,76). Sum of RGB (Red+Green+Blue) = 113+12+76=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #710C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C4C is #8EF3B3. Grayscale: #313131. Windows color (decimal): -9368500 or 4983921. OLE color: 4983921.
HSL color Cylindrical-coordinate representation of color #710C4C: hue angle of 321.98º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C4C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 76 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.56 |
| HSL | 321.98º | 0.81% | 0.25% | - |
| HSV(B) | 321.98º | 0.89% | 0.44% | - |
| XYZ | 8.25 | 4.3 | 7.23 | - |
| YUV | 49.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 76 | 0 | 0.89 | 0.33 | 0.56 | 321.98 | 0.81 | 0.25 |
| Hex | 71 | C | 4C | 0 | 59 | 21 | 38 | 142 | 51 | 19 |
| Octal | 161 | 14 | 114 | 0 | 131 | 41 | 70 | 502 | 121 | 31 |
| Binary | 1110001 | 1100 | 1001100 | 0 | 1011001 | 100001 | 111000 | 101000010 | 1010001 | 11001 |
Color Harmonies of #710C4C
Complementary color
Monochromatic Colors of #710C4C
Black with #710C4C
Text Example
Text Example
White with #710C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C4C; }
p { color: rgb(113,12,76); }
H1.HeaderClassName
{
color: #710C4C;
}
.AnyTagClassName
{
color: #710C4C;
}
</style>
background-color css
<style>
a { background-color: #710C4C; }
a { background-color: rgb(113,12,76); }
div.DivClassName
{
background-color: #710C4C;
}
.BgClassName
{
background-color: #710C4C;
}
</style>
border-color css
<style>
span { border-color: #710C4C; }
span { border-color: rgb(113,12,76); }
td.TdClassName
{
border-color: #710C4C;
}
.TagClassName
{
border-color: #710C4C;
}
</style>