Shades of Purple #701580
Tints of Purple #701580
RGB
CMYK
RGB Variations
Color information
#701580 (or 0x701580) is known color: Purple. HEX triplet: 70, 15 and 80. RGB value is (112,21,128). Sum of RGB (Red+Green+Blue) = 112+21+128=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #701580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701580 is #8FEA7F. Grayscale: #3C3C3C. Windows color (decimal): -9431680 or 8394096. OLE color: 8394096.
HSL color Cylindrical-coordinate representation of color #701580: hue angle of 291.03º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701580 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 21 | 128 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.50 |
| HSL | 291.03º | 0.72% | 0.29% | - |
| HSV(B) | 291.03º | 0.84% | 0.5% | - |
| XYZ | 10.85 | 5.54 | 20.92 | - |
| YUV | 60.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 128 | 0.12 | 0.84 | 0 | 0.50 | 291.03 | 0.72 | 0.29 |
| Hex | 70 | 15 | 80 | C | 54 | 0 | 32 | 123 | 48 | 1D |
| Octal | 160 | 25 | 200 | 14 | 124 | 0 | 62 | 443 | 110 | 35 |
| Binary | 1110000 | 10101 | 10000000 | 1100 | 1010100 | 0 | 110010 | 100100011 | 1001000 | 11101 |
Color Harmonies of #701580
Complementary color
Monochromatic Colors of #701580
Black with #701580
Text Example
Text Example
White with #701580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701580; }
p { color: rgb(112,21,128); }
H1.HeaderClassName
{
color: #701580;
}
.AnyTagClassName
{
color: #701580;
}
</style>
background-color css
<style>
a { background-color: #701580; }
a { background-color: rgb(112,21,128); }
div.DivClassName
{
background-color: #701580;
}
.BgClassName
{
background-color: #701580;
}
</style>
border-color css
<style>
span { border-color: #701580; }
span { border-color: rgb(112,21,128); }
td.TdClassName
{
border-color: #701580;
}
.TagClassName
{
border-color: #701580;
}
</style>