Shades of Tyrian Purple #71062F
Tints of Tyrian Purple #71062F
RGB
CMYK
RGB Variations
Color information
#71062F (or 0x71062F) is known color: Tyrian Purple. HEX triplet: 71, 06 and 2F. RGB value is (113,6,47). Sum of RGB (Red+Green+Blue) = 113+6+47=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #71062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71062F is #8EF9D0. Grayscale: #2A2A2A. Windows color (decimal): -9370065 or 3081841. OLE color: 3081841.
HSL color Cylindrical-coordinate representation of color #71062F: hue angle of 337.01º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71062F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 47 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.56 |
| HSL | 337.01º | 0.9% | 0.23% | - |
| HSV(B) | 337.01º | 0.95% | 0.44% | - |
| XYZ | 7.39 | 3.85 | 3.04 | - |
| YUV | 42.67 | 130.45 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 47 | 0 | 0.95 | 0.58 | 0.56 | 337.01 | 0.9 | 0.23 |
| Hex | 71 | 6 | 2F | 0 | 5F | 3A | 38 | 151 | 5A | 17 |
| Octal | 161 | 6 | 57 | 0 | 137 | 72 | 70 | 521 | 132 | 27 |
| Binary | 1110001 | 110 | 101111 | 0 | 1011111 | 111010 | 111000 | 101010001 | 1011010 | 10111 |
Color Harmonies of #71062F
Complementary color
Monochromatic Colors of #71062F
Black with #71062F
Text Example
Text Example
White with #71062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71062F; }
p { color: rgb(113,6,47); }
H1.HeaderClassName
{
color: #71062F;
}
.AnyTagClassName
{
color: #71062F;
}
</style>
background-color css
<style>
a { background-color: #71062F; }
a { background-color: rgb(113,6,47); }
div.DivClassName
{
background-color: #71062F;
}
.BgClassName
{
background-color: #71062F;
}
</style>
border-color css
<style>
span { border-color: #71062F; }
span { border-color: rgb(113,6,47); }
td.TdClassName
{
border-color: #71062F;
}
.TagClassName
{
border-color: #71062F;
}
</style>