Shades of Purple #701171
Tints of Purple #701171
RGB
CMYK
RGB Variations
Color information
#701171 (or 0x701171) is known color: Purple. HEX triplet: 70, 11 and 71. RGB value is (112,17,113). Sum of RGB (Red+Green+Blue) = 112+17+113=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #701171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701171 is #8FEE8E. Grayscale: #383838. Windows color (decimal): -9432719 or 7410032. OLE color: 7410032.
HSL color Cylindrical-coordinate representation of color #701171: hue angle of 299.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701171 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 113 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.56 |
| HSL | 299.38º | 0.74% | 0.25% | - |
| HSV(B) | 299.38º | 0.85% | 0.44% | - |
| XYZ | 9.86 | 5.04 | 16.08 | - |
| YUV | 56.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 113 | 0.01 | 0.85 | 0 | 0.56 | 299.38 | 0.74 | 0.25 |
| Hex | 70 | 11 | 71 | 1 | 55 | 0 | 38 | 12B | 4A | 19 |
| Octal | 160 | 21 | 161 | 1 | 125 | 0 | 70 | 453 | 112 | 31 |
| Binary | 1110000 | 10001 | 1110001 | 1 | 1010101 | 0 | 111000 | 100101011 | 1001010 | 11001 |
Color Harmonies of #701171
Complementary color
Monochromatic Colors of #701171
Black with #701171
Text Example
Text Example
White with #701171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701171; }
p { color: rgb(112,17,113); }
H1.HeaderClassName
{
color: #701171;
}
.AnyTagClassName
{
color: #701171;
}
</style>
background-color css
<style>
a { background-color: #701171; }
a { background-color: rgb(112,17,113); }
div.DivClassName
{
background-color: #701171;
}
.BgClassName
{
background-color: #701171;
}
</style>
border-color css
<style>
span { border-color: #701171; }
span { border-color: rgb(112,17,113); }
td.TdClassName
{
border-color: #701171;
}
.TagClassName
{
border-color: #701171;
}
</style>