Shades of Tyrian Purple #71002F
Tints of Tyrian Purple #71002F
RGB
CMYK
RGB Variations
Color information
#71002F (or 0x71002F) is known color: Tyrian Purple. HEX triplet: 71, 00 and 2F. RGB value is (113,0,47). Sum of RGB (Red+Green+Blue) = 113+0+47=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #71002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71002F is #8EFFD0. Grayscale: #272727. Windows color (decimal): -9371601 or 3080305. OLE color: 3080305.
HSL color Cylindrical-coordinate representation of color #71002F: hue angle of 335.04º 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 #71002F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.58 | 0.56 |
| HSL | 335.04º | 1% | 0.22% | - |
| HSV(B) | 335.04º | 1% | 0.44% | - |
| XYZ | 7.32 | 3.72 | 3.02 | - |
| YUV | 39.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 47 | 0 | 1 | 0.58 | 0.56 | 335.04 | 1 | 0.22 |
| Hex | 71 | 0 | 2F | 0 | 64 | 3A | 38 | 14F | 64 | 16 |
| Octal | 161 | 0 | 57 | 0 | 144 | 72 | 70 | 517 | 144 | 26 |
| Binary | 1110001 | 0 | 101111 | 0 | 1100100 | 111010 | 111000 | 101001111 | 1100100 | 10110 |
Color Harmonies of #71002F
Complementary color
Monochromatic Colors of #71002F
Black with #71002F
Text Example
Text Example
White with #71002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71002F; }
p { color: rgb(113,0,47); }
H1.HeaderClassName
{
color: #71002F;
}
.AnyTagClassName
{
color: #71002F;
}
</style>
background-color css
<style>
a { background-color: #71002F; }
a { background-color: rgb(113,0,47); }
div.DivClassName
{
background-color: #71002F;
}
.BgClassName
{
background-color: #71002F;
}
</style>
border-color css
<style>
span { border-color: #71002F; }
span { border-color: rgb(113,0,47); }
td.TdClassName
{
border-color: #71002F;
}
.TagClassName
{
border-color: #71002F;
}
</style>