Shades of Purple #701780
Tints of Purple #701780
RGB
CMYK
RGB Variations
Color information
#701780 (or 0x701780) is known color: Purple. HEX triplet: 70, 17 and 80. RGB value is (112,23,128). Sum of RGB (Red+Green+Blue) = 112+23+128=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #701780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701780 is #8FE87F. Grayscale: #3D3D3D. Windows color (decimal): -9431168 or 8394608. OLE color: 8394608.
HSL color Cylindrical-coordinate representation of color #701780: hue angle of 290.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701780 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 23 | 128 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.50 |
| HSL | 290.86º | 0.7% | 0.3% | - |
| HSV(B) | 290.86º | 0.82% | 0.5% | - |
| XYZ | 10.88 | 5.62 | 20.93 | - |
| YUV | 61.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 128 | 0.12 | 0.82 | 0 | 0.50 | 290.86 | 0.7 | 0.3 |
| Hex | 70 | 17 | 80 | C | 52 | 0 | 32 | 123 | 46 | 1E |
| Octal | 160 | 27 | 200 | 14 | 122 | 0 | 62 | 443 | 106 | 36 |
| Binary | 1110000 | 10111 | 10000000 | 1100 | 1010010 | 0 | 110010 | 100100011 | 1000110 | 11110 |
Color Harmonies of #701780
Complementary color
Monochromatic Colors of #701780
Black with #701780
Text Example
Text Example
White with #701780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701780; }
p { color: rgb(112,23,128); }
H1.HeaderClassName
{
color: #701780;
}
.AnyTagClassName
{
color: #701780;
}
</style>
background-color css
<style>
a { background-color: #701780; }
a { background-color: rgb(112,23,128); }
div.DivClassName
{
background-color: #701780;
}
.BgClassName
{
background-color: #701780;
}
</style>
border-color css
<style>
span { border-color: #701780; }
span { border-color: rgb(112,23,128); }
td.TdClassName
{
border-color: #701780;
}
.TagClassName
{
border-color: #701780;
}
</style>