Shades of Dark Purple #803276
Tints of Dark Purple #803276
RGB
CMYK
RGB Variations
Color information
#803276 (or 0x803276) is known color: Dark Purple. HEX triplet: 80, 32 and 76. RGB value is (128,50,118). Sum of RGB (Red+Green+Blue) = 128+50+118=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #803276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803276 is #7FCD89. Grayscale: #505050. Windows color (decimal): -8375690 or 7746176. OLE color: 7746176.
HSL color Cylindrical-coordinate representation of color #803276: hue angle of 307.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803276 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 118 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.50 |
| HSL | 307.69º | 0.44% | 0.35% | - |
| HSV(B) | 307.69º | 0.61% | 0.5% | - |
| XYZ | 13.31 | 8.18 | 18.02 | - |
| YUV | 81.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 118 | 0 | 0.61 | 0.08 | 0.50 | 307.69 | 0.44 | 0.35 |
| Hex | 80 | 32 | 76 | 0 | 3D | 8 | 32 | 134 | 2C | 23 |
| Octal | 200 | 62 | 166 | 0 | 75 | 10 | 62 | 464 | 54 | 43 |
| Binary | 10000000 | 110010 | 1110110 | 0 | 111101 | 1000 | 110010 | 100110100 | 101100 | 100011 |
Color Harmonies of #803276
Complementary color
Monochromatic Colors of #803276
Black with #803276
Text Example
Text Example
White with #803276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803276; }
p { color: rgb(128,50,118); }
H1.HeaderClassName
{
color: #803276;
}
.AnyTagClassName
{
color: #803276;
}
</style>
background-color css
<style>
a { background-color: #803276; }
a { background-color: rgb(128,50,118); }
div.DivClassName
{
background-color: #803276;
}
.BgClassName
{
background-color: #803276;
}
</style>
border-color css
<style>
span { border-color: #803276; }
span { border-color: rgb(128,50,118); }
td.TdClassName
{
border-color: #803276;
}
.TagClassName
{
border-color: #803276;
}
</style>