Shades of Purple #70107E
Tints of Purple #70107E
RGB
CMYK
RGB Variations
Color information
#70107E (or 0x70107E) is known color: Purple. HEX triplet: 70, 10 and 7E. RGB value is (112,16,126). Sum of RGB (Red+Green+Blue) = 112+16+126=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #70107E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70107E is #8FEF81. Grayscale: #383838. Windows color (decimal): -9432962 or 8261744. OLE color: 8261744.
HSL color Cylindrical-coordinate representation of color #70107E: hue angle of 292.36º degrees, saturation: 0.77, 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 #70107E is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 16 | 126 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.51 |
| HSL | 292.36º | 0.77% | 0.28% | - |
| HSV(B) | 292.36º | 0.87% | 0.49% | - |
| XYZ | 10.63 | 5.32 | 20.21 | - |
| YUV | 57.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 126 | 0.11 | 0.87 | 0 | 0.51 | 292.36 | 0.77 | 0.28 |
| Hex | 70 | 10 | 7E | B | 57 | 0 | 33 | 124 | 4D | 1C |
| Octal | 160 | 20 | 176 | 13 | 127 | 0 | 63 | 444 | 115 | 34 |
| Binary | 1110000 | 10000 | 1111110 | 1011 | 1010111 | 0 | 110011 | 100100100 | 1001101 | 11100 |
Color Harmonies of #70107E
Complementary color
Monochromatic Colors of #70107E
Black with #70107E
Text Example
Text Example
White with #70107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70107E; }
p { color: rgb(112,16,126); }
H1.HeaderClassName
{
color: #70107E;
}
.AnyTagClassName
{
color: #70107E;
}
</style>
background-color css
<style>
a { background-color: #70107E; }
a { background-color: rgb(112,16,126); }
div.DivClassName
{
background-color: #70107E;
}
.BgClassName
{
background-color: #70107E;
}
</style>
border-color css
<style>
span { border-color: #70107E; }
span { border-color: rgb(112,16,126); }
td.TdClassName
{
border-color: #70107E;
}
.TagClassName
{
border-color: #70107E;
}
</style>