Shades of Dark Purple #802072
Tints of Dark Purple #802072
RGB
CMYK
RGB Variations
Color information
#802072 (or 0x802072) is known color: Dark Purple. HEX triplet: 80, 20 and 72. RGB value is (128,32,114). Sum of RGB (Red+Green+Blue) = 128+32+114=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #802072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802072 is #7FDF8D. Grayscale: #454545. Windows color (decimal): -8380302 or 7479424. OLE color: 7479424.
HSL color Cylindrical-coordinate representation of color #802072: hue angle of 308.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 #802072 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 114 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.50 |
| HSL | 308.75º | 0.6% | 0.31% | - |
| HSV(B) | 308.75º | 0.75% | 0.5% | - |
| XYZ | 12.46 | 6.84 | 16.58 | - |
| YUV | 70.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 114 | 0 | 0.75 | 0.11 | 0.50 | 308.75 | 0.6 | 0.31 |
| Hex | 80 | 20 | 72 | 0 | 4B | B | 32 | 135 | 3C | 1F |
| Octal | 200 | 40 | 162 | 0 | 113 | 13 | 62 | 465 | 74 | 37 |
| Binary | 10000000 | 100000 | 1110010 | 0 | 1001011 | 1011 | 110010 | 100110101 | 111100 | 11111 |
Color Harmonies of #802072
Complementary color
Monochromatic Colors of #802072
Black with #802072
Text Example
Text Example
White with #802072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802072; }
p { color: rgb(128,32,114); }
H1.HeaderClassName
{
color: #802072;
}
.AnyTagClassName
{
color: #802072;
}
</style>
background-color css
<style>
a { background-color: #802072; }
a { background-color: rgb(128,32,114); }
div.DivClassName
{
background-color: #802072;
}
.BgClassName
{
background-color: #802072;
}
</style>
border-color css
<style>
span { border-color: #802072; }
span { border-color: rgb(128,32,114); }
td.TdClassName
{
border-color: #802072;
}
.TagClassName
{
border-color: #802072;
}
</style>