Shades of Tyrian Purple #71004D
Tints of Tyrian Purple #71004D
RGB
CMYK
RGB Variations
Color information
#71004D (or 0x71004D) is known color: Tyrian Purple. HEX triplet: 71, 00 and 4D. RGB value is (113,0,77). Sum of RGB (Red+Green+Blue) = 113+0+77=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71004D is #8EFFB2. Grayscale: #2A2A2A. Windows color (decimal): -9371571 or 5046385. OLE color: 5046385.
HSL color Cylindrical-coordinate representation of color #71004D: hue angle of 319.12º 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 #71004D is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.32 | 0.56 |
| HSL | 319.12º | 1% | 0.22% | - |
| HSV(B) | 319.12º | 1% | 0.44% | - |
| XYZ | 8.15 | 4.05 | 7.37 | - |
| YUV | 42.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 77 | 0 | 1 | 0.32 | 0.56 | 319.12 | 1 | 0.22 |
| Hex | 71 | 0 | 4D | 0 | 64 | 20 | 38 | 13F | 64 | 16 |
| Octal | 161 | 0 | 115 | 0 | 144 | 40 | 70 | 477 | 144 | 26 |
| Binary | 1110001 | 0 | 1001101 | 0 | 1100100 | 100000 | 111000 | 100111111 | 1100100 | 10110 |
Color Harmonies of #71004D
Complementary color
Monochromatic Colors of #71004D
Black with #71004D
Text Example
Text Example
White with #71004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71004D; }
p { color: rgb(113,0,77); }
H1.HeaderClassName
{
color: #71004D;
}
.AnyTagClassName
{
color: #71004D;
}
</style>
background-color css
<style>
a { background-color: #71004D; }
a { background-color: rgb(113,0,77); }
div.DivClassName
{
background-color: #71004D;
}
.BgClassName
{
background-color: #71004D;
}
</style>
border-color css
<style>
span { border-color: #71004D; }
span { border-color: rgb(113,0,77); }
td.TdClassName
{
border-color: #71004D;
}
.TagClassName
{
border-color: #71004D;
}
</style>