Shades of Purple #700080
Tints of Purple #700080
RGB
CMYK
RGB Variations
Color information
#700080 (or 0x700080) is known color: Purple. HEX triplet: 70, 00 and 80. RGB value is (112,0,128). Sum of RGB (Red+Green+Blue) = 112+0+128=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #700080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700080 is #8FFF7F. Grayscale: #2F2F2F. Windows color (decimal): -9437056 or 8388720. OLE color: 8388720.
HSL color Cylindrical-coordinate representation of color #700080: hue angle of 292.5º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700080 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 0 | 128 | - |
| CMYK | 0.12 | 1 | 0 | 0.50 |
| HSL | 292.5º | 1% | 0.25% | - |
| HSV(B) | 292.5º | 1% | 0.5% | - |
| XYZ | 10.58 | 5 | 20.83 | - |
| YUV | 48.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 128 | 0.12 | 1 | 0 | 0.50 | 292.5 | 1 | 0.25 |
| Hex | 70 | 0 | 80 | C | 64 | 0 | 32 | 124 | 64 | 19 |
| Octal | 160 | 0 | 200 | 14 | 144 | 0 | 62 | 444 | 144 | 31 |
| Binary | 1110000 | 0 | 10000000 | 1100 | 1100100 | 0 | 110010 | 100100100 | 1100100 | 11001 |
Color Harmonies of #700080
Complementary color
Monochromatic Colors of #700080
Black with #700080
Text Example
Text Example
White with #700080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700080; }
p { color: rgb(112,0,128); }
H1.HeaderClassName
{
color: #700080;
}
.AnyTagClassName
{
color: #700080;
}
</style>
background-color css
<style>
a { background-color: #700080; }
a { background-color: rgb(112,0,128); }
div.DivClassName
{
background-color: #700080;
}
.BgClassName
{
background-color: #700080;
}
</style>
border-color css
<style>
span { border-color: #700080; }
span { border-color: rgb(112,0,128); }
td.TdClassName
{
border-color: #700080;
}
.TagClassName
{
border-color: #700080;
}
</style>