Shades of Dark Purple #80316D
Tints of Dark Purple #80316D
RGB
CMYK
RGB Variations
Color information
#80316D (or 0x80316D) is known color: Dark Purple. HEX triplet: 80, 31 and 6D. RGB value is (128,49,109). Sum of RGB (Red+Green+Blue) = 128+49+109=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #80316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80316D is #7FCE92. Grayscale: #4F4F4F. Windows color (decimal): -8375955 or 7156096. OLE color: 7156096.
HSL color Cylindrical-coordinate representation of color #80316D: hue angle of 314.43º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80316D is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 49 | 109 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.50 |
| HSL | 314.43º | 0.45% | 0.35% | - |
| HSV(B) | 314.43º | 0.62% | 0.5% | - |
| XYZ | 12.76 | 7.89 | 15.32 | - |
| YUV | 79.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 109 | 0 | 0.62 | 0.15 | 0.50 | 314.43 | 0.45 | 0.35 |
| Hex | 80 | 31 | 6D | 0 | 3E | F | 32 | 13A | 2D | 23 |
| Octal | 200 | 61 | 155 | 0 | 76 | 17 | 62 | 472 | 55 | 43 |
| Binary | 10000000 | 110001 | 1101101 | 0 | 111110 | 1111 | 110010 | 100111010 | 101101 | 100011 |
Color Harmonies of #80316D
Complementary color
Monochromatic Colors of #80316D
Black with #80316D
Text Example
Text Example
White with #80316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80316D; }
p { color: rgb(128,49,109); }
H1.HeaderClassName
{
color: #80316D;
}
.AnyTagClassName
{
color: #80316D;
}
</style>
background-color css
<style>
a { background-color: #80316D; }
a { background-color: rgb(128,49,109); }
div.DivClassName
{
background-color: #80316D;
}
.BgClassName
{
background-color: #80316D;
}
</style>
border-color css
<style>
span { border-color: #80316D; }
span { border-color: rgb(128,49,109); }
td.TdClassName
{
border-color: #80316D;
}
.TagClassName
{
border-color: #80316D;
}
</style>