Shades of Dark Purple #80207D
Tints of Dark Purple #80207D
RGB
CMYK
RGB Variations
Color information
#80207D (or 0x80207D) is known color: Dark Purple. HEX triplet: 80, 20 and 7D. RGB value is (128,32,125). Sum of RGB (Red+Green+Blue) = 128+32+125=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #80207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80207D is #7FDF82. Grayscale: #474747. Windows color (decimal): -8380291 or 8200320. OLE color: 8200320.
HSL color Cylindrical-coordinate representation of color #80207D: hue angle of 301.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80207D is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 125 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.50 |
| HSL | 301.88º | 0.6% | 0.31% | - |
| HSV(B) | 301.88º | 0.75% | 0.5% | - |
| XYZ | 13.12 | 7.1 | 20.08 | - |
| YUV | 71.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 125 | 0 | 0.75 | 0.02 | 0.50 | 301.88 | 0.6 | 0.31 |
| Hex | 80 | 20 | 7D | 0 | 4B | 2 | 32 | 12E | 3C | 1F |
| Octal | 200 | 40 | 175 | 0 | 113 | 2 | 62 | 456 | 74 | 37 |
| Binary | 10000000 | 100000 | 1111101 | 0 | 1001011 | 10 | 110010 | 100101110 | 111100 | 11111 |
Color Harmonies of #80207D
Complementary color
Monochromatic Colors of #80207D
Black with #80207D
Text Example
Text Example
White with #80207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80207D; }
p { color: rgb(128,32,125); }
H1.HeaderClassName
{
color: #80207D;
}
.AnyTagClassName
{
color: #80207D;
}
</style>
background-color css
<style>
a { background-color: #80207D; }
a { background-color: rgb(128,32,125); }
div.DivClassName
{
background-color: #80207D;
}
.BgClassName
{
background-color: #80207D;
}
</style>
border-color css
<style>
span { border-color: #80207D; }
span { border-color: rgb(128,32,125); }
td.TdClassName
{
border-color: #80207D;
}
.TagClassName
{
border-color: #80207D;
}
</style>