Shades of Purple #710C73
Tints of Purple #710C73
RGB
CMYK
RGB Variations
Color information
#710C73 (or 0x710C73) is known color: Purple. HEX triplet: 71, 0C and 73. RGB value is (113,12,115). Sum of RGB (Red+Green+Blue) = 113+12+115=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #710C73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710C73 is #8EF38C. Grayscale: #353535. Windows color (decimal): -9368461 or 7539825. OLE color: 7539825.
HSL color Cylindrical-coordinate representation of color #710C73: hue angle of 298.83º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710C73 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 12 | 115 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.55 |
| HSL | 298.84º | 0.81% | 0.25% | - |
| HSV(B) | 298.84º | 0.9% | 0.45% | - |
| XYZ | 10.04 | 5.01 | 16.66 | - |
| YUV | 53.94 | 162.46 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 115 | 0.02 | 0.90 | 0 | 0.55 | 298.84 | 0.81 | 0.25 |
| Hex | 71 | C | 73 | 2 | 5A | 0 | 37 | 12B | 51 | 19 |
| Octal | 161 | 14 | 163 | 2 | 132 | 0 | 67 | 453 | 121 | 31 |
| Binary | 1110001 | 1100 | 1110011 | 10 | 1011010 | 0 | 110111 | 100101011 | 1010001 | 11001 |
Color Harmonies of #710C73
Complementary color
Monochromatic Colors of #710C73
Black with #710C73
Text Example
Text Example
White with #710C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710C73; }
p { color: rgb(113,12,115); }
H1.HeaderClassName
{
color: #710C73;
}
.AnyTagClassName
{
color: #710C73;
}
</style>
background-color css
<style>
a { background-color: #710C73; }
a { background-color: rgb(113,12,115); }
div.DivClassName
{
background-color: #710C73;
}
.BgClassName
{
background-color: #710C73;
}
</style>
border-color css
<style>
span { border-color: #710C73; }
span { border-color: rgb(113,12,115); }
td.TdClassName
{
border-color: #710C73;
}
.TagClassName
{
border-color: #710C73;
}
</style>