Shades of Dark Purple #802272
Tints of Dark Purple #802272
RGB
CMYK
RGB Variations
Color information
#802272 (or 0x802272) is known color: Dark Purple. HEX triplet: 80, 22 and 72. RGB value is (128,34,114). Sum of RGB (Red+Green+Blue) = 128+34+114=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #802272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802272 is #7FDD8D. Grayscale: #474747. Windows color (decimal): -8379790 or 7479936. OLE color: 7479936.
HSL color Cylindrical-coordinate representation of color #802272: hue angle of 308.94º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802272 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 114 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.50 |
| HSL | 308.94º | 0.58% | 0.32% | - |
| HSV(B) | 308.94º | 0.73% | 0.5% | - |
| XYZ | 12.51 | 6.95 | 16.6 | - |
| YUV | 71.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 114 | 0 | 0.73 | 0.11 | 0.50 | 308.94 | 0.58 | 0.32 |
| Hex | 80 | 22 | 72 | 0 | 49 | B | 32 | 135 | 3A | 20 |
| Octal | 200 | 42 | 162 | 0 | 111 | 13 | 62 | 465 | 72 | 40 |
| Binary | 10000000 | 100010 | 1110010 | 0 | 1001001 | 1011 | 110010 | 100110101 | 111010 | 100000 |
Color Harmonies of #802272
Complementary color
Monochromatic Colors of #802272
Black with #802272
Text Example
Text Example
White with #802272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802272; }
p { color: rgb(128,34,114); }
H1.HeaderClassName
{
color: #802272;
}
.AnyTagClassName
{
color: #802272;
}
</style>
background-color css
<style>
a { background-color: #802272; }
a { background-color: rgb(128,34,114); }
div.DivClassName
{
background-color: #802272;
}
.BgClassName
{
background-color: #802272;
}
</style>
border-color css
<style>
span { border-color: #802272; }
span { border-color: rgb(128,34,114); }
td.TdClassName
{
border-color: #802272;
}
.TagClassName
{
border-color: #802272;
}
</style>