Shades of Purple #70158E
Tints of Purple #70158E
RGB
CMYK
RGB Variations
Color information
#70158E (or 0x70158E) is known color: Purple. HEX triplet: 70, 15 and 8E. RGB value is (112,21,142). Sum of RGB (Red+Green+Blue) = 112+21+142=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #70158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70158E is #8FEA71. Grayscale: #3D3D3D. Windows color (decimal): -9431666 or 9311600. OLE color: 9311600.
HSL color Cylindrical-coordinate representation of color #70158E: hue angle of 285.12º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70158E is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 21 | 142 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.44 |
| HSL | 285.12º | 0.74% | 0.32% | - |
| HSV(B) | 285.12º | 0.85% | 0.56% | - |
| XYZ | 11.83 | 5.93 | 26.11 | - |
| YUV | 62 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 142 | 0.21 | 0.85 | 0 | 0.44 | 285.12 | 0.74 | 0.32 |
| Hex | 70 | 15 | 8E | 15 | 55 | 0 | 2C | 11D | 4A | 20 |
| Octal | 160 | 25 | 216 | 25 | 125 | 0 | 54 | 435 | 112 | 40 |
| Binary | 1110000 | 10101 | 10001110 | 10101 | 1010101 | 0 | 101100 | 100011101 | 1001010 | 100000 |
Color Harmonies of #70158E
Complementary color
Monochromatic Colors of #70158E
Black with #70158E
Text Example
Text Example
White with #70158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70158E; }
p { color: rgb(112,21,142); }
H1.HeaderClassName
{
color: #70158E;
}
.AnyTagClassName
{
color: #70158E;
}
</style>
background-color css
<style>
a { background-color: #70158E; }
a { background-color: rgb(112,21,142); }
div.DivClassName
{
background-color: #70158E;
}
.BgClassName
{
background-color: #70158E;
}
</style>
border-color css
<style>
span { border-color: #70158E; }
span { border-color: rgb(112,21,142); }
td.TdClassName
{
border-color: #70158E;
}
.TagClassName
{
border-color: #70158E;
}
</style>