Shades of Purple #701172
Tints of Purple #701172
RGB
CMYK
RGB Variations
Color information
#701172 (or 0x701172) is known color: Purple. HEX triplet: 70, 11 and 72. RGB value is (112,17,114). Sum of RGB (Red+Green+Blue) = 112+17+114=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #701172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701172 is #8FEE8D. Grayscale: #383838. Windows color (decimal): -9432718 or 7475568. OLE color: 7475568.
HSL color Cylindrical-coordinate representation of color #701172: hue angle of 298.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701172 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 17 | 114 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.55 |
| HSL | 298.76º | 0.74% | 0.26% | - |
| HSV(B) | 298.76º | 0.85% | 0.45% | - |
| XYZ | 9.92 | 5.06 | 16.37 | - |
| YUV | 56.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 114 | 0.02 | 0.85 | 0 | 0.55 | 298.76 | 0.74 | 0.26 |
| Hex | 70 | 11 | 72 | 2 | 55 | 0 | 37 | 12B | 4A | 1A |
| Octal | 160 | 21 | 162 | 2 | 125 | 0 | 67 | 453 | 112 | 32 |
| Binary | 1110000 | 10001 | 1110010 | 10 | 1010101 | 0 | 110111 | 100101011 | 1001010 | 11010 |
Color Harmonies of #701172
Complementary color
Monochromatic Colors of #701172
Black with #701172
Text Example
Text Example
White with #701172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701172; }
p { color: rgb(112,17,114); }
H1.HeaderClassName
{
color: #701172;
}
.AnyTagClassName
{
color: #701172;
}
</style>
background-color css
<style>
a { background-color: #701172; }
a { background-color: rgb(112,17,114); }
div.DivClassName
{
background-color: #701172;
}
.BgClassName
{
background-color: #701172;
}
</style>
border-color css
<style>
span { border-color: #701172; }
span { border-color: rgb(112,17,114); }
td.TdClassName
{
border-color: #701172;
}
.TagClassName
{
border-color: #701172;
}
</style>