Shades of Purple #701472
Tints of Purple #701472
RGB
CMYK
RGB Variations
Color information
#701472 (or 0x701472) is known color: Purple. HEX triplet: 70, 14 and 72. RGB value is (112,20,114). Sum of RGB (Red+Green+Blue) = 112+20+114=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #701472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701472 is #8FEB8D. Grayscale: #393939. Windows color (decimal): -9431950 or 7476336. OLE color: 7476336.
HSL color Cylindrical-coordinate representation of color #701472: hue angle of 298.72º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701472 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 20 | 114 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.55 |
| HSL | 298.72º | 0.7% | 0.26% | - |
| HSV(B) | 298.72º | 0.82% | 0.45% | - |
| XYZ | 9.97 | 5.16 | 16.39 | - |
| YUV | 58.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 114 | 0.02 | 0.82 | 0 | 0.55 | 298.72 | 0.7 | 0.26 |
| Hex | 70 | 14 | 72 | 2 | 52 | 0 | 37 | 12B | 46 | 1A |
| Octal | 160 | 24 | 162 | 2 | 122 | 0 | 67 | 453 | 106 | 32 |
| Binary | 1110000 | 10100 | 1110010 | 10 | 1010010 | 0 | 110111 | 100101011 | 1000110 | 11010 |
Color Harmonies of #701472
Complementary color
Monochromatic Colors of #701472
Black with #701472
Text Example
Text Example
White with #701472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701472; }
p { color: rgb(112,20,114); }
H1.HeaderClassName
{
color: #701472;
}
.AnyTagClassName
{
color: #701472;
}
</style>
background-color css
<style>
a { background-color: #701472; }
a { background-color: rgb(112,20,114); }
div.DivClassName
{
background-color: #701472;
}
.BgClassName
{
background-color: #701472;
}
</style>
border-color css
<style>
span { border-color: #701472; }
span { border-color: rgb(112,20,114); }
td.TdClassName
{
border-color: #701472;
}
.TagClassName
{
border-color: #701472;
}
</style>