Shades of Purple #701686
Tints of Purple #701686
RGB
CMYK
RGB Variations
Color information
#701686 (or 0x701686) is known color: Purple. HEX triplet: 70, 16 and 86. RGB value is (112,22,134). Sum of RGB (Red+Green+Blue) = 112+22+134=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 134 (52.73% from 255 or 50% from 268); Max value from RGB is 134 - color contains mainly: blue. Hex color #701686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701686 is #8FE979. Grayscale: #3D3D3D. Windows color (decimal): -9431418 or 8787568. OLE color: 8787568.
HSL color Cylindrical-coordinate representation of color #701686: hue angle of 288.21º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701686 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 22 | 134 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.47 |
| HSL | 288.21º | 0.72% | 0.31% | - |
| HSV(B) | 288.21º | 0.84% | 0.53% | - |
| XYZ | 11.27 | 5.74 | 23.07 | - |
| YUV | 61.68 | 168.82 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 134 | 0.16 | 0.84 | 0 | 0.47 | 288.21 | 0.72 | 0.31 |
| Hex | 70 | 16 | 86 | 10 | 54 | 0 | 2F | 120 | 48 | 1F |
| Octal | 160 | 26 | 206 | 20 | 124 | 0 | 57 | 440 | 110 | 37 |
| Binary | 1110000 | 10110 | 10000110 | 10000 | 1010100 | 0 | 101111 | 100100000 | 1001000 | 11111 |
Color Harmonies of #701686
Complementary color
Monochromatic Colors of #701686
Black with #701686
Text Example
Text Example
White with #701686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701686; }
p { color: rgb(112,22,134); }
H1.HeaderClassName
{
color: #701686;
}
.AnyTagClassName
{
color: #701686;
}
</style>
background-color css
<style>
a { background-color: #701686; }
a { background-color: rgb(112,22,134); }
div.DivClassName
{
background-color: #701686;
}
.BgClassName
{
background-color: #701686;
}
</style>
border-color css
<style>
span { border-color: #701686; }
span { border-color: rgb(112,22,134); }
td.TdClassName
{
border-color: #701686;
}
.TagClassName
{
border-color: #701686;
}
</style>