Shades of Purple #701091
Tints of Purple #701091
RGB
CMYK
RGB Variations
Color information
#701091 (or 0x701091) is known color: Purple. HEX triplet: 70, 10 and 91. RGB value is (112,16,145). Sum of RGB (Red+Green+Blue) = 112+16+145=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #701091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701091 is #8FEF6E. Grayscale: #3A3A3A. Windows color (decimal): -9432943 or 9506928. OLE color: 9506928.
HSL color Cylindrical-coordinate representation of color #701091: hue angle of 284.65º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701091 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 16 | 145 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.43 |
| HSL | 284.65º | 0.8% | 0.32% | - |
| HSV(B) | 284.65º | 0.89% | 0.57% | - |
| XYZ | 11.98 | 5.86 | 27.29 | - |
| YUV | 59.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 145 | 0.23 | 0.89 | 0 | 0.43 | 284.65 | 0.8 | 0.32 |
| Hex | 70 | 10 | 91 | 17 | 59 | 0 | 2B | 11D | 50 | 20 |
| Octal | 160 | 20 | 221 | 27 | 131 | 0 | 53 | 435 | 120 | 40 |
| Binary | 1110000 | 10000 | 10010001 | 10111 | 1011001 | 0 | 101011 | 100011101 | 1010000 | 100000 |
Color Harmonies of #701091
Complementary color
Monochromatic Colors of #701091
Black with #701091
Text Example
Text Example
White with #701091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701091; }
p { color: rgb(112,16,145); }
H1.HeaderClassName
{
color: #701091;
}
.AnyTagClassName
{
color: #701091;
}
</style>
background-color css
<style>
a { background-color: #701091; }
a { background-color: rgb(112,16,145); }
div.DivClassName
{
background-color: #701091;
}
.BgClassName
{
background-color: #701091;
}
</style>
border-color css
<style>
span { border-color: #701091; }
span { border-color: rgb(112,16,145); }
td.TdClassName
{
border-color: #701091;
}
.TagClassName
{
border-color: #701091;
}
</style>