Shades of Tyrian Purple #710146
Tints of Tyrian Purple #710146
RGB
CMYK
RGB Variations
Color information
#710146 (or 0x710146) is known color: Tyrian Purple. HEX triplet: 71, 01 and 46. RGB value is (113,1,70). Sum of RGB (Red+Green+Blue) = 113+1+70=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #710146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710146 is #8EFEB9. Grayscale: #2A2A2A. Windows color (decimal): -9371322 or 4587889. OLE color: 4587889.
HSL color Cylindrical-coordinate representation of color #710146: hue angle of 323.04º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710146 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.56 |
| HSL | 323.04º | 0.98% | 0.22% | - |
| HSV(B) | 323.04º | 0.99% | 0.44% | - |
| XYZ | 7.93 | 3.97 | 6.14 | - |
| YUV | 42.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 70 | 0 | 0.99 | 0.38 | 0.56 | 323.04 | 0.98 | 0.22 |
| Hex | 71 | 1 | 46 | 0 | 63 | 26 | 38 | 143 | 62 | 16 |
| Octal | 161 | 1 | 106 | 0 | 143 | 46 | 70 | 503 | 142 | 26 |
| Binary | 1110001 | 1 | 1000110 | 0 | 1100011 | 100110 | 111000 | 101000011 | 1100010 | 10110 |
Color Harmonies of #710146
Complementary color
Monochromatic Colors of #710146
Black with #710146
Text Example
Text Example
White with #710146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710146; }
p { color: rgb(113,1,70); }
H1.HeaderClassName
{
color: #710146;
}
.AnyTagClassName
{
color: #710146;
}
</style>
background-color css
<style>
a { background-color: #710146; }
a { background-color: rgb(113,1,70); }
div.DivClassName
{
background-color: #710146;
}
.BgClassName
{
background-color: #710146;
}
</style>
border-color css
<style>
span { border-color: #710146; }
span { border-color: rgb(113,1,70); }
td.TdClassName
{
border-color: #710146;
}
.TagClassName
{
border-color: #710146;
}
</style>