Shades of Purple #700D70
Tints of Purple #700D70
RGB
CMYK
RGB Variations
Color information
#700D70 (or 0x700D70) is known color: Purple. HEX triplet: 70, 0D and 70. RGB value is (112,13,112). Sum of RGB (Red+Green+Blue) = 112+13+112=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D70 is #8FF28F. Grayscale: #353535. Windows color (decimal): -9433744 or 7343472. OLE color: 7343472.
HSL color Cylindrical-coordinate representation of color #700D70: hue angle of 300º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D70 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 112 | - |
| CMYK | 0 | 0.88 | 0 | 0.56 |
| HSL | 300º | 0.79% | 0.25% | - |
| HSV(B) | 300º | 0.88% | 0.44% | - |
| XYZ | 9.75 | 4.9 | 15.76 | - |
| YUV | 53.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 112 | 0 | 0.88 | 0 | 0.56 | 300 | 0.79 | 0.25 |
| Hex | 70 | D | 70 | 0 | 58 | 0 | 38 | 12C | 4F | 19 |
| Octal | 160 | 15 | 160 | 0 | 130 | 0 | 70 | 454 | 117 | 31 |
| Binary | 1110000 | 1101 | 1110000 | 0 | 1011000 | 0 | 111000 | 100101100 | 1001111 | 11001 |
Color Harmonies of #700D70
Complementary color
Monochromatic Colors of #700D70
Black with #700D70
Text Example
Text Example
White with #700D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D70; }
p { color: rgb(112,13,112); }
H1.HeaderClassName
{
color: #700D70;
}
.AnyTagClassName
{
color: #700D70;
}
</style>
background-color css
<style>
a { background-color: #700D70; }
a { background-color: rgb(112,13,112); }
div.DivClassName
{
background-color: #700D70;
}
.BgClassName
{
background-color: #700D70;
}
</style>
border-color css
<style>
span { border-color: #700D70; }
span { border-color: rgb(112,13,112); }
td.TdClassName
{
border-color: #700D70;
}
.TagClassName
{
border-color: #700D70;
}
</style>