Shades of Tyrian Purple #71004E
Tints of Tyrian Purple #71004E
RGB
CMYK
RGB Variations
Color information
#71004E (or 0x71004E) is known color: Tyrian Purple. HEX triplet: 71, 00 and 4E. RGB value is (113,0,78). Sum of RGB (Red+Green+Blue) = 113+0+78=191 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.16% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 113 - color contains mainly: red. Hex color #71004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71004E is #8EFFB1. Grayscale: #2A2A2A. Windows color (decimal): -9371570 or 5111921. OLE color: 5111921.
HSL color Cylindrical-coordinate representation of color #71004E: hue angle of 318.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 #71004E is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.31 | 0.56 |
| HSL | 318.58º | 1% | 0.22% | - |
| HSV(B) | 318.58º | 1% | 0.44% | - |
| XYZ | 8.19 | 4.06 | 7.56 | - |
| YUV | 42.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 78 | 0 | 1 | 0.31 | 0.56 | 318.58 | 1 | 0.22 |
| Hex | 71 | 0 | 4E | 0 | 64 | 1F | 38 | 13F | 64 | 16 |
| Octal | 161 | 0 | 116 | 0 | 144 | 37 | 70 | 477 | 144 | 26 |
| Binary | 1110001 | 0 | 1001110 | 0 | 1100100 | 11111 | 111000 | 100111111 | 1100100 | 10110 |
Color Harmonies of #71004E
Complementary color
Monochromatic Colors of #71004E
Black with #71004E
Text Example
Text Example
White with #71004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71004E; }
p { color: rgb(113,0,78); }
H1.HeaderClassName
{
color: #71004E;
}
.AnyTagClassName
{
color: #71004E;
}
</style>
background-color css
<style>
a { background-color: #71004E; }
a { background-color: rgb(113,0,78); }
div.DivClassName
{
background-color: #71004E;
}
.BgClassName
{
background-color: #71004E;
}
</style>
border-color css
<style>
span { border-color: #71004E; }
span { border-color: rgb(113,0,78); }
td.TdClassName
{
border-color: #71004E;
}
.TagClassName
{
border-color: #71004E;
}
</style>