Shades of Tyrian Purple #71013E
Tints of Tyrian Purple #71013E
RGB
CMYK
RGB Variations
Color information
#71013E (or 0x71013E) is known color: Tyrian Purple. HEX triplet: 71, 01 and 3E. RGB value is (113,1,62). Sum of RGB (Red+Green+Blue) = 113+1+62=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #71013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71013E is #8EFEC1. Grayscale: #292929. Windows color (decimal): -9371330 or 4063601. OLE color: 4063601.
HSL color Cylindrical-coordinate representation of color #71013E: hue angle of 327.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71013E is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.56 |
| HSL | 327.32º | 0.98% | 0.22% | - |
| HSV(B) | 327.32º | 0.99% | 0.44% | - |
| XYZ | 7.69 | 3.88 | 4.9 | - |
| YUV | 41.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 62 | 0 | 0.99 | 0.45 | 0.56 | 327.32 | 0.98 | 0.22 |
| Hex | 71 | 1 | 3E | 0 | 63 | 2D | 38 | 147 | 62 | 16 |
| Octal | 161 | 1 | 76 | 0 | 143 | 55 | 70 | 507 | 142 | 26 |
| Binary | 1110001 | 1 | 111110 | 0 | 1100011 | 101101 | 111000 | 101000111 | 1100010 | 10110 |
Color Harmonies of #71013E
Complementary color
Monochromatic Colors of #71013E
Black with #71013E
Text Example
Text Example
White with #71013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71013E; }
p { color: rgb(113,1,62); }
H1.HeaderClassName
{
color: #71013E;
}
.AnyTagClassName
{
color: #71013E;
}
</style>
background-color css
<style>
a { background-color: #71013E; }
a { background-color: rgb(113,1,62); }
div.DivClassName
{
background-color: #71013E;
}
.BgClassName
{
background-color: #71013E;
}
</style>
border-color css
<style>
span { border-color: #71013E; }
span { border-color: rgb(113,1,62); }
td.TdClassName
{
border-color: #71013E;
}
.TagClassName
{
border-color: #71013E;
}
</style>