Shades of Dark Purple #80227E
Tints of Dark Purple #80227E
RGB
CMYK
RGB Variations
Color information
#80227E (or 0x80227E) is known color: Dark Purple. HEX triplet: 80, 22 and 7E. RGB value is (128,34,126). Sum of RGB (Red+Green+Blue) = 128+34+126=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #80227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80227E is #7FDD81. Grayscale: #484848. Windows color (decimal): -8379778 or 8266368. OLE color: 8266368.
HSL color Cylindrical-coordinate representation of color #80227E: hue angle of 301.28º 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 #80227E is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 126 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.50 |
| HSL | 301.28º | 0.58% | 0.32% | - |
| HSV(B) | 301.28º | 0.73% | 0.5% | - |
| XYZ | 13.24 | 7.24 | 20.44 | - |
| YUV | 72.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 126 | 0 | 0.73 | 0.02 | 0.50 | 301.28 | 0.58 | 0.32 |
| Hex | 80 | 22 | 7E | 0 | 49 | 2 | 32 | 12D | 3A | 20 |
| Octal | 200 | 42 | 176 | 0 | 111 | 2 | 62 | 455 | 72 | 40 |
| Binary | 10000000 | 100010 | 1111110 | 0 | 1001001 | 10 | 110010 | 100101101 | 111010 | 100000 |
Color Harmonies of #80227E
Complementary color
Monochromatic Colors of #80227E
Black with #80227E
Text Example
Text Example
White with #80227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80227E; }
p { color: rgb(128,34,126); }
H1.HeaderClassName
{
color: #80227E;
}
.AnyTagClassName
{
color: #80227E;
}
</style>
background-color css
<style>
a { background-color: #80227E; }
a { background-color: rgb(128,34,126); }
div.DivClassName
{
background-color: #80227E;
}
.BgClassName
{
background-color: #80227E;
}
</style>
border-color css
<style>
span { border-color: #80227E; }
span { border-color: rgb(128,34,126); }
td.TdClassName
{
border-color: #80227E;
}
.TagClassName
{
border-color: #80227E;
}
</style>