Shades of Dark Purple #80226C
Tints of Dark Purple #80226C
RGB
CMYK
RGB Variations
Color information
#80226C (or 0x80226C) is known color: Dark Purple. HEX triplet: 80, 22 and 6C. RGB value is (128,34,108). Sum of RGB (Red+Green+Blue) = 128+34+108=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #80226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80226C is #7FDD93. Grayscale: #464646. Windows color (decimal): -8379796 or 7086720. OLE color: 7086720.
HSL color Cylindrical-coordinate representation of color #80226C: hue angle of 312.77º 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 #80226C is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 108 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.50 |
| HSL | 312.77º | 0.58% | 0.32% | - |
| HSV(B) | 312.77º | 0.73% | 0.5% | - |
| XYZ | 12.18 | 6.82 | 14.86 | - |
| YUV | 70.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 108 | 0 | 0.73 | 0.16 | 0.50 | 312.77 | 0.58 | 0.32 |
| Hex | 80 | 22 | 6C | 0 | 49 | 10 | 32 | 139 | 3A | 20 |
| Octal | 200 | 42 | 154 | 0 | 111 | 20 | 62 | 471 | 72 | 40 |
| Binary | 10000000 | 100010 | 1101100 | 0 | 1001001 | 10000 | 110010 | 100111001 | 111010 | 100000 |
Color Harmonies of #80226C
Complementary color
Monochromatic Colors of #80226C
Black with #80226C
Text Example
Text Example
White with #80226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80226C; }
p { color: rgb(128,34,108); }
H1.HeaderClassName
{
color: #80226C;
}
.AnyTagClassName
{
color: #80226C;
}
</style>
background-color css
<style>
a { background-color: #80226C; }
a { background-color: rgb(128,34,108); }
div.DivClassName
{
background-color: #80226C;
}
.BgClassName
{
background-color: #80226C;
}
</style>
border-color css
<style>
span { border-color: #80226C; }
span { border-color: rgb(128,34,108); }
td.TdClassName
{
border-color: #80226C;
}
.TagClassName
{
border-color: #80226C;
}
</style>