Shades of Dark Purple #80277A
Tints of Dark Purple #80277A
RGB
CMYK
RGB Variations
Color information
#80277A (or 0x80277A) is known color: Dark Purple. HEX triplet: 80, 27 and 7A. RGB value is (128,39,122). Sum of RGB (Red+Green+Blue) = 128+39+122=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80277A is #7FD885. Grayscale: #4A4A4A. Windows color (decimal): -8378502 or 8005504. OLE color: 8005504.
HSL color Cylindrical-coordinate representation of color #80277A: hue angle of 304.04º 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 #80277A is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 39 | 122 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.50 |
| HSL | 304.05º | 0.53% | 0.33% | - |
| HSV(B) | 304.05º | 0.7% | 0.5% | - |
| XYZ | 13.14 | 7.45 | 19.16 | - |
| YUV | 75.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 39 | 122 | 0 | 0.70 | 0.05 | 0.50 | 304.05 | 0.53 | 0.33 |
| Hex | 80 | 27 | 7A | 0 | 46 | 5 | 32 | 130 | 35 | 21 |
| Octal | 200 | 47 | 172 | 0 | 106 | 5 | 62 | 460 | 65 | 41 |
| Binary | 10000000 | 100111 | 1111010 | 0 | 1000110 | 101 | 110010 | 100110000 | 110101 | 100001 |
Color Harmonies of #80277A
Complementary color
Monochromatic Colors of #80277A
Black with #80277A
Text Example
Text Example
White with #80277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80277A; }
p { color: rgb(128,39,122); }
H1.HeaderClassName
{
color: #80277A;
}
.AnyTagClassName
{
color: #80277A;
}
</style>
background-color css
<style>
a { background-color: #80277A; }
a { background-color: rgb(128,39,122); }
div.DivClassName
{
background-color: #80277A;
}
.BgClassName
{
background-color: #80277A;
}
</style>
border-color css
<style>
span { border-color: #80277A; }
span { border-color: rgb(128,39,122); }
td.TdClassName
{
border-color: #80277A;
}
.TagClassName
{
border-color: #80277A;
}
</style>