Shades of Purple #700176
Tints of Purple #700176
RGB
CMYK
RGB Variations
Color information
#700176 (or 0x700176) is known color: Purple. HEX triplet: 70, 01 and 76. RGB value is (112,1,118). Sum of RGB (Red+Green+Blue) = 112+1+118=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #700176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700176 is #8FFE89. Grayscale: #2F2F2F. Windows color (decimal): -9436810 or 7733616. OLE color: 7733616.
HSL color Cylindrical-coordinate representation of color #700176: hue angle of 296.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700176 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 1 | 118 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.54 |
| HSL | 296.92º | 0.98% | 0.23% | - |
| HSV(B) | 296.92º | 0.99% | 0.46% | - |
| XYZ | 9.96 | 4.77 | 17.54 | - |
| YUV | 47.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 1 | 118 | 0.05 | 0.99 | 0 | 0.54 | 296.92 | 0.98 | 0.23 |
| Hex | 70 | 1 | 76 | 5 | 63 | 0 | 36 | 129 | 62 | 17 |
| Octal | 160 | 1 | 166 | 5 | 143 | 0 | 66 | 451 | 142 | 27 |
| Binary | 1110000 | 1 | 1110110 | 101 | 1100011 | 0 | 110110 | 100101001 | 1100010 | 10111 |
Color Harmonies of #700176
Complementary color
Monochromatic Colors of #700176
Black with #700176
Text Example
Text Example
White with #700176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700176; }
p { color: rgb(112,1,118); }
H1.HeaderClassName
{
color: #700176;
}
.AnyTagClassName
{
color: #700176;
}
</style>
background-color css
<style>
a { background-color: #700176; }
a { background-color: rgb(112,1,118); }
div.DivClassName
{
background-color: #700176;
}
.BgClassName
{
background-color: #700176;
}
</style>
border-color css
<style>
span { border-color: #700176; }
span { border-color: rgb(112,1,118); }
td.TdClassName
{
border-color: #700176;
}
.TagClassName
{
border-color: #700176;
}
</style>