Shades of Purple #80077C
Tints of Purple #80077C
RGB
CMYK
RGB Variations
Color information
#80077C (or 0x80077C) is known color: Purple. HEX triplet: 80, 07 and 7C. RGB value is (128,7,124). Sum of RGB (Red+Green+Blue) = 128+7+124=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80077C is #7FF883. Grayscale: #383838. Windows color (decimal): -8386692 or 8128384. OLE color: 8128384.
HSL color Cylindrical-coordinate representation of color #80077C: hue angle of 301.98º degrees, saturation: 0.9, 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 #80077C is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 124 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.50 |
| HSL | 301.98º | 0.9% | 0.26% | - |
| HSV(B) | 301.98º | 0.95% | 0.5% | - |
| XYZ | 12.62 | 6.2 | 19.6 | - |
| YUV | 56.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 124 | 0 | 0.95 | 0.03 | 0.50 | 301.98 | 0.9 | 0.26 |
| Hex | 80 | 7 | 7C | 0 | 5F | 3 | 32 | 12E | 5A | 1A |
| Octal | 200 | 7 | 174 | 0 | 137 | 3 | 62 | 456 | 132 | 32 |
| Binary | 10000000 | 111 | 1111100 | 0 | 1011111 | 11 | 110010 | 100101110 | 1011010 | 11010 |
Color Harmonies of #80077C
Complementary color
Monochromatic Colors of #80077C
Black with #80077C
Text Example
Text Example
White with #80077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80077C; }
p { color: rgb(128,7,124); }
H1.HeaderClassName
{
color: #80077C;
}
.AnyTagClassName
{
color: #80077C;
}
</style>
background-color css
<style>
a { background-color: #80077C; }
a { background-color: rgb(128,7,124); }
div.DivClassName
{
background-color: #80077C;
}
.BgClassName
{
background-color: #80077C;
}
</style>
border-color css
<style>
span { border-color: #80077C; }
span { border-color: rgb(128,7,124); }
td.TdClassName
{
border-color: #80077C;
}
.TagClassName
{
border-color: #80077C;
}
</style>