Shades of Purple #701089
Tints of Purple #701089
RGB
CMYK
RGB Variations
Color information
#701089 (or 0x701089) is known color: Purple. HEX triplet: 70, 10 and 89. RGB value is (112,16,137). Sum of RGB (Red+Green+Blue) = 112+16+137=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #701089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701089 is #8FEF76. Grayscale: #3A3A3A. Windows color (decimal): -9432951 or 8982640. OLE color: 8982640.
HSL color Cylindrical-coordinate representation of color #701089: hue angle of 287.6º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701089 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 16 | 137 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.46 |
| HSL | 287.6º | 0.79% | 0.3% | - |
| HSV(B) | 287.6º | 0.88% | 0.54% | - |
| XYZ | 11.38 | 5.62 | 24.15 | - |
| YUV | 58.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 137 | 0.18 | 0.88 | 0 | 0.46 | 287.6 | 0.79 | 0.3 |
| Hex | 70 | 10 | 89 | 12 | 58 | 0 | 2E | 120 | 4F | 1E |
| Octal | 160 | 20 | 211 | 22 | 130 | 0 | 56 | 440 | 117 | 36 |
| Binary | 1110000 | 10000 | 10001001 | 10010 | 1011000 | 0 | 101110 | 100100000 | 1001111 | 11110 |
Color Harmonies of #701089
Complementary color
Monochromatic Colors of #701089
Black with #701089
Text Example
Text Example
White with #701089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701089; }
p { color: rgb(112,16,137); }
H1.HeaderClassName
{
color: #701089;
}
.AnyTagClassName
{
color: #701089;
}
</style>
background-color css
<style>
a { background-color: #701089; }
a { background-color: rgb(112,16,137); }
div.DivClassName
{
background-color: #701089;
}
.BgClassName
{
background-color: #701089;
}
</style>
border-color css
<style>
span { border-color: #701089; }
span { border-color: rgb(112,16,137); }
td.TdClassName
{
border-color: #701089;
}
.TagClassName
{
border-color: #701089;
}
</style>