Shades of Dark Purple #80277C
Tints of Dark Purple #80277C
RGB
CMYK
RGB Variations
Color information
#80277C (or 0x80277C) is known color: Dark Purple. HEX triplet: 80, 27 and 7C. RGB value is (128,39,124). Sum of RGB (Red+Green+Blue) = 128+39+124=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80277C is #7FD883. Grayscale: #4B4B4B. Windows color (decimal): -8378500 or 8136576. OLE color: 8136576.
HSL color Cylindrical-coordinate representation of color #80277C: hue angle of 302.7º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80277C is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 124 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.50 |
| HSL | 302.7º | 0.53% | 0.33% | - |
| HSV(B) | 302.7º | 0.7% | 0.5% | - |
| XYZ | 13.27 | 7.5 | 19.82 | - |
| YUV | 75.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 124 | 0 | 0.70 | 0.03 | 0.50 | 302.7 | 0.53 | 0.33 |
| Hex | 80 | 27 | 7C | 0 | 46 | 3 | 32 | 12F | 35 | 21 |
| Octal | 200 | 47 | 174 | 0 | 106 | 3 | 62 | 457 | 65 | 41 |
| Binary | 10000000 | 100111 | 1111100 | 0 | 1000110 | 11 | 110010 | 100101111 | 110101 | 100001 |
Color Harmonies of #80277C
Complementary color
Monochromatic Colors of #80277C
Black with #80277C
Text Example
Text Example
White with #80277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80277C; }
p { color: rgb(128,39,124); }
H1.HeaderClassName
{
color: #80277C;
}
.AnyTagClassName
{
color: #80277C;
}
</style>
background-color css
<style>
a { background-color: #80277C; }
a { background-color: rgb(128,39,124); }
div.DivClassName
{
background-color: #80277C;
}
.BgClassName
{
background-color: #80277C;
}
</style>
border-color css
<style>
span { border-color: #80277C; }
span { border-color: rgb(128,39,124); }
td.TdClassName
{
border-color: #80277C;
}
.TagClassName
{
border-color: #80277C;
}
</style>