Shades of Purple #700770
Tints of Purple #700770
RGB
CMYK
RGB Variations
Color information
#700770 (or 0x700770) is known color: Purple. HEX triplet: 70, 07 and 70. RGB value is (112,7,112). Sum of RGB (Red+Green+Blue) = 112+7+112=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700770 is #8FF88F. Grayscale: #323232. Windows color (decimal): -9435280 or 7341936. OLE color: 7341936.
HSL color Cylindrical-coordinate representation of color #700770: hue angle of 300º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700770 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 112 | - |
| CMYK | 0 | 0.94 | 0 | 0.56 |
| HSL | 300º | 0.88% | 0.23% | - |
| HSV(B) | 300º | 0.94% | 0.44% | - |
| XYZ | 9.68 | 4.77 | 15.74 | - |
| YUV | 50.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 112 | 0 | 0.94 | 0 | 0.56 | 300 | 0.88 | 0.23 |
| Hex | 70 | 7 | 70 | 0 | 5E | 0 | 38 | 12C | 58 | 17 |
| Octal | 160 | 7 | 160 | 0 | 136 | 0 | 70 | 454 | 130 | 27 |
| Binary | 1110000 | 111 | 1110000 | 0 | 1011110 | 0 | 111000 | 100101100 | 1011000 | 10111 |
Color Harmonies of #700770
Complementary color
Monochromatic Colors of #700770
Black with #700770
Text Example
Text Example
White with #700770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700770; }
p { color: rgb(112,7,112); }
H1.HeaderClassName
{
color: #700770;
}
.AnyTagClassName
{
color: #700770;
}
</style>
background-color css
<style>
a { background-color: #700770; }
a { background-color: rgb(112,7,112); }
div.DivClassName
{
background-color: #700770;
}
.BgClassName
{
background-color: #700770;
}
</style>
border-color css
<style>
span { border-color: #700770; }
span { border-color: rgb(112,7,112); }
td.TdClassName
{
border-color: #700770;
}
.TagClassName
{
border-color: #700770;
}
</style>