Shades of Tyrian Purple #710153
Tints of Tyrian Purple #710153
RGB
CMYK
RGB Variations
Color information
#710153 (or 0x710153) is known color: Tyrian Purple. HEX triplet: 71, 01 and 53. RGB value is (113,1,83). Sum of RGB (Red+Green+Blue) = 113+1+83=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #710153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710153 is #8EFEAC. Grayscale: #2B2B2B. Windows color (decimal): -9371309 or 5439857. OLE color: 5439857.
HSL color Cylindrical-coordinate representation of color #710153: hue angle of 316.07º 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 #710153 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.56 |
| HSL | 316.07º | 0.98% | 0.22% | - |
| HSV(B) | 316.07º | 0.99% | 0.44% | - |
| XYZ | 8.38 | 4.16 | 8.54 | - |
| YUV | 43.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 83 | 0 | 0.99 | 0.27 | 0.56 | 316.07 | 0.98 | 0.22 |
| Hex | 71 | 1 | 53 | 0 | 63 | 1B | 38 | 13C | 62 | 16 |
| Octal | 161 | 1 | 123 | 0 | 143 | 33 | 70 | 474 | 142 | 26 |
| Binary | 1110001 | 1 | 1010011 | 0 | 1100011 | 11011 | 111000 | 100111100 | 1100010 | 10110 |
Color Harmonies of #710153
Complementary color
Monochromatic Colors of #710153
Black with #710153
Text Example
Text Example
White with #710153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710153; }
p { color: rgb(113,1,83); }
H1.HeaderClassName
{
color: #710153;
}
.AnyTagClassName
{
color: #710153;
}
</style>
background-color css
<style>
a { background-color: #710153; }
a { background-color: rgb(113,1,83); }
div.DivClassName
{
background-color: #710153;
}
.BgClassName
{
background-color: #710153;
}
</style>
border-color css
<style>
span { border-color: #710153; }
span { border-color: rgb(113,1,83); }
td.TdClassName
{
border-color: #710153;
}
.TagClassName
{
border-color: #710153;
}
</style>