Shades of Dark Purple #802266
Tints of Dark Purple #802266
RGB
CMYK
RGB Variations
Color information
#802266 (or 0x802266) is known color: Dark Purple. HEX triplet: 80, 22 and 66. RGB value is (128,34,102). Sum of RGB (Red+Green+Blue) = 128+34+102=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #802266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802266 is #7FDD99. Grayscale: #454545. Windows color (decimal): -8379802 or 6693504. OLE color: 6693504.
HSL color Cylindrical-coordinate representation of color #802266: hue angle of 316.6º 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 #802266 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 102 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.50 |
| HSL | 316.6º | 0.58% | 0.32% | - |
| HSV(B) | 316.6º | 0.73% | 0.5% | - |
| XYZ | 11.87 | 6.69 | 13.24 | - |
| YUV | 69.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 102 | 0 | 0.73 | 0.20 | 0.50 | 316.6 | 0.58 | 0.32 |
| Hex | 80 | 22 | 66 | 0 | 49 | 14 | 32 | 13D | 3A | 20 |
| Octal | 200 | 42 | 146 | 0 | 111 | 24 | 62 | 475 | 72 | 40 |
| Binary | 10000000 | 100010 | 1100110 | 0 | 1001001 | 10100 | 110010 | 100111101 | 111010 | 100000 |
Color Harmonies of #802266
Complementary color
Monochromatic Colors of #802266
Black with #802266
Text Example
Text Example
White with #802266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802266; }
p { color: rgb(128,34,102); }
H1.HeaderClassName
{
color: #802266;
}
.AnyTagClassName
{
color: #802266;
}
</style>
background-color css
<style>
a { background-color: #802266; }
a { background-color: rgb(128,34,102); }
div.DivClassName
{
background-color: #802266;
}
.BgClassName
{
background-color: #802266;
}
</style>
border-color css
<style>
span { border-color: #802266; }
span { border-color: rgb(128,34,102); }
td.TdClassName
{
border-color: #802266;
}
.TagClassName
{
border-color: #802266;
}
</style>