Shades of Purple #710F8D
Tints of Purple #710F8D
RGB
CMYK
RGB Variations
Color information
#710F8D (or 0x710F8D) is known color: Purple. HEX triplet: 71, 0F and 8D. RGB value is (113,15,141). Sum of RGB (Red+Green+Blue) = 113+15+141=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #710F8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F8D is #8EF072. Grayscale: #3A3A3A. Windows color (decimal): -9367667 or 9244529. OLE color: 9244529.
HSL color Cylindrical-coordinate representation of color #710F8D: hue angle of 286.67º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710F8D is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 15 | 141 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.45 |
| HSL | 286.67º | 0.81% | 0.31% | - |
| HSV(B) | 286.67º | 0.89% | 0.55% | - |
| XYZ | 11.79 | 5.78 | 25.69 | - |
| YUV | 58.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 141 | 0.20 | 0.89 | 0 | 0.45 | 286.67 | 0.81 | 0.31 |
| Hex | 71 | F | 8D | 14 | 59 | 0 | 2D | 11F | 51 | 1F |
| Octal | 161 | 17 | 215 | 24 | 131 | 0 | 55 | 437 | 121 | 37 |
| Binary | 1110001 | 1111 | 10001101 | 10100 | 1011001 | 0 | 101101 | 100011111 | 1010001 | 11111 |
Color Harmonies of #710F8D
Complementary color
Monochromatic Colors of #710F8D
Black with #710F8D
Text Example
Text Example
White with #710F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F8D; }
p { color: rgb(113,15,141); }
H1.HeaderClassName
{
color: #710F8D;
}
.AnyTagClassName
{
color: #710F8D;
}
</style>
background-color css
<style>
a { background-color: #710F8D; }
a { background-color: rgb(113,15,141); }
div.DivClassName
{
background-color: #710F8D;
}
.BgClassName
{
background-color: #710F8D;
}
</style>
border-color css
<style>
span { border-color: #710F8D; }
span { border-color: rgb(113,15,141); }
td.TdClassName
{
border-color: #710F8D;
}
.TagClassName
{
border-color: #710F8D;
}
</style>