Shades of Purple #70077E
Tints of Purple #70077E
RGB
CMYK
RGB Variations
Color information
#70077E (or 0x70077E) is known color: Purple. HEX triplet: 70, 07 and 7E. RGB value is (112,7,126). Sum of RGB (Red+Green+Blue) = 112+7+126=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #70077E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70077E is #8FF881. Grayscale: #333333. Windows color (decimal): -9435266 or 8259440. OLE color: 8259440.
HSL color Cylindrical-coordinate representation of color #70077E: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70077E is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 7 | 126 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.51 |
| HSL | 292.94º | 0.89% | 0.26% | - |
| HSV(B) | 292.94º | 0.94% | 0.49% | - |
| XYZ | 10.52 | 5.1 | 20.17 | - |
| YUV | 51.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 126 | 0.11 | 0.94 | 0 | 0.51 | 292.94 | 0.89 | 0.26 |
| Hex | 70 | 7 | 7E | B | 5E | 0 | 33 | 125 | 59 | 1A |
| Octal | 160 | 7 | 176 | 13 | 136 | 0 | 63 | 445 | 131 | 32 |
| Binary | 1110000 | 111 | 1111110 | 1011 | 1011110 | 0 | 110011 | 100100101 | 1011001 | 11010 |
Color Harmonies of #70077E
Complementary color
Monochromatic Colors of #70077E
Black with #70077E
Text Example
Text Example
White with #70077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70077E; }
p { color: rgb(112,7,126); }
H1.HeaderClassName
{
color: #70077E;
}
.AnyTagClassName
{
color: #70077E;
}
</style>
background-color css
<style>
a { background-color: #70077E; }
a { background-color: rgb(112,7,126); }
div.DivClassName
{
background-color: #70077E;
}
.BgClassName
{
background-color: #70077E;
}
</style>
border-color css
<style>
span { border-color: #70077E; }
span { border-color: rgb(112,7,126); }
td.TdClassName
{
border-color: #70077E;
}
.TagClassName
{
border-color: #70077E;
}
</style>