Shades of Dark Purple #80376D
Tints of Dark Purple #80376D
RGB
CMYK
RGB Variations
Color information
#80376D (or 0x80376D) is known color: Dark Purple. HEX triplet: 80, 37 and 6D. RGB value is (128,55,109). Sum of RGB (Red+Green+Blue) = 128+55+109=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80376D is #7FC892. Grayscale: #525252. Windows color (decimal): -8374419 or 7157632. OLE color: 7157632.
HSL color Cylindrical-coordinate representation of color #80376D: hue angle of 315.62º 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 #80376D is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 109 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.50 |
| HSL | 315.62º | 0.4% | 0.36% | - |
| HSV(B) | 315.62º | 0.57% | 0.5% | - |
| XYZ | 13.03 | 8.43 | 15.41 | - |
| YUV | 82.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 109 | 0 | 0.57 | 0.15 | 0.50 | 315.62 | 0.4 | 0.36 |
| Hex | 80 | 37 | 6D | 0 | 39 | F | 32 | 13C | 28 | 24 |
| Octal | 200 | 67 | 155 | 0 | 71 | 17 | 62 | 474 | 50 | 44 |
| Binary | 10000000 | 110111 | 1101101 | 0 | 111001 | 1111 | 110010 | 100111100 | 101000 | 100100 |
Color Harmonies of #80376D
Complementary color
Monochromatic Colors of #80376D
Black with #80376D
Text Example
Text Example
White with #80376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80376D; }
p { color: rgb(128,55,109); }
H1.HeaderClassName
{
color: #80376D;
}
.AnyTagClassName
{
color: #80376D;
}
</style>
background-color css
<style>
a { background-color: #80376D; }
a { background-color: rgb(128,55,109); }
div.DivClassName
{
background-color: #80376D;
}
.BgClassName
{
background-color: #80376D;
}
</style>
border-color css
<style>
span { border-color: #80376D; }
span { border-color: rgb(128,55,109); }
td.TdClassName
{
border-color: #80376D;
}
.TagClassName
{
border-color: #80376D;
}
</style>