Shades of Purple #700A89
Tints of Purple #700A89
RGB
CMYK
RGB Variations
Color information
#700A89 (or 0x700A89) is known color: Purple. HEX triplet: 70, 0A and 89. RGB value is (112,10,137). Sum of RGB (Red+Green+Blue) = 112+10+137=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #700A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700A89 is #8FF576. Grayscale: #363636. Windows color (decimal): -9434487 or 8981104. OLE color: 8981104.
HSL color Cylindrical-coordinate representation of color #700A89: hue angle of 288.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700A89 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 10 | 137 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.46 |
| HSL | 288.19º | 0.86% | 0.29% | - |
| HSV(B) | 288.19º | 0.93% | 0.54% | - |
| XYZ | 11.31 | 5.47 | 24.13 | - |
| YUV | 54.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 137 | 0.18 | 0.93 | 0 | 0.46 | 288.19 | 0.86 | 0.29 |
| Hex | 70 | A | 89 | 12 | 5D | 0 | 2E | 120 | 56 | 1D |
| Octal | 160 | 12 | 211 | 22 | 135 | 0 | 56 | 440 | 126 | 35 |
| Binary | 1110000 | 1010 | 10001001 | 10010 | 1011101 | 0 | 101110 | 100100000 | 1010110 | 11101 |
Color Harmonies of #700A89
Complementary color
Monochromatic Colors of #700A89
Black with #700A89
Text Example
Text Example
White with #700A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A89; }
p { color: rgb(112,10,137); }
H1.HeaderClassName
{
color: #700A89;
}
.AnyTagClassName
{
color: #700A89;
}
</style>
background-color css
<style>
a { background-color: #700A89; }
a { background-color: rgb(112,10,137); }
div.DivClassName
{
background-color: #700A89;
}
.BgClassName
{
background-color: #700A89;
}
</style>
border-color css
<style>
span { border-color: #700A89; }
span { border-color: rgb(112,10,137); }
td.TdClassName
{
border-color: #700A89;
}
.TagClassName
{
border-color: #700A89;
}
</style>