Shades of Dark Purple #80227D
Tints of Dark Purple #80227D
RGB
CMYK
RGB Variations
Color information
#80227D (or 0x80227D) is known color: Dark Purple. HEX triplet: 80, 22 and 7D. RGB value is (128,34,125). Sum of RGB (Red+Green+Blue) = 128+34+125=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80227D is #7FDD82. Grayscale: #484848. Windows color (decimal): -8379779 or 8200832. OLE color: 8200832.
HSL color Cylindrical-coordinate representation of color #80227D: hue angle of 301.91º 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 #80227D is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 125 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.50 |
| HSL | 301.91º | 0.58% | 0.32% | - |
| HSV(B) | 301.91º | 0.73% | 0.5% | - |
| XYZ | 13.18 | 7.21 | 20.1 | - |
| YUV | 72.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 125 | 0 | 0.73 | 0.02 | 0.50 | 301.91 | 0.58 | 0.32 |
| Hex | 80 | 22 | 7D | 0 | 49 | 2 | 32 | 12E | 3A | 20 |
| Octal | 200 | 42 | 175 | 0 | 111 | 2 | 62 | 456 | 72 | 40 |
| Binary | 10000000 | 100010 | 1111101 | 0 | 1001001 | 10 | 110010 | 100101110 | 111010 | 100000 |
Color Harmonies of #80227D
Complementary color
Monochromatic Colors of #80227D
Black with #80227D
Text Example
Text Example
White with #80227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80227D; }
p { color: rgb(128,34,125); }
H1.HeaderClassName
{
color: #80227D;
}
.AnyTagClassName
{
color: #80227D;
}
</style>
background-color css
<style>
a { background-color: #80227D; }
a { background-color: rgb(128,34,125); }
div.DivClassName
{
background-color: #80227D;
}
.BgClassName
{
background-color: #80227D;
}
</style>
border-color css
<style>
span { border-color: #80227D; }
span { border-color: rgb(128,34,125); }
td.TdClassName
{
border-color: #80227D;
}
.TagClassName
{
border-color: #80227D;
}
</style>