Shades of Purple #701173
Tints of Purple #701173
RGB
CMYK
RGB Variations
Color information
#701173 (or 0x701173) is known color: Purple. HEX triplet: 70, 11 and 73. RGB value is (112,17,115). Sum of RGB (Red+Green+Blue) = 112+17+115=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #701173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701173 is #8FEE8C. Grayscale: #383838. Windows color (decimal): -9432717 or 7541104. OLE color: 7541104.
HSL color Cylindrical-coordinate representation of color #701173: hue angle of 298.16º 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 #701173 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 17 | 115 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.55 |
| HSL | 298.16º | 0.74% | 0.26% | - |
| HSV(B) | 298.16º | 0.85% | 0.45% | - |
| XYZ | 9.98 | 5.08 | 16.68 | - |
| YUV | 56.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 17 | 115 | 0.03 | 0.85 | 0 | 0.55 | 298.16 | 0.74 | 0.26 |
| Hex | 70 | 11 | 73 | 3 | 55 | 0 | 37 | 12A | 4A | 1A |
| Octal | 160 | 21 | 163 | 3 | 125 | 0 | 67 | 452 | 112 | 32 |
| Binary | 1110000 | 10001 | 1110011 | 11 | 1010101 | 0 | 110111 | 100101010 | 1001010 | 11010 |
Color Harmonies of #701173
Complementary color
Monochromatic Colors of #701173
Black with #701173
Text Example
Text Example
White with #701173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701173; }
p { color: rgb(112,17,115); }
H1.HeaderClassName
{
color: #701173;
}
.AnyTagClassName
{
color: #701173;
}
</style>
background-color css
<style>
a { background-color: #701173; }
a { background-color: rgb(112,17,115); }
div.DivClassName
{
background-color: #701173;
}
.BgClassName
{
background-color: #701173;
}
</style>
border-color css
<style>
span { border-color: #701173; }
span { border-color: rgb(112,17,115); }
td.TdClassName
{
border-color: #701173;
}
.TagClassName
{
border-color: #701173;
}
</style>