Shades of Purple #701080
Tints of Purple #701080
RGB
CMYK
RGB Variations
Color information
#701080 (or 0x701080) is known color: Purple. HEX triplet: 70, 10 and 80. RGB value is (112,16,128). Sum of RGB (Red+Green+Blue) = 112+16+128=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #701080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701080 is #8FEF7F. Grayscale: #393939. Windows color (decimal): -9432960 or 8392816. OLE color: 8392816.
HSL color Cylindrical-coordinate representation of color #701080: hue angle of 291.43º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701080 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 16 | 128 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.50 |
| HSL | 291.43º | 0.78% | 0.28% | - |
| HSV(B) | 291.43º | 0.88% | 0.5% | - |
| XYZ | 10.76 | 5.37 | 20.89 | - |
| YUV | 57.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 128 | 0.12 | 0.88 | 0 | 0.50 | 291.43 | 0.78 | 0.28 |
| Hex | 70 | 10 | 80 | C | 58 | 0 | 32 | 123 | 4E | 1C |
| Octal | 160 | 20 | 200 | 14 | 130 | 0 | 62 | 443 | 116 | 34 |
| Binary | 1110000 | 10000 | 10000000 | 1100 | 1011000 | 0 | 110010 | 100100011 | 1001110 | 11100 |
Color Harmonies of #701080
Complementary color
Monochromatic Colors of #701080
Black with #701080
Text Example
Text Example
White with #701080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701080; }
p { color: rgb(112,16,128); }
H1.HeaderClassName
{
color: #701080;
}
.AnyTagClassName
{
color: #701080;
}
</style>
background-color css
<style>
a { background-color: #701080; }
a { background-color: rgb(112,16,128); }
div.DivClassName
{
background-color: #701080;
}
.BgClassName
{
background-color: #701080;
}
</style>
border-color css
<style>
span { border-color: #701080; }
span { border-color: rgb(112,16,128); }
td.TdClassName
{
border-color: #701080;
}
.TagClassName
{
border-color: #701080;
}
</style>