Shades of Tyrian Purple #71044F
Tints of Tyrian Purple #71044F
RGB
CMYK
RGB Variations
Color information
#71044F (or 0x71044F) is known color: Tyrian Purple. HEX triplet: 71, 04 and 4F. RGB value is (113,4,79). Sum of RGB (Red+Green+Blue) = 113+4+79=196 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.65% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 113 - color contains mainly: red. Hex color #71044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71044F is #8EFBB0. Grayscale: #2C2C2C. Windows color (decimal): -9370545 or 5178481. OLE color: 5178481.
HSL color Cylindrical-coordinate representation of color #71044F: hue angle of 318.72º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71044F is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.56 |
| HSL | 318.72º | 0.93% | 0.23% | - |
| HSV(B) | 318.72º | 0.96% | 0.44% | - |
| XYZ | 8.26 | 4.16 | 7.76 | - |
| YUV | 45.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 4 | 79 | 0 | 0.96 | 0.30 | 0.56 | 318.72 | 0.93 | 0.23 |
| Hex | 71 | 4 | 4F | 0 | 60 | 1E | 38 | 13F | 5D | 17 |
| Octal | 161 | 4 | 117 | 0 | 140 | 36 | 70 | 477 | 135 | 27 |
| Binary | 1110001 | 100 | 1001111 | 0 | 1100000 | 11110 | 111000 | 100111111 | 1011101 | 10111 |
Color Harmonies of #71044F
Complementary color
Monochromatic Colors of #71044F
Black with #71044F
Text Example
Text Example
White with #71044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71044F; }
p { color: rgb(113,4,79); }
H1.HeaderClassName
{
color: #71044F;
}
.AnyTagClassName
{
color: #71044F;
}
</style>
background-color css
<style>
a { background-color: #71044F; }
a { background-color: rgb(113,4,79); }
div.DivClassName
{
background-color: #71044F;
}
.BgClassName
{
background-color: #71044F;
}
</style>
border-color css
<style>
span { border-color: #71044F; }
span { border-color: rgb(113,4,79); }
td.TdClassName
{
border-color: #71044F;
}
.TagClassName
{
border-color: #71044F;
}
</style>