Shades of Tyrian Purple #710C43
Tints of Tyrian Purple #710C43
RGB
CMYK
RGB Variations
Color information
#710C43 (or 0x710C43) is known color: Tyrian Purple. HEX triplet: 71, 0C and 43. RGB value is (113,12,67). Sum of RGB (Red+Green+Blue) = 113+12+67=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #710C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C43 is #8EF3BC. Grayscale: #303030. Windows color (decimal): -9368509 or 4394097. OLE color: 4394097.
HSL color Cylindrical-coordinate representation of color #710C43: hue angle of 327.33º 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 #710C43 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 12 | 67 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.56 |
| HSL | 327.33º | 0.81% | 0.25% | - |
| HSV(B) | 327.33º | 0.89% | 0.44% | - |
| XYZ | 7.95 | 4.18 | 5.7 | - |
| YUV | 48.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 67 | 0 | 0.89 | 0.41 | 0.56 | 327.33 | 0.81 | 0.25 |
| Hex | 71 | C | 43 | 0 | 59 | 29 | 38 | 147 | 51 | 19 |
| Octal | 161 | 14 | 103 | 0 | 131 | 51 | 70 | 507 | 121 | 31 |
| Binary | 1110001 | 1100 | 1000011 | 0 | 1011001 | 101001 | 111000 | 101000111 | 1010001 | 11001 |
Color Harmonies of #710C43
Complementary color
Monochromatic Colors of #710C43
Black with #710C43
Text Example
Text Example
White with #710C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C43; }
p { color: rgb(113,12,67); }
H1.HeaderClassName
{
color: #710C43;
}
.AnyTagClassName
{
color: #710C43;
}
</style>
background-color css
<style>
a { background-color: #710C43; }
a { background-color: rgb(113,12,67); }
div.DivClassName
{
background-color: #710C43;
}
.BgClassName
{
background-color: #710C43;
}
</style>
border-color css
<style>
span { border-color: #710C43; }
span { border-color: rgb(113,12,67); }
td.TdClassName
{
border-color: #710C43;
}
.TagClassName
{
border-color: #710C43;
}
</style>