Shades of Tyrian Purple #71073A
Tints of Tyrian Purple #71073A
RGB
CMYK
RGB Variations
Color information
#71073A (or 0x71073A) is known color: Tyrian Purple. HEX triplet: 71, 07 and 3A. RGB value is (113,7,58). Sum of RGB (Red+Green+Blue) = 113+7+58=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71073A is #8EF8C5. Grayscale: #2C2C2C. Windows color (decimal): -9369798 or 3802993. OLE color: 3802993.
HSL color Cylindrical-coordinate representation of color #71073A: hue angle of 331.13º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71073A is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 58 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.56 |
| HSL | 331.13º | 0.88% | 0.24% | - |
| HSV(B) | 331.13º | 0.94% | 0.44% | - |
| XYZ | 7.65 | 3.97 | 4.37 | - |
| YUV | 44.51 | 135.62 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 58 | 0 | 0.94 | 0.49 | 0.56 | 331.13 | 0.88 | 0.24 |
| Hex | 71 | 7 | 3A | 0 | 5E | 31 | 38 | 14B | 58 | 18 |
| Octal | 161 | 7 | 72 | 0 | 136 | 61 | 70 | 513 | 130 | 30 |
| Binary | 1110001 | 111 | 111010 | 0 | 1011110 | 110001 | 111000 | 101001011 | 1011000 | 11000 |
Color Harmonies of #71073A
Complementary color
Monochromatic Colors of #71073A
Black with #71073A
Text Example
Text Example
White with #71073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71073A; }
p { color: rgb(113,7,58); }
H1.HeaderClassName
{
color: #71073A;
}
.AnyTagClassName
{
color: #71073A;
}
</style>
background-color css
<style>
a { background-color: #71073A; }
a { background-color: rgb(113,7,58); }
div.DivClassName
{
background-color: #71073A;
}
.BgClassName
{
background-color: #71073A;
}
</style>
border-color css
<style>
span { border-color: #71073A; }
span { border-color: rgb(113,7,58); }
td.TdClassName
{
border-color: #71073A;
}
.TagClassName
{
border-color: #71073A;
}
</style>