Shades of Tyrian Purple #71003E
Tints of Tyrian Purple #71003E
RGB
CMYK
RGB Variations
Color information
#71003E (or 0x71003E) is known color: Tyrian Purple. HEX triplet: 71, 00 and 3E. RGB value is (113,0,62). Sum of RGB (Red+Green+Blue) = 113+0+62=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71003E is #8EFFC1. Grayscale: #282828. Windows color (decimal): -9371586 or 4063345. OLE color: 4063345.
HSL color Cylindrical-coordinate representation of color #71003E: hue angle of 327.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71003E is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.45 | 0.56 |
| HSL | 327.08º | 1% | 0.22% | - |
| HSV(B) | 327.08º | 1% | 0.44% | - |
| XYZ | 7.68 | 3.86 | 4.9 | - |
| YUV | 40.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 62 | 0 | 1 | 0.45 | 0.56 | 327.08 | 1 | 0.22 |
| Hex | 71 | 0 | 3E | 0 | 64 | 2D | 38 | 147 | 64 | 16 |
| Octal | 161 | 0 | 76 | 0 | 144 | 55 | 70 | 507 | 144 | 26 |
| Binary | 1110001 | 0 | 111110 | 0 | 1100100 | 101101 | 111000 | 101000111 | 1100100 | 10110 |
Color Harmonies of #71003E
Complementary color
Monochromatic Colors of #71003E
Black with #71003E
Text Example
Text Example
White with #71003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71003E; }
p { color: rgb(113,0,62); }
H1.HeaderClassName
{
color: #71003E;
}
.AnyTagClassName
{
color: #71003E;
}
</style>
background-color css
<style>
a { background-color: #71003E; }
a { background-color: rgb(113,0,62); }
div.DivClassName
{
background-color: #71003E;
}
.BgClassName
{
background-color: #71003E;
}
</style>
border-color css
<style>
span { border-color: #71003E; }
span { border-color: rgb(113,0,62); }
td.TdClassName
{
border-color: #71003E;
}
.TagClassName
{
border-color: #71003E;
}
</style>