Shades of Purple #700A6E
Tints of Purple #700A6E
RGB
CMYK
RGB Variations
Color information
#700A6E (or 0x700A6E) is known color: Purple. HEX triplet: 70, 0A and 6E. RGB value is (112,10,110). Sum of RGB (Red+Green+Blue) = 112+10+110=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #700A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A6E is #8FF591. Grayscale: #333333. Windows color (decimal): -9434514 or 7211632. OLE color: 7211632.
HSL color Cylindrical-coordinate representation of color #700A6E: hue angle of 301.18º 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 #700A6E is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 110 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.56 |
| HSL | 301.18º | 0.84% | 0.24% | - |
| HSV(B) | 301.18º | 0.91% | 0.44% | - |
| XYZ | 9.61 | 4.79 | 15.17 | - |
| YUV | 51.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 110 | 0 | 0.91 | 0.02 | 0.56 | 301.18 | 0.84 | 0.24 |
| Hex | 70 | A | 6E | 0 | 5B | 2 | 38 | 12D | 54 | 18 |
| Octal | 160 | 12 | 156 | 0 | 133 | 2 | 70 | 455 | 124 | 30 |
| Binary | 1110000 | 1010 | 1101110 | 0 | 1011011 | 10 | 111000 | 100101101 | 1010100 | 11000 |
Color Harmonies of #700A6E
Complementary color
Monochromatic Colors of #700A6E
Black with #700A6E
Text Example
Text Example
White with #700A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A6E; }
p { color: rgb(112,10,110); }
H1.HeaderClassName
{
color: #700A6E;
}
.AnyTagClassName
{
color: #700A6E;
}
</style>
background-color css
<style>
a { background-color: #700A6E; }
a { background-color: rgb(112,10,110); }
div.DivClassName
{
background-color: #700A6E;
}
.BgClassName
{
background-color: #700A6E;
}
</style>
border-color css
<style>
span { border-color: #700A6E; }
span { border-color: rgb(112,10,110); }
td.TdClassName
{
border-color: #700A6E;
}
.TagClassName
{
border-color: #700A6E;
}
</style>