Shades of Purple #80007F
Tints of Purple #80007F
RGB
CMYK
RGB Variations
Color information
#80007F (or 0x80007F) is known color: Purple. HEX triplet: 80, 00 and 7F. RGB value is (128,0,127). Sum of RGB (Red+Green+Blue) = 128+0+127=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80007F is #7FFF80. Grayscale: #343434. Windows color (decimal): -8388481 or 8323200. OLE color: 8323200.
HSL color Cylindrical-coordinate representation of color #80007F: hue angle of 300.47º 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 #80007F is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.01 | 0.50 |
| HSL | 300.47º | 1% | 0.25% | - |
| HSV(B) | 300.47º | 1% | 0.5% | - |
| XYZ | 12.73 | 6.12 | 20.59 | - |
| YUV | 52.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 127 | 0 | 1 | 0.01 | 0.50 | 300.47 | 1 | 0.25 |
| Hex | 80 | 0 | 7F | 0 | 64 | 1 | 32 | 12C | 64 | 19 |
| Octal | 200 | 0 | 177 | 0 | 144 | 1 | 62 | 454 | 144 | 31 |
| Binary | 10000000 | 0 | 1111111 | 0 | 1100100 | 1 | 110010 | 100101100 | 1100100 | 11001 |
Color Harmonies of #80007F
Complementary color
Monochromatic Colors of #80007F
Black with #80007F
Text Example
Text Example
White with #80007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80007F; }
p { color: rgb(128,0,127); }
H1.HeaderClassName
{
color: #80007F;
}
.AnyTagClassName
{
color: #80007F;
}
</style>
background-color css
<style>
a { background-color: #80007F; }
a { background-color: rgb(128,0,127); }
div.DivClassName
{
background-color: #80007F;
}
.BgClassName
{
background-color: #80007F;
}
</style>
border-color css
<style>
span { border-color: #80007F; }
span { border-color: rgb(128,0,127); }
td.TdClassName
{
border-color: #80007F;
}
.TagClassName
{
border-color: #80007F;
}
</style>