Shades of Purple #70117E
Tints of Purple #70117E
RGB
CMYK
RGB Variations
Color information
#70117E (or 0x70117E) is known color: Purple. HEX triplet: 70, 11 and 7E. RGB value is (112,17,126). Sum of RGB (Red+Green+Blue) = 112+17+126=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #70117E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70117E is #8FEE81. Grayscale: #393939. Windows color (decimal): -9432706 or 8262000. OLE color: 8262000.
HSL color Cylindrical-coordinate representation of color #70117E: hue angle of 292.29º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70117E is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 17 | 126 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.51 |
| HSL | 292.29º | 0.76% | 0.28% | - |
| HSV(B) | 292.29º | 0.87% | 0.49% | - |
| XYZ | 10.65 | 5.35 | 20.21 | - |
| YUV | 57.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 126 | 0.11 | 0.87 | 0 | 0.51 | 292.29 | 0.76 | 0.28 |
| Hex | 70 | 11 | 7E | B | 57 | 0 | 33 | 124 | 4C | 1C |
| Octal | 160 | 21 | 176 | 13 | 127 | 0 | 63 | 444 | 114 | 34 |
| Binary | 1110000 | 10001 | 1111110 | 1011 | 1010111 | 0 | 110011 | 100100100 | 1001100 | 11100 |
Color Harmonies of #70117E
Complementary color
Monochromatic Colors of #70117E
Black with #70117E
Text Example
Text Example
White with #70117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70117E; }
p { color: rgb(112,17,126); }
H1.HeaderClassName
{
color: #70117E;
}
.AnyTagClassName
{
color: #70117E;
}
</style>
background-color css
<style>
a { background-color: #70117E; }
a { background-color: rgb(112,17,126); }
div.DivClassName
{
background-color: #70117E;
}
.BgClassName
{
background-color: #70117E;
}
</style>
border-color css
<style>
span { border-color: #70117E; }
span { border-color: rgb(112,17,126); }
td.TdClassName
{
border-color: #70117E;
}
.TagClassName
{
border-color: #70117E;
}
</style>