Shades of Purple #80046E
Tints of Purple #80046E
RGB
CMYK
RGB Variations
Color information
#80046E (or 0x80046E) is known color: Purple. HEX triplet: 80, 04 and 6E. RGB value is (128,4,110). Sum of RGB (Red+Green+Blue) = 128+4+110=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #80046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80046E is #7FFB91. Grayscale: #343434. Windows color (decimal): -8387474 or 7210112. OLE color: 7210112.
HSL color Cylindrical-coordinate representation of color #80046E: hue angle of 308.71º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80046E is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.50 |
| HSL | 308.71º | 0.94% | 0.26% | - |
| HSV(B) | 308.71º | 0.97% | 0.5% | - |
| XYZ | 11.76 | 5.8 | 15.25 | - |
| YUV | 53.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 110 | 0 | 0.97 | 0.14 | 0.50 | 308.71 | 0.94 | 0.26 |
| Hex | 80 | 4 | 6E | 0 | 61 | E | 32 | 135 | 5E | 1A |
| Octal | 200 | 4 | 156 | 0 | 141 | 16 | 62 | 465 | 136 | 32 |
| Binary | 10000000 | 100 | 1101110 | 0 | 1100001 | 1110 | 110010 | 100110101 | 1011110 | 11010 |
Color Harmonies of #80046E
Complementary color
Monochromatic Colors of #80046E
Black with #80046E
Text Example
Text Example
White with #80046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80046E; }
p { color: rgb(128,4,110); }
H1.HeaderClassName
{
color: #80046E;
}
.AnyTagClassName
{
color: #80046E;
}
</style>
background-color css
<style>
a { background-color: #80046E; }
a { background-color: rgb(128,4,110); }
div.DivClassName
{
background-color: #80046E;
}
.BgClassName
{
background-color: #80046E;
}
</style>
border-color css
<style>
span { border-color: #80046E; }
span { border-color: rgb(128,4,110); }
td.TdClassName
{
border-color: #80046E;
}
.TagClassName
{
border-color: #80046E;
}
</style>