Shades of Tyrian Purple #71073C
Tints of Tyrian Purple #71073C
RGB
CMYK
RGB Variations
Color information
#71073C (or 0x71073C) is known color: Tyrian Purple. HEX triplet: 71, 07 and 3C. RGB value is (113,7,60). Sum of RGB (Red+Green+Blue) = 113+7+60=180 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 113 - color contains mainly: red. Hex color #71073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71073C is #8EF8C3. Grayscale: #2C2C2C. Windows color (decimal): -9369796 or 3934065. OLE color: 3934065.
HSL color Cylindrical-coordinate representation of color #71073C: hue angle of 330º 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 #71073C is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 7 | 60 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.56 |
| HSL | 330º | 0.88% | 0.24% | - |
| HSV(B) | 330º | 0.94% | 0.44% | - |
| XYZ | 7.7 | 3.99 | 4.64 | - |
| YUV | 44.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 60 | 0 | 0.94 | 0.47 | 0.56 | 330 | 0.88 | 0.24 |
| Hex | 71 | 7 | 3C | 0 | 5E | 2F | 38 | 14A | 58 | 18 |
| Octal | 161 | 7 | 74 | 0 | 136 | 57 | 70 | 512 | 130 | 30 |
| Binary | 1110001 | 111 | 111100 | 0 | 1011110 | 101111 | 111000 | 101001010 | 1011000 | 11000 |
Color Harmonies of #71073C
Complementary color
Monochromatic Colors of #71073C
Black with #71073C
Text Example
Text Example
White with #71073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71073C; }
p { color: rgb(113,7,60); }
H1.HeaderClassName
{
color: #71073C;
}
.AnyTagClassName
{
color: #71073C;
}
</style>
background-color css
<style>
a { background-color: #71073C; }
a { background-color: rgb(113,7,60); }
div.DivClassName
{
background-color: #71073C;
}
.BgClassName
{
background-color: #71073C;
}
</style>
border-color css
<style>
span { border-color: #71073C; }
span { border-color: rgb(113,7,60); }
td.TdClassName
{
border-color: #71073C;
}
.TagClassName
{
border-color: #71073C;
}
</style>