Shades of Purple #701186
Tints of Purple #701186
RGB
CMYK
RGB Variations
Color information
#701186 (or 0x701186) is known color: Purple. HEX triplet: 70, 11 and 86. RGB value is (112,17,134). Sum of RGB (Red+Green+Blue) = 112+17+134=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #701186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701186 is #8FEE79. Grayscale: #3A3A3A. Windows color (decimal): -9432698 or 8786288. OLE color: 8786288.
HSL color Cylindrical-coordinate representation of color #701186: hue angle of 288.72º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701186 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 17 | 134 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.47 |
| HSL | 288.72º | 0.77% | 0.3% | - |
| HSV(B) | 288.72º | 0.87% | 0.53% | - |
| XYZ | 11.19 | 5.57 | 23.04 | - |
| YUV | 58.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 134 | 0.16 | 0.87 | 0 | 0.47 | 288.72 | 0.77 | 0.3 |
| Hex | 70 | 11 | 86 | 10 | 57 | 0 | 2F | 121 | 4D | 1E |
| Octal | 160 | 21 | 206 | 20 | 127 | 0 | 57 | 441 | 115 | 36 |
| Binary | 1110000 | 10001 | 10000110 | 10000 | 1010111 | 0 | 101111 | 100100001 | 1001101 | 11110 |
Color Harmonies of #701186
Complementary color
Monochromatic Colors of #701186
Black with #701186
Text Example
Text Example
White with #701186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701186; }
p { color: rgb(112,17,134); }
H1.HeaderClassName
{
color: #701186;
}
.AnyTagClassName
{
color: #701186;
}
</style>
background-color css
<style>
a { background-color: #701186; }
a { background-color: rgb(112,17,134); }
div.DivClassName
{
background-color: #701186;
}
.BgClassName
{
background-color: #701186;
}
</style>
border-color css
<style>
span { border-color: #701186; }
span { border-color: rgb(112,17,134); }
td.TdClassName
{
border-color: #701186;
}
.TagClassName
{
border-color: #701186;
}
</style>