Shades of Purple #701088
Tints of Purple #701088
RGB
CMYK
RGB Variations
Color information
#701088 (or 0x701088) is known color: Purple. HEX triplet: 70, 10 and 88. RGB value is (112,16,136). Sum of RGB (Red+Green+Blue) = 112+16+136=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #701088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701088 is #8FEF77. Grayscale: #3A3A3A. Windows color (decimal): -9432952 or 8917104. OLE color: 8917104.
HSL color Cylindrical-coordinate representation of color #701088: hue angle of 288º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701088 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 16 | 136 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.47 |
| HSL | 288º | 0.79% | 0.3% | - |
| HSV(B) | 288º | 0.88% | 0.53% | - |
| XYZ | 11.31 | 5.59 | 23.78 | - |
| YUV | 58.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 136 | 0.18 | 0.88 | 0 | 0.47 | 288 | 0.79 | 0.3 |
| Hex | 70 | 10 | 88 | 12 | 58 | 0 | 2F | 120 | 4F | 1E |
| Octal | 160 | 20 | 210 | 22 | 130 | 0 | 57 | 440 | 117 | 36 |
| Binary | 1110000 | 10000 | 10001000 | 10010 | 1011000 | 0 | 101111 | 100100000 | 1001111 | 11110 |
Color Harmonies of #701088
Complementary color
Monochromatic Colors of #701088
Black with #701088
Text Example
Text Example
White with #701088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701088; }
p { color: rgb(112,16,136); }
H1.HeaderClassName
{
color: #701088;
}
.AnyTagClassName
{
color: #701088;
}
</style>
background-color css
<style>
a { background-color: #701088; }
a { background-color: rgb(112,16,136); }
div.DivClassName
{
background-color: #701088;
}
.BgClassName
{
background-color: #701088;
}
</style>
border-color css
<style>
span { border-color: #701088; }
span { border-color: rgb(112,16,136); }
td.TdClassName
{
border-color: #701088;
}
.TagClassName
{
border-color: #701088;
}
</style>