Shades of Purple #701786
Tints of Purple #701786
RGB
CMYK
RGB Variations
Color information
#701786 (or 0x701786) is known color: Purple. HEX triplet: 70, 17 and 86. RGB value is (112,23,134). Sum of RGB (Red+Green+Blue) = 112+23+134=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #701786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701786 is #8FE879. Grayscale: #3D3D3D. Windows color (decimal): -9431162 or 8787824. OLE color: 8787824.
HSL color Cylindrical-coordinate representation of color #701786: hue angle of 288.11º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701786 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 23 | 134 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.47 |
| HSL | 288.11º | 0.71% | 0.31% | - |
| HSV(B) | 288.11º | 0.83% | 0.53% | - |
| XYZ | 11.29 | 5.78 | 23.07 | - |
| YUV | 62.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 134 | 0.16 | 0.83 | 0 | 0.47 | 288.11 | 0.71 | 0.31 |
| Hex | 70 | 17 | 86 | 10 | 53 | 0 | 2F | 120 | 47 | 1F |
| Octal | 160 | 27 | 206 | 20 | 123 | 0 | 57 | 440 | 107 | 37 |
| Binary | 1110000 | 10111 | 10000110 | 10000 | 1010011 | 0 | 101111 | 100100000 | 1000111 | 11111 |
Color Harmonies of #701786
Complementary color
Monochromatic Colors of #701786
Black with #701786
Text Example
Text Example
White with #701786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701786; }
p { color: rgb(112,23,134); }
H1.HeaderClassName
{
color: #701786;
}
.AnyTagClassName
{
color: #701786;
}
</style>
background-color css
<style>
a { background-color: #701786; }
a { background-color: rgb(112,23,134); }
div.DivClassName
{
background-color: #701786;
}
.BgClassName
{
background-color: #701786;
}
</style>
border-color css
<style>
span { border-color: #701786; }
span { border-color: rgb(112,23,134); }
td.TdClassName
{
border-color: #701786;
}
.TagClassName
{
border-color: #701786;
}
</style>