Shades of Tyrian Purple #710644
Tints of Tyrian Purple #710644
RGB
CMYK
RGB Variations
Color information
#710644 (or 0x710644) is known color: Tyrian Purple. HEX triplet: 71, 06 and 44. RGB value is (113,6,68). Sum of RGB (Red+Green+Blue) = 113+6+68=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #710644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710644 is #8EF9BB. Grayscale: #2C2C2C. Windows color (decimal): -9370044 or 4458097. OLE color: 4458097.
HSL color Cylindrical-coordinate representation of color #710644: hue angle of 325.23º 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 #710644 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 6 | 68 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.56 |
| HSL | 325.23º | 0.9% | 0.23% | - |
| HSV(B) | 325.23º | 0.95% | 0.44% | - |
| XYZ | 7.92 | 4.06 | 5.83 | - |
| YUV | 45.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 68 | 0 | 0.95 | 0.40 | 0.56 | 325.23 | 0.9 | 0.23 |
| Hex | 71 | 6 | 44 | 0 | 5F | 28 | 38 | 145 | 5A | 17 |
| Octal | 161 | 6 | 104 | 0 | 137 | 50 | 70 | 505 | 132 | 27 |
| Binary | 1110001 | 110 | 1000100 | 0 | 1011111 | 101000 | 111000 | 101000101 | 1011010 | 10111 |
Color Harmonies of #710644
Complementary color
Monochromatic Colors of #710644
Black with #710644
Text Example
Text Example
White with #710644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710644; }
p { color: rgb(113,6,68); }
H1.HeaderClassName
{
color: #710644;
}
.AnyTagClassName
{
color: #710644;
}
</style>
background-color css
<style>
a { background-color: #710644; }
a { background-color: rgb(113,6,68); }
div.DivClassName
{
background-color: #710644;
}
.BgClassName
{
background-color: #710644;
}
</style>
border-color css
<style>
span { border-color: #710644; }
span { border-color: rgb(113,6,68); }
td.TdClassName
{
border-color: #710644;
}
.TagClassName
{
border-color: #710644;
}
</style>