Shades of Purple #700F76
Tints of Purple #700F76
RGB
CMYK
RGB Variations
Color information
#700F76 (or 0x700F76) is known color: Purple. HEX triplet: 70, 0F and 76. RGB value is (112,15,118). Sum of RGB (Red+Green+Blue) = 112+15+118=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #700F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F76 is #8FF089. Grayscale: #373737. Windows color (decimal): -9433226 or 7737200. OLE color: 7737200.
HSL color Cylindrical-coordinate representation of color #700F76: hue angle of 296.5º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F76 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 15 | 118 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.54 |
| HSL | 296.5º | 0.77% | 0.26% | - |
| HSV(B) | 296.5º | 0.87% | 0.46% | - |
| XYZ | 10.12 | 5.09 | 17.59 | - |
| YUV | 55.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 118 | 0.05 | 0.87 | 0 | 0.54 | 296.5 | 0.77 | 0.26 |
| Hex | 70 | F | 76 | 5 | 57 | 0 | 36 | 129 | 4D | 1A |
| Octal | 160 | 17 | 166 | 5 | 127 | 0 | 66 | 451 | 115 | 32 |
| Binary | 1110000 | 1111 | 1110110 | 101 | 1010111 | 0 | 110110 | 100101001 | 1001101 | 11010 |
Color Harmonies of #700F76
Complementary color
Monochromatic Colors of #700F76
Black with #700F76
Text Example
Text Example
White with #700F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F76; }
p { color: rgb(112,15,118); }
H1.HeaderClassName
{
color: #700F76;
}
.AnyTagClassName
{
color: #700F76;
}
</style>
background-color css
<style>
a { background-color: #700F76; }
a { background-color: rgb(112,15,118); }
div.DivClassName
{
background-color: #700F76;
}
.BgClassName
{
background-color: #700F76;
}
</style>
border-color css
<style>
span { border-color: #700F76; }
span { border-color: rgb(112,15,118); }
td.TdClassName
{
border-color: #700F76;
}
.TagClassName
{
border-color: #700F76;
}
</style>