Shades of Tyrian Purple #71084A
Tints of Tyrian Purple #71084A
RGB
CMYK
RGB Variations
Color information
#71084A (or 0x71084A) is known color: Tyrian Purple. HEX triplet: 71, 08 and 4A. RGB value is (113,8,74). Sum of RGB (Red+Green+Blue) = 113+8+74=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71084A is #8EF7B5. Grayscale: #2E2E2E. Windows color (decimal): -9369526 or 4851825. OLE color: 4851825.
HSL color Cylindrical-coordinate representation of color #71084A: hue angle of 322.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71084A is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 8 | 74 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.56 |
| HSL | 322.29º | 0.87% | 0.24% | - |
| HSV(B) | 322.29º | 0.93% | 0.44% | - |
| XYZ | 8.13 | 4.18 | 6.86 | - |
| YUV | 46.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 74 | 0 | 0.93 | 0.35 | 0.56 | 322.29 | 0.87 | 0.24 |
| Hex | 71 | 8 | 4A | 0 | 5D | 23 | 38 | 142 | 57 | 18 |
| Octal | 161 | 10 | 112 | 0 | 135 | 43 | 70 | 502 | 127 | 30 |
| Binary | 1110001 | 1000 | 1001010 | 0 | 1011101 | 100011 | 111000 | 101000010 | 1010111 | 11000 |
Color Harmonies of #71084A
Complementary color
Monochromatic Colors of #71084A
Black with #71084A
Text Example
Text Example
White with #71084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71084A; }
p { color: rgb(113,8,74); }
H1.HeaderClassName
{
color: #71084A;
}
.AnyTagClassName
{
color: #71084A;
}
</style>
background-color css
<style>
a { background-color: #71084A; }
a { background-color: rgb(113,8,74); }
div.DivClassName
{
background-color: #71084A;
}
.BgClassName
{
background-color: #71084A;
}
</style>
border-color css
<style>
span { border-color: #71084A; }
span { border-color: rgb(113,8,74); }
td.TdClassName
{
border-color: #71084A;
}
.TagClassName
{
border-color: #71084A;
}
</style>