Shades of Purple #710D8D
Tints of Purple #710D8D
RGB
CMYK
RGB Variations
Color information
#710D8D (or 0x710D8D) is known color: Purple. HEX triplet: 71, 0D and 8D. RGB value is (113,13,141). Sum of RGB (Red+Green+Blue) = 113+13+141=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #710D8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710D8D is #8EF272. Grayscale: #393939. Windows color (decimal): -9368179 or 9244017. OLE color: 9244017.
HSL color Cylindrical-coordinate representation of color #710D8D: hue angle of 286.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710D8D is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 13 | 141 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.45 |
| HSL | 286.88º | 0.83% | 0.3% | - |
| HSV(B) | 286.88º | 0.91% | 0.55% | - |
| XYZ | 11.76 | 5.72 | 25.68 | - |
| YUV | 57.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 141 | 0.20 | 0.91 | 0 | 0.45 | 286.88 | 0.83 | 0.3 |
| Hex | 71 | D | 8D | 14 | 5B | 0 | 2D | 11F | 53 | 1E |
| Octal | 161 | 15 | 215 | 24 | 133 | 0 | 55 | 437 | 123 | 36 |
| Binary | 1110001 | 1101 | 10001101 | 10100 | 1011011 | 0 | 101101 | 100011111 | 1010011 | 11110 |
Color Harmonies of #710D8D
Complementary color
Monochromatic Colors of #710D8D
Black with #710D8D
Text Example
Text Example
White with #710D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D8D; }
p { color: rgb(113,13,141); }
H1.HeaderClassName
{
color: #710D8D;
}
.AnyTagClassName
{
color: #710D8D;
}
</style>
background-color css
<style>
a { background-color: #710D8D; }
a { background-color: rgb(113,13,141); }
div.DivClassName
{
background-color: #710D8D;
}
.BgClassName
{
background-color: #710D8D;
}
</style>
border-color css
<style>
span { border-color: #710D8D; }
span { border-color: rgb(113,13,141); }
td.TdClassName
{
border-color: #710D8D;
}
.TagClassName
{
border-color: #710D8D;
}
</style>