Shades of Purple #701386
Tints of Purple #701386
RGB
CMYK
RGB Variations
Color information
#701386 (or 0x701386) is known color: Purple. HEX triplet: 70, 13 and 86. RGB value is (112,19,134). Sum of RGB (Red+Green+Blue) = 112+19+134=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 134 (52.73% from 255 or 50.57% from 265); Max value from RGB is 134 - color contains mainly: blue. Hex color #701386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701386 is #8FEC79. Grayscale: #3B3B3B. Windows color (decimal): -9432186 or 8786800. OLE color: 8786800.
HSL color Cylindrical-coordinate representation of color #701386: hue angle of 288.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701386 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 19 | 134 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.47 |
| HSL | 288.52º | 0.75% | 0.3% | - |
| HSV(B) | 288.52º | 0.86% | 0.53% | - |
| XYZ | 11.22 | 5.63 | 23.05 | - |
| YUV | 59.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 134 | 0.16 | 0.86 | 0 | 0.47 | 288.52 | 0.75 | 0.3 |
| Hex | 70 | 13 | 86 | 10 | 56 | 0 | 2F | 121 | 4B | 1E |
| Octal | 160 | 23 | 206 | 20 | 126 | 0 | 57 | 441 | 113 | 36 |
| Binary | 1110000 | 10011 | 10000110 | 10000 | 1010110 | 0 | 101111 | 100100001 | 1001011 | 11110 |
Color Harmonies of #701386
Complementary color
Monochromatic Colors of #701386
Black with #701386
Text Example
Text Example
White with #701386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701386; }
p { color: rgb(112,19,134); }
H1.HeaderClassName
{
color: #701386;
}
.AnyTagClassName
{
color: #701386;
}
</style>
background-color css
<style>
a { background-color: #701386; }
a { background-color: rgb(112,19,134); }
div.DivClassName
{
background-color: #701386;
}
.BgClassName
{
background-color: #701386;
}
</style>
border-color css
<style>
span { border-color: #701386; }
span { border-color: rgb(112,19,134); }
td.TdClassName
{
border-color: #701386;
}
.TagClassName
{
border-color: #701386;
}
</style>