Shades of Purple #70127E
Tints of Purple #70127E
RGB
CMYK
RGB Variations
Color information
#70127E (or 0x70127E) is known color: Purple. HEX triplet: 70, 12 and 7E. RGB value is (112,18,126). Sum of RGB (Red+Green+Blue) = 112+18+126=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #70127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70127E is #8FED81. Grayscale: #3A3A3A. Windows color (decimal): -9432450 or 8262256. OLE color: 8262256.
HSL color Cylindrical-coordinate representation of color #70127E: hue angle of 292.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70127E is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 18 | 126 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.51 |
| HSL | 292.22º | 0.75% | 0.28% | - |
| HSV(B) | 292.22º | 0.86% | 0.49% | - |
| XYZ | 10.66 | 5.38 | 20.22 | - |
| YUV | 58.42 | 166.14 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 18 | 126 | 0.11 | 0.86 | 0 | 0.51 | 292.22 | 0.75 | 0.28 |
| Hex | 70 | 12 | 7E | B | 56 | 0 | 33 | 124 | 4B | 1C |
| Octal | 160 | 22 | 176 | 13 | 126 | 0 | 63 | 444 | 113 | 34 |
| Binary | 1110000 | 10010 | 1111110 | 1011 | 1010110 | 0 | 110011 | 100100100 | 1001011 | 11100 |
Color Harmonies of #70127E
Complementary color
Monochromatic Colors of #70127E
Black with #70127E
Text Example
Text Example
White with #70127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70127E; }
p { color: rgb(112,18,126); }
H1.HeaderClassName
{
color: #70127E;
}
.AnyTagClassName
{
color: #70127E;
}
</style>
background-color css
<style>
a { background-color: #70127E; }
a { background-color: rgb(112,18,126); }
div.DivClassName
{
background-color: #70127E;
}
.BgClassName
{
background-color: #70127E;
}
</style>
border-color css
<style>
span { border-color: #70127E; }
span { border-color: rgb(112,18,126); }
td.TdClassName
{
border-color: #70127E;
}
.TagClassName
{
border-color: #70127E;
}
</style>