Shades of Dark Purple #80297F
Tints of Dark Purple #80297F
RGB
CMYK
RGB Variations
Color information
#80297F (or 0x80297F) is known color: Dark Purple. HEX triplet: 80, 29 and 7F. RGB value is (128,41,127). Sum of RGB (Red+Green+Blue) = 128+41+127=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #80297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80297F is #7FD680. Grayscale: #4C4C4C. Windows color (decimal): -8377985 or 8333696. OLE color: 8333696.
HSL color Cylindrical-coordinate representation of color #80297F: hue angle of 300.69º 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 #80297F is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 127 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.50 |
| HSL | 300.69º | 0.51% | 0.33% | - |
| HSV(B) | 300.69º | 0.68% | 0.5% | - |
| XYZ | 13.53 | 7.71 | 20.85 | - |
| YUV | 76.82 | 156.32 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 127 | 0 | 0.68 | 0.01 | 0.50 | 300.69 | 0.51 | 0.33 |
| Hex | 80 | 29 | 7F | 0 | 44 | 1 | 32 | 12D | 33 | 21 |
| Octal | 200 | 51 | 177 | 0 | 104 | 1 | 62 | 455 | 63 | 41 |
| Binary | 10000000 | 101001 | 1111111 | 0 | 1000100 | 1 | 110010 | 100101101 | 110011 | 100001 |
Color Harmonies of #80297F
Complementary color
Monochromatic Colors of #80297F
Black with #80297F
Text Example
Text Example
White with #80297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80297F; }
p { color: rgb(128,41,127); }
H1.HeaderClassName
{
color: #80297F;
}
.AnyTagClassName
{
color: #80297F;
}
</style>
background-color css
<style>
a { background-color: #80297F; }
a { background-color: rgb(128,41,127); }
div.DivClassName
{
background-color: #80297F;
}
.BgClassName
{
background-color: #80297F;
}
</style>
border-color css
<style>
span { border-color: #80297F; }
span { border-color: rgb(128,41,127); }
td.TdClassName
{
border-color: #80297F;
}
.TagClassName
{
border-color: #80297F;
}
</style>