Shades of Tyrian Purple #71024D
Tints of Tyrian Purple #71024D
RGB
CMYK
RGB Variations
Color information
#71024D (or 0x71024D) is known color: Tyrian Purple. HEX triplet: 71, 02 and 4D. RGB value is (113,2,77). Sum of RGB (Red+Green+Blue) = 113+2+77=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71024D is #8EFDB2. Grayscale: #2B2B2B. Windows color (decimal): -9371059 or 5046897. OLE color: 5046897.
HSL color Cylindrical-coordinate representation of color #71024D: hue angle of 319.46º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71024D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.56 |
| HSL | 319.46º | 0.97% | 0.23% | - |
| HSV(B) | 319.46º | 0.98% | 0.44% | - |
| XYZ | 8.17 | 4.09 | 7.38 | - |
| YUV | 43.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 2 | 77 | 0 | 0.98 | 0.32 | 0.56 | 319.46 | 0.97 | 0.23 |
| Hex | 71 | 2 | 4D | 0 | 62 | 20 | 38 | 13F | 61 | 17 |
| Octal | 161 | 2 | 115 | 0 | 142 | 40 | 70 | 477 | 141 | 27 |
| Binary | 1110001 | 10 | 1001101 | 0 | 1100010 | 100000 | 111000 | 100111111 | 1100001 | 10111 |
Color Harmonies of #71024D
Complementary color
Monochromatic Colors of #71024D
Black with #71024D
Text Example
Text Example
White with #71024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71024D; }
p { color: rgb(113,2,77); }
H1.HeaderClassName
{
color: #71024D;
}
.AnyTagClassName
{
color: #71024D;
}
</style>
background-color css
<style>
a { background-color: #71024D; }
a { background-color: rgb(113,2,77); }
div.DivClassName
{
background-color: #71024D;
}
.BgClassName
{
background-color: #71024D;
}
</style>
border-color css
<style>
span { border-color: #71024D; }
span { border-color: rgb(113,2,77); }
td.TdClassName
{
border-color: #71024D;
}
.TagClassName
{
border-color: #71024D;
}
</style>