Shades of Purple #700996
Tints of Purple #700996
RGB
CMYK
RGB Variations
Color information
#700996 (or 0x700996) is known color: Purple. HEX triplet: 70, 09 and 96. RGB value is (112,9,150). Sum of RGB (Red+Green+Blue) = 112+9+150=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #700996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700996 is #8FF669. Grayscale: #373737. Windows color (decimal): -9434730 or 9832816. OLE color: 9832816.
HSL color Cylindrical-coordinate representation of color #700996: hue angle of 283.83º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700996 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 9 | 150 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.41 |
| HSL | 283.83º | 0.89% | 0.31% | - |
| HSV(B) | 283.83º | 0.94% | 0.59% | - |
| XYZ | 12.28 | 5.84 | 29.33 | - |
| YUV | 55.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 150 | 0.25 | 0.94 | 0 | 0.41 | 283.83 | 0.89 | 0.31 |
| Hex | 70 | 9 | 96 | 19 | 5E | 0 | 29 | 11C | 59 | 1F |
| Octal | 160 | 11 | 226 | 31 | 136 | 0 | 51 | 434 | 131 | 37 |
| Binary | 1110000 | 1001 | 10010110 | 11001 | 1011110 | 0 | 101001 | 100011100 | 1011001 | 11111 |
Color Harmonies of #700996
Complementary color
Monochromatic Colors of #700996
Black with #700996
Text Example
Text Example
White with #700996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700996; }
p { color: rgb(112,9,150); }
H1.HeaderClassName
{
color: #700996;
}
.AnyTagClassName
{
color: #700996;
}
</style>
background-color css
<style>
a { background-color: #700996; }
a { background-color: rgb(112,9,150); }
div.DivClassName
{
background-color: #700996;
}
.BgClassName
{
background-color: #700996;
}
</style>
border-color css
<style>
span { border-color: #700996; }
span { border-color: rgb(112,9,150); }
td.TdClassName
{
border-color: #700996;
}
.TagClassName
{
border-color: #700996;
}
</style>