Shades of Purple #700981
Tints of Purple #700981
RGB
CMYK
RGB Variations
Color information
#700981 (or 0x700981) is known color: Purple. HEX triplet: 70, 09 and 81. RGB value is (112,9,129). Sum of RGB (Red+Green+Blue) = 112+9+129=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #700981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700981 is #8FF67E. Grayscale: #353535. Windows color (decimal): -9434751 or 8456560. OLE color: 8456560.
HSL color Cylindrical-coordinate representation of color #700981: hue angle of 291.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700981 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 9 | 129 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.49 |
| HSL | 291.5º | 0.87% | 0.27% | - |
| HSV(B) | 291.5º | 0.93% | 0.51% | - |
| XYZ | 10.74 | 5.23 | 21.21 | - |
| YUV | 53.48 | 170.62 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 129 | 0.13 | 0.93 | 0 | 0.49 | 291.5 | 0.87 | 0.27 |
| Hex | 70 | 9 | 81 | D | 5D | 0 | 31 | 124 | 57 | 1B |
| Octal | 160 | 11 | 201 | 15 | 135 | 0 | 61 | 444 | 127 | 33 |
| Binary | 1110000 | 1001 | 10000001 | 1101 | 1011101 | 0 | 110001 | 100100100 | 1010111 | 11011 |
Color Harmonies of #700981
Complementary color
Monochromatic Colors of #700981
Black with #700981
Text Example
Text Example
White with #700981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700981; }
p { color: rgb(112,9,129); }
H1.HeaderClassName
{
color: #700981;
}
.AnyTagClassName
{
color: #700981;
}
</style>
background-color css
<style>
a { background-color: #700981; }
a { background-color: rgb(112,9,129); }
div.DivClassName
{
background-color: #700981;
}
.BgClassName
{
background-color: #700981;
}
</style>
border-color css
<style>
span { border-color: #700981; }
span { border-color: rgb(112,9,129); }
td.TdClassName
{
border-color: #700981;
}
.TagClassName
{
border-color: #700981;
}
</style>