Shades of Purple #701373
Tints of Purple #701373
RGB
CMYK
RGB Variations
Color information
#701373 (or 0x701373) is known color: Purple. HEX triplet: 70, 13 and 73. RGB value is (112,19,115). Sum of RGB (Red+Green+Blue) = 112+19+115=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #701373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701373 is #8FEC8C. Grayscale: #393939. Windows color (decimal): -9432205 or 7541616. OLE color: 7541616.
HSL color Cylindrical-coordinate representation of color #701373: hue angle of 298.12º degrees, saturation: 0.72, 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 #701373 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 19 | 115 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.55 |
| HSL | 298.13º | 0.72% | 0.26% | - |
| HSV(B) | 298.13º | 0.83% | 0.45% | - |
| XYZ | 10.01 | 5.15 | 16.69 | - |
| YUV | 57.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 19 | 115 | 0.03 | 0.83 | 0 | 0.55 | 298.13 | 0.72 | 0.26 |
| Hex | 70 | 13 | 73 | 3 | 53 | 0 | 37 | 12A | 48 | 1A |
| Octal | 160 | 23 | 163 | 3 | 123 | 0 | 67 | 452 | 110 | 32 |
| Binary | 1110000 | 10011 | 1110011 | 11 | 1010011 | 0 | 110111 | 100101010 | 1001000 | 11010 |
Color Harmonies of #701373
Complementary color
Monochromatic Colors of #701373
Black with #701373
Text Example
Text Example
White with #701373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701373; }
p { color: rgb(112,19,115); }
H1.HeaderClassName
{
color: #701373;
}
.AnyTagClassName
{
color: #701373;
}
</style>
background-color css
<style>
a { background-color: #701373; }
a { background-color: rgb(112,19,115); }
div.DivClassName
{
background-color: #701373;
}
.BgClassName
{
background-color: #701373;
}
</style>
border-color css
<style>
span { border-color: #701373; }
span { border-color: rgb(112,19,115); }
td.TdClassName
{
border-color: #701373;
}
.TagClassName
{
border-color: #701373;
}
</style>