Shades of Purple #80066E
Tints of Purple #80066E
RGB
CMYK
RGB Variations
Color information
#80066E (or 0x80066E) is known color: Purple. HEX triplet: 80, 06 and 6E. RGB value is (128,6,110). Sum of RGB (Red+Green+Blue) = 128+6+110=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80066E is #7FF991. Grayscale: #363636. Windows color (decimal): -8386962 or 7210624. OLE color: 7210624.
HSL color Cylindrical-coordinate representation of color #80066E: hue angle of 308.85º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80066E is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 110 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.50 |
| HSL | 308.85º | 0.91% | 0.26% | - |
| HSV(B) | 308.85º | 0.95% | 0.5% | - |
| XYZ | 11.78 | 5.85 | 15.26 | - |
| YUV | 54.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 110 | 0 | 0.95 | 0.14 | 0.50 | 308.85 | 0.91 | 0.26 |
| Hex | 80 | 6 | 6E | 0 | 5F | E | 32 | 135 | 5B | 1A |
| Octal | 200 | 6 | 156 | 0 | 137 | 16 | 62 | 465 | 133 | 32 |
| Binary | 10000000 | 110 | 1101110 | 0 | 1011111 | 1110 | 110010 | 100110101 | 1011011 | 11010 |
Color Harmonies of #80066E
Complementary color
Monochromatic Colors of #80066E
Black with #80066E
Text Example
Text Example
White with #80066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80066E; }
p { color: rgb(128,6,110); }
H1.HeaderClassName
{
color: #80066E;
}
.AnyTagClassName
{
color: #80066E;
}
</style>
background-color css
<style>
a { background-color: #80066E; }
a { background-color: rgb(128,6,110); }
div.DivClassName
{
background-color: #80066E;
}
.BgClassName
{
background-color: #80066E;
}
</style>
border-color css
<style>
span { border-color: #80066E; }
span { border-color: rgb(128,6,110); }
td.TdClassName
{
border-color: #80066E;
}
.TagClassName
{
border-color: #80066E;
}
</style>