Shades of Purple #700F90
Tints of Purple #700F90
RGB
CMYK
RGB Variations
Color information
#700F90 (or 0x700F90) is known color: Purple. HEX triplet: 70, 0F and 90. RGB value is (112,15,144). Sum of RGB (Red+Green+Blue) = 112+15+144=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #700F90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F90 is #8FF06F. Grayscale: #3A3A3A. Windows color (decimal): -9433200 or 9441136. OLE color: 9441136.
HSL color Cylindrical-coordinate representation of color #700F90: hue angle of 285.12º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700F90 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 15 | 144 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.44 |
| HSL | 285.12º | 0.81% | 0.31% | - |
| HSV(B) | 285.12º | 0.9% | 0.56% | - |
| XYZ | 11.89 | 5.8 | 26.88 | - |
| YUV | 58.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 144 | 0.22 | 0.90 | 0 | 0.44 | 285.12 | 0.81 | 0.31 |
| Hex | 70 | F | 90 | 16 | 5A | 0 | 2C | 11D | 51 | 1F |
| Octal | 160 | 17 | 220 | 26 | 132 | 0 | 54 | 435 | 121 | 37 |
| Binary | 1110000 | 1111 | 10010000 | 10110 | 1011010 | 0 | 101100 | 100011101 | 1010001 | 11111 |
Color Harmonies of #700F90
Complementary color
Monochromatic Colors of #700F90
Black with #700F90
Text Example
Text Example
White with #700F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F90; }
p { color: rgb(112,15,144); }
H1.HeaderClassName
{
color: #700F90;
}
.AnyTagClassName
{
color: #700F90;
}
</style>
background-color css
<style>
a { background-color: #700F90; }
a { background-color: rgb(112,15,144); }
div.DivClassName
{
background-color: #700F90;
}
.BgClassName
{
background-color: #700F90;
}
</style>
border-color css
<style>
span { border-color: #700F90; }
span { border-color: rgb(112,15,144); }
td.TdClassName
{
border-color: #700F90;
}
.TagClassName
{
border-color: #700F90;
}
</style>