Shades of Purple #700E7E
Tints of Purple #700E7E
RGB
CMYK
RGB Variations
Color information
#700E7E (or 0x700E7E) is known color: Purple. HEX triplet: 70, 0E and 7E. RGB value is (112,14,126). Sum of RGB (Red+Green+Blue) = 112+14+126=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #700E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E7E is #8FF181. Grayscale: #373737. Windows color (decimal): -9433474 or 8261232. OLE color: 8261232.
HSL color Cylindrical-coordinate representation of color #700E7E: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700E7E is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 14 | 126 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.51 |
| HSL | 292.5º | 0.8% | 0.27% | - |
| HSV(B) | 292.5º | 0.89% | 0.49% | - |
| XYZ | 10.61 | 5.27 | 20.2 | - |
| YUV | 56.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 126 | 0.11 | 0.89 | 0 | 0.51 | 292.5 | 0.8 | 0.27 |
| Hex | 70 | E | 7E | B | 59 | 0 | 33 | 124 | 50 | 1B |
| Octal | 160 | 16 | 176 | 13 | 131 | 0 | 63 | 444 | 120 | 33 |
| Binary | 1110000 | 1110 | 1111110 | 1011 | 1011001 | 0 | 110011 | 100100100 | 1010000 | 11011 |
Color Harmonies of #700E7E
Complementary color
Monochromatic Colors of #700E7E
Black with #700E7E
Text Example
Text Example
White with #700E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E7E; }
p { color: rgb(112,14,126); }
H1.HeaderClassName
{
color: #700E7E;
}
.AnyTagClassName
{
color: #700E7E;
}
</style>
background-color css
<style>
a { background-color: #700E7E; }
a { background-color: rgb(112,14,126); }
div.DivClassName
{
background-color: #700E7E;
}
.BgClassName
{
background-color: #700E7E;
}
</style>
border-color css
<style>
span { border-color: #700E7E; }
span { border-color: rgb(112,14,126); }
td.TdClassName
{
border-color: #700E7E;
}
.TagClassName
{
border-color: #700E7E;
}
</style>