Shades of Purple #701090
Tints of Purple #701090
RGB
CMYK
RGB Variations
Color information
#701090 (or 0x701090) is known color: Purple. HEX triplet: 70, 10 and 90. RGB value is (112,16,144). Sum of RGB (Red+Green+Blue) = 112+16+144=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #701090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701090 is #8FEF6F. Grayscale: #3A3A3A. Windows color (decimal): -9432944 or 9441392. OLE color: 9441392.
HSL color Cylindrical-coordinate representation of color #701090: hue angle of 285º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #701090 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 16 | 144 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.44 |
| HSL | 285º | 0.8% | 0.31% | - |
| HSV(B) | 285º | 0.89% | 0.56% | - |
| XYZ | 11.9 | 5.83 | 26.88 | - |
| YUV | 59.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 144 | 0.22 | 0.89 | 0 | 0.44 | 285 | 0.8 | 0.31 |
| Hex | 70 | 10 | 90 | 16 | 59 | 0 | 2C | 11D | 50 | 1F |
| Octal | 160 | 20 | 220 | 26 | 131 | 0 | 54 | 435 | 120 | 37 |
| Binary | 1110000 | 10000 | 10010000 | 10110 | 1011001 | 0 | 101100 | 100011101 | 1010000 | 11111 |
Color Harmonies of #701090
Complementary color
Monochromatic Colors of #701090
Black with #701090
Text Example
Text Example
White with #701090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701090; }
p { color: rgb(112,16,144); }
H1.HeaderClassName
{
color: #701090;
}
.AnyTagClassName
{
color: #701090;
}
</style>
background-color css
<style>
a { background-color: #701090; }
a { background-color: rgb(112,16,144); }
div.DivClassName
{
background-color: #701090;
}
.BgClassName
{
background-color: #701090;
}
</style>
border-color css
<style>
span { border-color: #701090; }
span { border-color: rgb(112,16,144); }
td.TdClassName
{
border-color: #701090;
}
.TagClassName
{
border-color: #701090;
}
</style>