Shades of Tyrian Purple #71002E
Tints of Tyrian Purple #71002E
RGB
CMYK
RGB Variations
Color information
#71002E (or 0x71002E) is known color: Tyrian Purple. HEX triplet: 71, 00 and 2E. RGB value is (113,0,46). Sum of RGB (Red+Green+Blue) = 113+0+46=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #71002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002E is #8EFFD1. Grayscale: #262626. Windows color (decimal): -9371602 or 3014769. OLE color: 3014769.
HSL color Cylindrical-coordinate representation of color #71002E: hue angle of 335.58º 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 #71002E is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.59 | 0.56 |
| HSL | 335.58º | 1% | 0.22% | - |
| HSV(B) | 335.58º | 1% | 0.44% | - |
| XYZ | 7.3 | 3.71 | 2.92 | - |
| YUV | 39.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 46 | 0 | 1 | 0.59 | 0.56 | 335.58 | 1 | 0.22 |
| Hex | 71 | 0 | 2E | 0 | 64 | 3B | 38 | 150 | 64 | 16 |
| Octal | 161 | 0 | 56 | 0 | 144 | 73 | 70 | 520 | 144 | 26 |
| Binary | 1110001 | 0 | 101110 | 0 | 1100100 | 111011 | 111000 | 101010000 | 1100100 | 10110 |
Color Harmonies of #71002E
Complementary color
Monochromatic Colors of #71002E
Black with #71002E
Text Example
Text Example
White with #71002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71002E; }
p { color: rgb(113,0,46); }
H1.HeaderClassName
{
color: #71002E;
}
.AnyTagClassName
{
color: #71002E;
}
</style>
background-color css
<style>
a { background-color: #71002E; }
a { background-color: rgb(113,0,46); }
div.DivClassName
{
background-color: #71002E;
}
.BgClassName
{
background-color: #71002E;
}
</style>
border-color css
<style>
span { border-color: #71002E; }
span { border-color: rgb(113,0,46); }
td.TdClassName
{
border-color: #71002E;
}
.TagClassName
{
border-color: #71002E;
}
</style>