Shades of Purple #701473
Tints of Purple #701473
RGB
CMYK
RGB Variations
Color information
#701473 (or 0x701473) is known color: Purple. HEX triplet: 70, 14 and 73. RGB value is (112,20,115). Sum of RGB (Red+Green+Blue) = 112+20+115=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #701473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701473 is #8FEB8C. Grayscale: #3A3A3A. Windows color (decimal): -9431949 or 7541872. OLE color: 7541872.
HSL color Cylindrical-coordinate representation of color #701473: hue angle of 298.11º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701473 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 20 | 115 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.55 |
| HSL | 298.11º | 0.7% | 0.26% | - |
| HSV(B) | 298.11º | 0.83% | 0.45% | - |
| XYZ | 10.03 | 5.18 | 16.69 | - |
| YUV | 58.34 | 159.98 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 115 | 0.03 | 0.83 | 0 | 0.55 | 298.11 | 0.7 | 0.26 |
| Hex | 70 | 14 | 73 | 3 | 53 | 0 | 37 | 12A | 46 | 1A |
| Octal | 160 | 24 | 163 | 3 | 123 | 0 | 67 | 452 | 106 | 32 |
| Binary | 1110000 | 10100 | 1110011 | 11 | 1010011 | 0 | 110111 | 100101010 | 1000110 | 11010 |
Color Harmonies of #701473
Complementary color
Monochromatic Colors of #701473
Black with #701473
Text Example
Text Example
White with #701473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701473; }
p { color: rgb(112,20,115); }
H1.HeaderClassName
{
color: #701473;
}
.AnyTagClassName
{
color: #701473;
}
</style>
background-color css
<style>
a { background-color: #701473; }
a { background-color: rgb(112,20,115); }
div.DivClassName
{
background-color: #701473;
}
.BgClassName
{
background-color: #701473;
}
</style>
border-color css
<style>
span { border-color: #701473; }
span { border-color: rgb(112,20,115); }
td.TdClassName
{
border-color: #701473;
}
.TagClassName
{
border-color: #701473;
}
</style>