Shades of Purple #80006F
Tints of Purple #80006F
RGB
CMYK
RGB Variations
Color information
#80006F (or 0x80006F) is known color: Purple. HEX triplet: 80, 00 and 6F. RGB value is (128,0,111). Sum of RGB (Red+Green+Blue) = 128+0+111=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80006F is #7FFF90. Grayscale: #323232. Windows color (decimal): -8388497 or 7274624. OLE color: 7274624.
HSL color Cylindrical-coordinate representation of color #80006F: hue angle of 307.97º 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 #80006F is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.13 | 0.50 |
| HSL | 307.97º | 1% | 0.25% | - |
| HSV(B) | 307.97º | 1% | 0.5% | - |
| XYZ | 11.77 | 5.74 | 15.53 | - |
| YUV | 50.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 111 | 0 | 1 | 0.13 | 0.50 | 307.97 | 1 | 0.25 |
| Hex | 80 | 0 | 6F | 0 | 64 | D | 32 | 134 | 64 | 19 |
| Octal | 200 | 0 | 157 | 0 | 144 | 15 | 62 | 464 | 144 | 31 |
| Binary | 10000000 | 0 | 1101111 | 0 | 1100100 | 1101 | 110010 | 100110100 | 1100100 | 11001 |
Color Harmonies of #80006F
Complementary color
Monochromatic Colors of #80006F
Black with #80006F
Text Example
Text Example
White with #80006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80006F; }
p { color: rgb(128,0,111); }
H1.HeaderClassName
{
color: #80006F;
}
.AnyTagClassName
{
color: #80006F;
}
</style>
background-color css
<style>
a { background-color: #80006F; }
a { background-color: rgb(128,0,111); }
div.DivClassName
{
background-color: #80006F;
}
.BgClassName
{
background-color: #80006F;
}
</style>
border-color css
<style>
span { border-color: #80006F; }
span { border-color: rgb(128,0,111); }
td.TdClassName
{
border-color: #80006F;
}
.TagClassName
{
border-color: #80006F;
}
</style>