Shades of Purple #710D72
Tints of Purple #710D72
RGB
CMYK
RGB Variations
Color information
#710D72 (or 0x710D72) is known color: Purple. HEX triplet: 71, 0D and 72. RGB value is (113,13,114). Sum of RGB (Red+Green+Blue) = 113+13+114=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #710D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D72 is #8EF28D. Grayscale: #363636. Windows color (decimal): -9368206 or 7474545. OLE color: 7474545.
HSL color Cylindrical-coordinate representation of color #710D72: hue angle of 299.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710D72 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 13 | 114 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.55 |
| HSL | 299.41º | 0.8% | 0.25% | - |
| HSV(B) | 299.41º | 0.89% | 0.45% | - |
| XYZ | 9.99 | 5.01 | 16.36 | - |
| YUV | 54.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 114 | 0.01 | 0.89 | 0 | 0.55 | 299.41 | 0.8 | 0.25 |
| Hex | 71 | D | 72 | 1 | 59 | 0 | 37 | 12B | 50 | 19 |
| Octal | 161 | 15 | 162 | 1 | 131 | 0 | 67 | 453 | 120 | 31 |
| Binary | 1110001 | 1101 | 1110010 | 1 | 1011001 | 0 | 110111 | 100101011 | 1010000 | 11001 |
Color Harmonies of #710D72
Complementary color
Monochromatic Colors of #710D72
Black with #710D72
Text Example
Text Example
White with #710D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D72; }
p { color: rgb(113,13,114); }
H1.HeaderClassName
{
color: #710D72;
}
.AnyTagClassName
{
color: #710D72;
}
</style>
background-color css
<style>
a { background-color: #710D72; }
a { background-color: rgb(113,13,114); }
div.DivClassName
{
background-color: #710D72;
}
.BgClassName
{
background-color: #710D72;
}
</style>
border-color css
<style>
span { border-color: #710D72; }
span { border-color: rgb(113,13,114); }
td.TdClassName
{
border-color: #710D72;
}
.TagClassName
{
border-color: #710D72;
}
</style>