Shades of Tyrian Purple #710154
Tints of Tyrian Purple #710154
RGB
CMYK
RGB Variations
Color information
#710154 (or 0x710154) is known color: Tyrian Purple. HEX triplet: 71, 01 and 54. RGB value is (113,1,84). Sum of RGB (Red+Green+Blue) = 113+1+84=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #710154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710154 is #8EFEAB. Grayscale: #2B2B2B. Windows color (decimal): -9371308 or 5505393. OLE color: 5505393.
HSL color Cylindrical-coordinate representation of color #710154: hue angle of 315.54º 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 #710154 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.56 |
| HSL | 315.54º | 0.98% | 0.22% | - |
| HSV(B) | 315.54º | 0.99% | 0.44% | - |
| XYZ | 8.42 | 4.17 | 8.75 | - |
| YUV | 43.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 84 | 0 | 0.99 | 0.26 | 0.56 | 315.54 | 0.98 | 0.22 |
| Hex | 71 | 1 | 54 | 0 | 63 | 1A | 38 | 13C | 62 | 16 |
| Octal | 161 | 1 | 124 | 0 | 143 | 32 | 70 | 474 | 142 | 26 |
| Binary | 1110001 | 1 | 1010100 | 0 | 1100011 | 11010 | 111000 | 100111100 | 1100010 | 10110 |
Color Harmonies of #710154
Complementary color
Monochromatic Colors of #710154
Black with #710154
Text Example
Text Example
White with #710154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710154; }
p { color: rgb(113,1,84); }
H1.HeaderClassName
{
color: #710154;
}
.AnyTagClassName
{
color: #710154;
}
</style>
background-color css
<style>
a { background-color: #710154; }
a { background-color: rgb(113,1,84); }
div.DivClassName
{
background-color: #710154;
}
.BgClassName
{
background-color: #710154;
}
</style>
border-color css
<style>
span { border-color: #710154; }
span { border-color: rgb(113,1,84); }
td.TdClassName
{
border-color: #710154;
}
.TagClassName
{
border-color: #710154;
}
</style>