Shades of Purple #80006D
Tints of Purple #80006D
RGB
CMYK
RGB Variations
Color information
#80006D (or 0x80006D) is known color: Purple. HEX triplet: 80, 00 and 6D. RGB value is (128,0,109). Sum of RGB (Red+Green+Blue) = 128+0+109=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80006D is #7FFF92. Grayscale: #323232. Windows color (decimal): -8388499 or 7143552. OLE color: 7143552.
HSL color Cylindrical-coordinate representation of color #80006D: hue angle of 308.91º 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 #80006D is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.15 | 0.50 |
| HSL | 308.91º | 1% | 0.25% | - |
| HSV(B) | 308.91º | 1% | 0.5% | - |
| XYZ | 11.66 | 5.69 | 14.95 | - |
| YUV | 50.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 109 | 0 | 1 | 0.15 | 0.50 | 308.91 | 1 | 0.25 |
| Hex | 80 | 0 | 6D | 0 | 64 | F | 32 | 135 | 64 | 19 |
| Octal | 200 | 0 | 155 | 0 | 144 | 17 | 62 | 465 | 144 | 31 |
| Binary | 10000000 | 0 | 1101101 | 0 | 1100100 | 1111 | 110010 | 100110101 | 1100100 | 11001 |
Color Harmonies of #80006D
Complementary color
Monochromatic Colors of #80006D
Black with #80006D
Text Example
Text Example
White with #80006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80006D; }
p { color: rgb(128,0,109); }
H1.HeaderClassName
{
color: #80006D;
}
.AnyTagClassName
{
color: #80006D;
}
</style>
background-color css
<style>
a { background-color: #80006D; }
a { background-color: rgb(128,0,109); }
div.DivClassName
{
background-color: #80006D;
}
.BgClassName
{
background-color: #80006D;
}
</style>
border-color css
<style>
span { border-color: #80006D; }
span { border-color: rgb(128,0,109); }
td.TdClassName
{
border-color: #80006D;
}
.TagClassName
{
border-color: #80006D;
}
</style>