Shades of Purple #710086
Tints of Purple #710086
RGB
CMYK
RGB Variations
Color information
#710086 (or 0x710086) is known color: Purple. HEX triplet: 71, 00 and 86. RGB value is (113,0,134). Sum of RGB (Red+Green+Blue) = 113+0+134=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #710086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710086 is #8EFF79. Grayscale: #303030. Windows color (decimal): -9371514 or 8781937. OLE color: 8781937.
HSL color Cylindrical-coordinate representation of color #710086: hue angle of 290.6º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710086 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 0 | 134 | - |
| CMYK | 0.16 | 1 | 0 | 0.47 |
| HSL | 290.6º | 1% | 0.26% | - |
| HSV(B) | 290.6º | 1% | 0.53% | - |
| XYZ | 11.11 | 5.23 | 22.98 | - |
| YUV | 49.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 134 | 0.16 | 1 | 0 | 0.47 | 290.6 | 1 | 0.26 |
| Hex | 71 | 0 | 86 | 10 | 64 | 0 | 2F | 123 | 64 | 1A |
| Octal | 161 | 0 | 206 | 20 | 144 | 0 | 57 | 443 | 144 | 32 |
| Binary | 1110001 | 0 | 10000110 | 10000 | 1100100 | 0 | 101111 | 100100011 | 1100100 | 11010 |
Color Harmonies of #710086
Complementary color
Monochromatic Colors of #710086
Black with #710086
Text Example
Text Example
White with #710086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710086; }
p { color: rgb(113,0,134); }
H1.HeaderClassName
{
color: #710086;
}
.AnyTagClassName
{
color: #710086;
}
</style>
background-color css
<style>
a { background-color: #710086; }
a { background-color: rgb(113,0,134); }
div.DivClassName
{
background-color: #710086;
}
.BgClassName
{
background-color: #710086;
}
</style>
border-color css
<style>
span { border-color: #710086; }
span { border-color: rgb(113,0,134); }
td.TdClassName
{
border-color: #710086;
}
.TagClassName
{
border-color: #710086;
}
</style>