Shades of Dark Purple #80296E
Tints of Dark Purple #80296E
RGB
CMYK
RGB Variations
Color information
#80296E (or 0x80296E) is known color: Dark Purple. HEX triplet: 80, 29 and 6E. RGB value is (128,41,110). Sum of RGB (Red+Green+Blue) = 128+41+110=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #80296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80296E is #7FD691. Grayscale: #4A4A4A. Windows color (decimal): -8378002 or 7219584. OLE color: 7219584.
HSL color Cylindrical-coordinate representation of color #80296E: hue angle of 312.41º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80296E is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 110 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.50 |
| HSL | 312.41º | 0.51% | 0.33% | - |
| HSV(B) | 312.41º | 0.68% | 0.5% | - |
| XYZ | 12.51 | 7.3 | 15.5 | - |
| YUV | 74.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 110 | 0 | 0.68 | 0.14 | 0.50 | 312.41 | 0.51 | 0.33 |
| Hex | 80 | 29 | 6E | 0 | 44 | E | 32 | 138 | 33 | 21 |
| Octal | 200 | 51 | 156 | 0 | 104 | 16 | 62 | 470 | 63 | 41 |
| Binary | 10000000 | 101001 | 1101110 | 0 | 1000100 | 1110 | 110010 | 100111000 | 110011 | 100001 |
Color Harmonies of #80296E
Complementary color
Monochromatic Colors of #80296E
Black with #80296E
Text Example
Text Example
White with #80296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80296E; }
p { color: rgb(128,41,110); }
H1.HeaderClassName
{
color: #80296E;
}
.AnyTagClassName
{
color: #80296E;
}
</style>
background-color css
<style>
a { background-color: #80296E; }
a { background-color: rgb(128,41,110); }
div.DivClassName
{
background-color: #80296E;
}
.BgClassName
{
background-color: #80296E;
}
</style>
border-color css
<style>
span { border-color: #80296E; }
span { border-color: rgb(128,41,110); }
td.TdClassName
{
border-color: #80296E;
}
.TagClassName
{
border-color: #80296E;
}
</style>