Shades of Purple #700F95
Tints of Purple #700F95
RGB
CMYK
RGB Variations
Color information
#700F95 (or 0x700F95) is known color: Purple. HEX triplet: 70, 0F and 95. RGB value is (112,15,149). Sum of RGB (Red+Green+Blue) = 112+15+149=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #700F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F95 is #8FF06A. Grayscale: #3A3A3A. Windows color (decimal): -9433195 or 9768816. OLE color: 9768816.
HSL color Cylindrical-coordinate representation of color #700F95: hue angle of 283.43º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700F95 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 15 | 149 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.42 |
| HSL | 283.43º | 0.82% | 0.32% | - |
| HSV(B) | 283.43º | 0.9% | 0.58% | - |
| XYZ | 12.28 | 5.96 | 28.94 | - |
| YUV | 59.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 149 | 0.25 | 0.90 | 0 | 0.42 | 283.43 | 0.82 | 0.32 |
| Hex | 70 | F | 95 | 19 | 5A | 0 | 2A | 11B | 52 | 20 |
| Octal | 160 | 17 | 225 | 31 | 132 | 0 | 52 | 433 | 122 | 40 |
| Binary | 1110000 | 1111 | 10010101 | 11001 | 1011010 | 0 | 101010 | 100011011 | 1010010 | 100000 |
Color Harmonies of #700F95
Complementary color
Monochromatic Colors of #700F95
Black with #700F95
Text Example
Text Example
White with #700F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F95; }
p { color: rgb(112,15,149); }
H1.HeaderClassName
{
color: #700F95;
}
.AnyTagClassName
{
color: #700F95;
}
</style>
background-color css
<style>
a { background-color: #700F95; }
a { background-color: rgb(112,15,149); }
div.DivClassName
{
background-color: #700F95;
}
.BgClassName
{
background-color: #700F95;
}
</style>
border-color css
<style>
span { border-color: #700F95; }
span { border-color: rgb(112,15,149); }
td.TdClassName
{
border-color: #700F95;
}
.TagClassName
{
border-color: #700F95;
}
</style>