Shades of Purple #800070
Tints of Purple #800070
RGB
CMYK
RGB Variations
Color information
#800070 (or 0x800070) is known color: Purple. HEX triplet: 80, 00 and 70. RGB value is (128,0,112). Sum of RGB (Red+Green+Blue) = 128+0+112=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #800070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800070 is #7FFF8F. Grayscale: #323232. Windows color (decimal): -8388496 or 7340160. OLE color: 7340160.
HSL color Cylindrical-coordinate representation of color #800070: hue angle of 307.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 #800070 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.12 | 0.50 |
| HSL | 307.5º | 1% | 0.25% | - |
| HSV(B) | 307.5º | 1% | 0.5% | - |
| XYZ | 11.83 | 5.76 | 15.82 | - |
| YUV | 51.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 112 | 0 | 1 | 0.12 | 0.50 | 307.5 | 1 | 0.25 |
| Hex | 80 | 0 | 70 | 0 | 64 | C | 32 | 134 | 64 | 19 |
| Octal | 200 | 0 | 160 | 0 | 144 | 14 | 62 | 464 | 144 | 31 |
| Binary | 10000000 | 0 | 1110000 | 0 | 1100100 | 1100 | 110010 | 100110100 | 1100100 | 11001 |
Color Harmonies of #800070
Complementary color
Monochromatic Colors of #800070
Black with #800070
Text Example
Text Example
White with #800070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800070; }
p { color: rgb(128,0,112); }
H1.HeaderClassName
{
color: #800070;
}
.AnyTagClassName
{
color: #800070;
}
</style>
background-color css
<style>
a { background-color: #800070; }
a { background-color: rgb(128,0,112); }
div.DivClassName
{
background-color: #800070;
}
.BgClassName
{
background-color: #800070;
}
</style>
border-color css
<style>
span { border-color: #800070; }
span { border-color: rgb(128,0,112); }
td.TdClassName
{
border-color: #800070;
}
.TagClassName
{
border-color: #800070;
}
</style>