Shades of Purple #700992
Tints of Purple #700992
RGB
CMYK
RGB Variations
Color information
#700992 (or 0x700992) is known color: Purple. HEX triplet: 70, 09 and 92. RGB value is (112,9,146). Sum of RGB (Red+Green+Blue) = 112+9+146=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #700992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700992 is #8FF66D. Grayscale: #363636. Windows color (decimal): -9434734 or 9570672. OLE color: 9570672.
HSL color Cylindrical-coordinate representation of color #700992: hue angle of 285.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700992 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 9 | 146 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.43 |
| HSL | 285.11º | 0.88% | 0.3% | - |
| HSV(B) | 285.11º | 0.94% | 0.57% | - |
| XYZ | 11.97 | 5.72 | 27.67 | - |
| YUV | 55.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 146 | 0.23 | 0.94 | 0 | 0.43 | 285.11 | 0.88 | 0.3 |
| Hex | 70 | 9 | 92 | 17 | 5E | 0 | 2B | 11D | 58 | 1E |
| Octal | 160 | 11 | 222 | 27 | 136 | 0 | 53 | 435 | 130 | 36 |
| Binary | 1110000 | 1001 | 10010010 | 10111 | 1011110 | 0 | 101011 | 100011101 | 1011000 | 11110 |
Color Harmonies of #700992
Complementary color
Monochromatic Colors of #700992
Black with #700992
Text Example
Text Example
White with #700992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700992; }
p { color: rgb(112,9,146); }
H1.HeaderClassName
{
color: #700992;
}
.AnyTagClassName
{
color: #700992;
}
</style>
background-color css
<style>
a { background-color: #700992; }
a { background-color: rgb(112,9,146); }
div.DivClassName
{
background-color: #700992;
}
.BgClassName
{
background-color: #700992;
}
</style>
border-color css
<style>
span { border-color: #700992; }
span { border-color: rgb(112,9,146); }
td.TdClassName
{
border-color: #700992;
}
.TagClassName
{
border-color: #700992;
}
</style>