Shades of Tyrian Purple #710B44
Tints of Tyrian Purple #710B44
RGB
CMYK
RGB Variations
Color information
#710B44 (or 0x710B44) is known color: Tyrian Purple. HEX triplet: 71, 0B and 44. RGB value is (113,11,68). Sum of RGB (Red+Green+Blue) = 113+11+68=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #710B44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B44 is #8EF4BB. Grayscale: #2F2F2F. Windows color (decimal): -9368764 or 4459377. OLE color: 4459377.
HSL color Cylindrical-coordinate representation of color #710B44: hue angle of 326.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B44 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 11 | 68 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.56 |
| HSL | 326.47º | 0.82% | 0.24% | - |
| HSV(B) | 326.47º | 0.9% | 0.44% | - |
| XYZ | 7.97 | 4.17 | 5.85 | - |
| YUV | 48 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 68 | 0 | 0.90 | 0.40 | 0.56 | 326.47 | 0.82 | 0.24 |
| Hex | 71 | B | 44 | 0 | 5A | 28 | 38 | 146 | 52 | 18 |
| Octal | 161 | 13 | 104 | 0 | 132 | 50 | 70 | 506 | 122 | 30 |
| Binary | 1110001 | 1011 | 1000100 | 0 | 1011010 | 101000 | 111000 | 101000110 | 1010010 | 11000 |
Color Harmonies of #710B44
Complementary color
Monochromatic Colors of #710B44
Black with #710B44
Text Example
Text Example
White with #710B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B44; }
p { color: rgb(113,11,68); }
H1.HeaderClassName
{
color: #710B44;
}
.AnyTagClassName
{
color: #710B44;
}
</style>
background-color css
<style>
a { background-color: #710B44; }
a { background-color: rgb(113,11,68); }
div.DivClassName
{
background-color: #710B44;
}
.BgClassName
{
background-color: #710B44;
}
</style>
border-color css
<style>
span { border-color: #710B44; }
span { border-color: rgb(113,11,68); }
td.TdClassName
{
border-color: #710B44;
}
.TagClassName
{
border-color: #710B44;
}
</style>