Shades of Purple #701170
Tints of Purple #701170
RGB
CMYK
RGB Variations
Color information
#701170 (or 0x701170) is known color: Purple. HEX triplet: 70, 11 and 70. RGB value is (112,17,112). Sum of RGB (Red+Green+Blue) = 112+17+112=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #701170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701170 is #8FEE8F. Grayscale: #373737. Windows color (decimal): -9432720 or 7344496. OLE color: 7344496.
HSL color Cylindrical-coordinate representation of color #701170: hue angle of 300º 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 #701170 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 17 | 112 | - |
| CMYK | 0 | 0.85 | 0 | 0.56 |
| HSL | 300º | 0.74% | 0.25% | - |
| HSV(B) | 300º | 0.85% | 0.44% | - |
| XYZ | 9.81 | 5.02 | 15.78 | - |
| YUV | 56.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 112 | 0 | 0.85 | 0 | 0.56 | 300 | 0.74 | 0.25 |
| Hex | 70 | 11 | 70 | 0 | 55 | 0 | 38 | 12C | 4A | 19 |
| Octal | 160 | 21 | 160 | 0 | 125 | 0 | 70 | 454 | 112 | 31 |
| Binary | 1110000 | 10001 | 1110000 | 0 | 1010101 | 0 | 111000 | 100101100 | 1001010 | 11001 |
Color Harmonies of #701170
Complementary color
Monochromatic Colors of #701170
Black with #701170
Text Example
Text Example
White with #701170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701170; }
p { color: rgb(112,17,112); }
H1.HeaderClassName
{
color: #701170;
}
.AnyTagClassName
{
color: #701170;
}
</style>
background-color css
<style>
a { background-color: #701170; }
a { background-color: rgb(112,17,112); }
div.DivClassName
{
background-color: #701170;
}
.BgClassName
{
background-color: #701170;
}
</style>
border-color css
<style>
span { border-color: #701170; }
span { border-color: rgb(112,17,112); }
td.TdClassName
{
border-color: #701170;
}
.TagClassName
{
border-color: #701170;
}
</style>