Shades of Purple #710F95
Tints of Purple #710F95
RGB
CMYK
RGB Variations
Color information
#710F95 (or 0x710F95) is known color: Purple. HEX triplet: 71, 0F and 95. RGB value is (113,15,149). Sum of RGB (Red+Green+Blue) = 113+15+149=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #710F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F95 is #8EF06A. Grayscale: #3B3B3B. Windows color (decimal): -9367659 or 9768817. OLE color: 9768817.
HSL color Cylindrical-coordinate representation of color #710F95: hue angle of 283.88º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710F95 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 15 | 149 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.42 |
| HSL | 283.88º | 0.82% | 0.32% | - |
| HSV(B) | 283.88º | 0.9% | 0.58% | - |
| XYZ | 12.41 | 6.02 | 28.94 | - |
| YUV | 59.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 149 | 0.24 | 0.90 | 0 | 0.42 | 283.88 | 0.82 | 0.32 |
| Hex | 71 | F | 95 | 18 | 5A | 0 | 2A | 11C | 52 | 20 |
| Octal | 161 | 17 | 225 | 30 | 132 | 0 | 52 | 434 | 122 | 40 |
| Binary | 1110001 | 1111 | 10010101 | 11000 | 1011010 | 0 | 101010 | 100011100 | 1010010 | 100000 |
Color Harmonies of #710F95
Complementary color
Monochromatic Colors of #710F95
Black with #710F95
Text Example
Text Example
White with #710F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F95; }
p { color: rgb(113,15,149); }
H1.HeaderClassName
{
color: #710F95;
}
.AnyTagClassName
{
color: #710F95;
}
</style>
background-color css
<style>
a { background-color: #710F95; }
a { background-color: rgb(113,15,149); }
div.DivClassName
{
background-color: #710F95;
}
.BgClassName
{
background-color: #710F95;
}
</style>
border-color css
<style>
span { border-color: #710F95; }
span { border-color: rgb(113,15,149); }
td.TdClassName
{
border-color: #710F95;
}
.TagClassName
{
border-color: #710F95;
}
</style>