Shades of Dark Purple #80206F
Tints of Dark Purple #80206F
RGB
CMYK
RGB Variations
Color information
#80206F (or 0x80206F) is known color: Dark Purple. HEX triplet: 80, 20 and 6F. RGB value is (128,32,111). Sum of RGB (Red+Green+Blue) = 128+32+111=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80206F is #7FDF90. Grayscale: #454545. Windows color (decimal): -8380305 or 7282816. OLE color: 7282816.
HSL color Cylindrical-coordinate representation of color #80206F: hue angle of 310.62º 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 #80206F is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 111 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.50 |
| HSL | 310.63º | 0.6% | 0.31% | - |
| HSV(B) | 310.63º | 0.75% | 0.5% | - |
| XYZ | 12.29 | 6.77 | 15.7 | - |
| YUV | 69.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 111 | 0 | 0.75 | 0.13 | 0.50 | 310.63 | 0.6 | 0.31 |
| Hex | 80 | 20 | 6F | 0 | 4B | D | 32 | 137 | 3C | 1F |
| Octal | 200 | 40 | 157 | 0 | 113 | 15 | 62 | 467 | 74 | 37 |
| Binary | 10000000 | 100000 | 1101111 | 0 | 1001011 | 1101 | 110010 | 100110111 | 111100 | 11111 |
Color Harmonies of #80206F
Complementary color
Monochromatic Colors of #80206F
Black with #80206F
Text Example
Text Example
White with #80206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80206F; }
p { color: rgb(128,32,111); }
H1.HeaderClassName
{
color: #80206F;
}
.AnyTagClassName
{
color: #80206F;
}
</style>
background-color css
<style>
a { background-color: #80206F; }
a { background-color: rgb(128,32,111); }
div.DivClassName
{
background-color: #80206F;
}
.BgClassName
{
background-color: #80206F;
}
</style>
border-color css
<style>
span { border-color: #80206F; }
span { border-color: rgb(128,32,111); }
td.TdClassName
{
border-color: #80206F;
}
.TagClassName
{
border-color: #80206F;
}
</style>