Shades of Purple #70118D
Tints of Purple #70118D
RGB
CMYK
RGB Variations
Color information
#70118D (or 0x70118D) is known color: Purple. HEX triplet: 70, 11 and 8D. RGB value is (112,17,141). Sum of RGB (Red+Green+Blue) = 112+17+141=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #70118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70118D is #8FEE72. Grayscale: #3B3B3B. Windows color (decimal): -9432691 or 9245040. OLE color: 9245040.
HSL color Cylindrical-coordinate representation of color #70118D: hue angle of 285.97º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70118D is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 17 | 141 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.45 |
| HSL | 285.97º | 0.78% | 0.31% | - |
| HSV(B) | 285.97º | 0.88% | 0.55% | - |
| XYZ | 11.69 | 5.77 | 25.7 | - |
| YUV | 59.54 | 173.97 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 141 | 0.21 | 0.88 | 0 | 0.45 | 285.97 | 0.78 | 0.31 |
| Hex | 70 | 11 | 8D | 15 | 58 | 0 | 2D | 11E | 4E | 1F |
| Octal | 160 | 21 | 215 | 25 | 130 | 0 | 55 | 436 | 116 | 37 |
| Binary | 1110000 | 10001 | 10001101 | 10101 | 1011000 | 0 | 101101 | 100011110 | 1001110 | 11111 |
Color Harmonies of #70118D
Complementary color
Monochromatic Colors of #70118D
Black with #70118D
Text Example
Text Example
White with #70118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70118D; }
p { color: rgb(112,17,141); }
H1.HeaderClassName
{
color: #70118D;
}
.AnyTagClassName
{
color: #70118D;
}
</style>
background-color css
<style>
a { background-color: #70118D; }
a { background-color: rgb(112,17,141); }
div.DivClassName
{
background-color: #70118D;
}
.BgClassName
{
background-color: #70118D;
}
</style>
border-color css
<style>
span { border-color: #70118D; }
span { border-color: rgb(112,17,141); }
td.TdClassName
{
border-color: #70118D;
}
.TagClassName
{
border-color: #70118D;
}
</style>