Shades of Purple #700E7D
Tints of Purple #700E7D
RGB
CMYK
RGB Variations
Color information
#700E7D (or 0x700E7D) is known color: Purple. HEX triplet: 70, 0E and 7D. RGB value is (112,14,125). Sum of RGB (Red+Green+Blue) = 112+14+125=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #700E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E7D is #8FF182. Grayscale: #373737. Windows color (decimal): -9433475 or 8195696. OLE color: 8195696.
HSL color Cylindrical-coordinate representation of color #700E7D: hue angle of 292.97º 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 #700E7D is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 14 | 125 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.51 |
| HSL | 292.97º | 0.8% | 0.27% | - |
| HSV(B) | 292.97º | 0.89% | 0.49% | - |
| XYZ | 10.54 | 5.24 | 19.86 | - |
| YUV | 55.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 125 | 0.10 | 0.89 | 0 | 0.51 | 292.97 | 0.8 | 0.27 |
| Hex | 70 | E | 7D | A | 59 | 0 | 33 | 125 | 50 | 1B |
| Octal | 160 | 16 | 175 | 12 | 131 | 0 | 63 | 445 | 120 | 33 |
| Binary | 1110000 | 1110 | 1111101 | 1010 | 1011001 | 0 | 110011 | 100100101 | 1010000 | 11011 |
Color Harmonies of #700E7D
Complementary color
Monochromatic Colors of #700E7D
Black with #700E7D
Text Example
Text Example
White with #700E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E7D; }
p { color: rgb(112,14,125); }
H1.HeaderClassName
{
color: #700E7D;
}
.AnyTagClassName
{
color: #700E7D;
}
</style>
background-color css
<style>
a { background-color: #700E7D; }
a { background-color: rgb(112,14,125); }
div.DivClassName
{
background-color: #700E7D;
}
.BgClassName
{
background-color: #700E7D;
}
</style>
border-color css
<style>
span { border-color: #700E7D; }
span { border-color: rgb(112,14,125); }
td.TdClassName
{
border-color: #700E7D;
}
.TagClassName
{
border-color: #700E7D;
}
</style>