Shades of Purple #700D79
Tints of Purple #700D79
RGB
CMYK
RGB Variations
Color information
#700D79 (or 0x700D79) is known color: Purple. HEX triplet: 70, 0D and 79. RGB value is (112,13,121). Sum of RGB (Red+Green+Blue) = 112+13+121=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #700D79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D79 is #8FF286. Grayscale: #363636. Windows color (decimal): -9433735 or 7933296. OLE color: 7933296.
HSL color Cylindrical-coordinate representation of color #700D79: hue angle of 295º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700D79 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 13 | 121 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.53 |
| HSL | 295º | 0.81% | 0.26% | - |
| HSV(B) | 295º | 0.89% | 0.47% | - |
| XYZ | 10.28 | 5.11 | 18.53 | - |
| YUV | 54.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 121 | 0.07 | 0.89 | 0 | 0.53 | 295 | 0.81 | 0.26 |
| Hex | 70 | D | 79 | 7 | 59 | 0 | 35 | 127 | 51 | 1A |
| Octal | 160 | 15 | 171 | 7 | 131 | 0 | 65 | 447 | 121 | 32 |
| Binary | 1110000 | 1101 | 1111001 | 111 | 1011001 | 0 | 110101 | 100100111 | 1010001 | 11010 |
Color Harmonies of #700D79
Complementary color
Monochromatic Colors of #700D79
Black with #700D79
Text Example
Text Example
White with #700D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D79; }
p { color: rgb(112,13,121); }
H1.HeaderClassName
{
color: #700D79;
}
.AnyTagClassName
{
color: #700D79;
}
</style>
background-color css
<style>
a { background-color: #700D79; }
a { background-color: rgb(112,13,121); }
div.DivClassName
{
background-color: #700D79;
}
.BgClassName
{
background-color: #700D79;
}
</style>
border-color css
<style>
span { border-color: #700D79; }
span { border-color: rgb(112,13,121); }
td.TdClassName
{
border-color: #700D79;
}
.TagClassName
{
border-color: #700D79;
}
</style>