Shades of Dark Purple #80207A
Tints of Dark Purple #80207A
RGB
CMYK
RGB Variations
Color information
#80207A (or 0x80207A) is known color: Dark Purple. HEX triplet: 80, 20 and 7A. RGB value is (128,32,122). Sum of RGB (Red+Green+Blue) = 128+32+122=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #80207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80207A is #7FDF85. Grayscale: #464646. Windows color (decimal): -8380294 or 8003712. OLE color: 8003712.
HSL color Cylindrical-coordinate representation of color #80207A: hue angle of 303.75º 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 #80207A is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 122 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.50 |
| HSL | 303.75º | 0.6% | 0.31% | - |
| HSV(B) | 303.75º | 0.75% | 0.5% | - |
| XYZ | 12.93 | 7.03 | 19.09 | - |
| YUV | 70.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 122 | 0 | 0.75 | 0.05 | 0.50 | 303.75 | 0.6 | 0.31 |
| Hex | 80 | 20 | 7A | 0 | 4B | 5 | 32 | 130 | 3C | 1F |
| Octal | 200 | 40 | 172 | 0 | 113 | 5 | 62 | 460 | 74 | 37 |
| Binary | 10000000 | 100000 | 1111010 | 0 | 1001011 | 101 | 110010 | 100110000 | 111100 | 11111 |
Color Harmonies of #80207A
Complementary color
Monochromatic Colors of #80207A
Black with #80207A
Text Example
Text Example
White with #80207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80207A; }
p { color: rgb(128,32,122); }
H1.HeaderClassName
{
color: #80207A;
}
.AnyTagClassName
{
color: #80207A;
}
</style>
background-color css
<style>
a { background-color: #80207A; }
a { background-color: rgb(128,32,122); }
div.DivClassName
{
background-color: #80207A;
}
.BgClassName
{
background-color: #80207A;
}
</style>
border-color css
<style>
span { border-color: #80207A; }
span { border-color: rgb(128,32,122); }
td.TdClassName
{
border-color: #80207A;
}
.TagClassName
{
border-color: #80207A;
}
</style>