Shades of Dark Purple #80297D
Tints of Dark Purple #80297D
RGB
CMYK
RGB Variations
Color information
#80297D (or 0x80297D) is known color: Dark Purple. HEX triplet: 80, 29 and 7D. RGB value is (128,41,125). Sum of RGB (Red+Green+Blue) = 128+41+125=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80297D is #7FD682. Grayscale: #4C4C4C. Windows color (decimal): -8377987 or 8202624. OLE color: 8202624.
HSL color Cylindrical-coordinate representation of color #80297D: hue angle of 302.07º 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 #80297D is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 125 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.50 |
| HSL | 302.07º | 0.51% | 0.33% | - |
| HSV(B) | 302.07º | 0.68% | 0.5% | - |
| XYZ | 13.4 | 7.66 | 20.17 | - |
| YUV | 76.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 125 | 0 | 0.68 | 0.02 | 0.50 | 302.07 | 0.51 | 0.33 |
| Hex | 80 | 29 | 7D | 0 | 44 | 2 | 32 | 12E | 33 | 21 |
| Octal | 200 | 51 | 175 | 0 | 104 | 2 | 62 | 456 | 63 | 41 |
| Binary | 10000000 | 101001 | 1111101 | 0 | 1000100 | 10 | 110010 | 100101110 | 110011 | 100001 |
Color Harmonies of #80297D
Complementary color
Monochromatic Colors of #80297D
Black with #80297D
Text Example
Text Example
White with #80297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80297D; }
p { color: rgb(128,41,125); }
H1.HeaderClassName
{
color: #80297D;
}
.AnyTagClassName
{
color: #80297D;
}
</style>
background-color css
<style>
a { background-color: #80297D; }
a { background-color: rgb(128,41,125); }
div.DivClassName
{
background-color: #80297D;
}
.BgClassName
{
background-color: #80297D;
}
</style>
border-color css
<style>
span { border-color: #80297D; }
span { border-color: rgb(128,41,125); }
td.TdClassName
{
border-color: #80297D;
}
.TagClassName
{
border-color: #80297D;
}
</style>