Shades of Dark Purple #80376F
Tints of Dark Purple #80376F
RGB
CMYK
RGB Variations
Color information
#80376F (or 0x80376F) is known color: Dark Purple. HEX triplet: 80, 37 and 6F. RGB value is (128,55,111). Sum of RGB (Red+Green+Blue) = 128+55+111=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80376F is #7FC890. Grayscale: #535353. Windows color (decimal): -8374417 or 7288704. OLE color: 7288704.
HSL color Cylindrical-coordinate representation of color #80376F: hue angle of 313.97º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80376F is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 111 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.50 |
| HSL | 313.97º | 0.4% | 0.36% | - |
| HSV(B) | 313.97º | 0.57% | 0.5% | - |
| XYZ | 13.14 | 8.47 | 15.98 | - |
| YUV | 83.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 111 | 0 | 0.57 | 0.13 | 0.50 | 313.97 | 0.4 | 0.36 |
| Hex | 80 | 37 | 6F | 0 | 39 | D | 32 | 13A | 28 | 24 |
| Octal | 200 | 67 | 157 | 0 | 71 | 15 | 62 | 472 | 50 | 44 |
| Binary | 10000000 | 110111 | 1101111 | 0 | 111001 | 1101 | 110010 | 100111010 | 101000 | 100100 |
Color Harmonies of #80376F
Complementary color
Monochromatic Colors of #80376F
Black with #80376F
Text Example
Text Example
White with #80376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80376F; }
p { color: rgb(128,55,111); }
H1.HeaderClassName
{
color: #80376F;
}
.AnyTagClassName
{
color: #80376F;
}
</style>
background-color css
<style>
a { background-color: #80376F; }
a { background-color: rgb(128,55,111); }
div.DivClassName
{
background-color: #80376F;
}
.BgClassName
{
background-color: #80376F;
}
</style>
border-color css
<style>
span { border-color: #80376F; }
span { border-color: rgb(128,55,111); }
td.TdClassName
{
border-color: #80376F;
}
.TagClassName
{
border-color: #80376F;
}
</style>