Shades of Purple #700A71
Tints of Purple #700A71
RGB
CMYK
RGB Variations
Color information
#700A71 (or 0x700A71) is known color: Purple. HEX triplet: 70, 0A and 71. RGB value is (112,10,113). Sum of RGB (Red+Green+Blue) = 112+10+113=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #700A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A71 is #8FF58E. Grayscale: #333333. Windows color (decimal): -9434511 or 7408240. OLE color: 7408240.
HSL color Cylindrical-coordinate representation of color #700A71: hue angle of 299.42º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A71 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 113 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.56 |
| HSL | 299.42º | 0.84% | 0.24% | - |
| HSV(B) | 299.42º | 0.91% | 0.44% | - |
| XYZ | 9.77 | 4.85 | 16.04 | - |
| YUV | 52.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 113 | 0.01 | 0.91 | 0 | 0.56 | 299.42 | 0.84 | 0.24 |
| Hex | 70 | A | 71 | 1 | 5B | 0 | 38 | 12B | 54 | 18 |
| Octal | 160 | 12 | 161 | 1 | 133 | 0 | 70 | 453 | 124 | 30 |
| Binary | 1110000 | 1010 | 1110001 | 1 | 1011011 | 0 | 111000 | 100101011 | 1010100 | 11000 |
Color Harmonies of #700A71
Complementary color
Monochromatic Colors of #700A71
Black with #700A71
Text Example
Text Example
White with #700A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A71; }
p { color: rgb(112,10,113); }
H1.HeaderClassName
{
color: #700A71;
}
.AnyTagClassName
{
color: #700A71;
}
</style>
background-color css
<style>
a { background-color: #700A71; }
a { background-color: rgb(112,10,113); }
div.DivClassName
{
background-color: #700A71;
}
.BgClassName
{
background-color: #700A71;
}
</style>
border-color css
<style>
span { border-color: #700A71; }
span { border-color: rgb(112,10,113); }
td.TdClassName
{
border-color: #700A71;
}
.TagClassName
{
border-color: #700A71;
}
</style>