Shades of Purple #700F86
Tints of Purple #700F86
RGB
CMYK
RGB Variations
Color information
#700F86 (or 0x700F86) is known color: Purple. HEX triplet: 70, 0F and 86. RGB value is (112,15,134). Sum of RGB (Red+Green+Blue) = 112+15+134=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #700F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F86 is #8FF079. Grayscale: #393939. Windows color (decimal): -9433210 or 8785776. OLE color: 8785776.
HSL color Cylindrical-coordinate representation of color #700F86: hue angle of 288.91º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700F86 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 15 | 134 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.47 |
| HSL | 288.91º | 0.8% | 0.29% | - |
| HSV(B) | 288.91º | 0.89% | 0.53% | - |
| XYZ | 11.16 | 5.51 | 23.03 | - |
| YUV | 57.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 134 | 0.16 | 0.89 | 0 | 0.47 | 288.91 | 0.8 | 0.29 |
| Hex | 70 | F | 86 | 10 | 59 | 0 | 2F | 121 | 50 | 1D |
| Octal | 160 | 17 | 206 | 20 | 131 | 0 | 57 | 441 | 120 | 35 |
| Binary | 1110000 | 1111 | 10000110 | 10000 | 1011001 | 0 | 101111 | 100100001 | 1010000 | 11101 |
Color Harmonies of #700F86
Complementary color
Monochromatic Colors of #700F86
Black with #700F86
Text Example
Text Example
White with #700F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F86; }
p { color: rgb(112,15,134); }
H1.HeaderClassName
{
color: #700F86;
}
.AnyTagClassName
{
color: #700F86;
}
</style>
background-color css
<style>
a { background-color: #700F86; }
a { background-color: rgb(112,15,134); }
div.DivClassName
{
background-color: #700F86;
}
.BgClassName
{
background-color: #700F86;
}
</style>
border-color css
<style>
span { border-color: #700F86; }
span { border-color: rgb(112,15,134); }
td.TdClassName
{
border-color: #700F86;
}
.TagClassName
{
border-color: #700F86;
}
</style>