Shades of Dark Purple #803771
Tints of Dark Purple #803771
RGB
CMYK
RGB Variations
Color information
#803771 (or 0x803771) is known color: Dark Purple. HEX triplet: 80, 37 and 71. RGB value is (128,55,113). Sum of RGB (Red+Green+Blue) = 128+55+113=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #803771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803771 is #7FC88E. Grayscale: #535353. Windows color (decimal): -8374415 or 7419776. OLE color: 7419776.
HSL color Cylindrical-coordinate representation of color #803771: hue angle of 312.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803771 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 55 | 113 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.50 |
| HSL | 312.33º | 0.4% | 0.36% | - |
| HSV(B) | 312.33º | 0.57% | 0.5% | - |
| XYZ | 13.25 | 8.51 | 16.57 | - |
| YUV | 83.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 55 | 113 | 0 | 0.57 | 0.12 | 0.50 | 312.33 | 0.4 | 0.36 |
| Hex | 80 | 37 | 71 | 0 | 39 | C | 32 | 138 | 28 | 24 |
| Octal | 200 | 67 | 161 | 0 | 71 | 14 | 62 | 470 | 50 | 44 |
| Binary | 10000000 | 110111 | 1110001 | 0 | 111001 | 1100 | 110010 | 100111000 | 101000 | 100100 |
Color Harmonies of #803771
Complementary color
Monochromatic Colors of #803771
Black with #803771
Text Example
Text Example
White with #803771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803771; }
p { color: rgb(128,55,113); }
H1.HeaderClassName
{
color: #803771;
}
.AnyTagClassName
{
color: #803771;
}
</style>
background-color css
<style>
a { background-color: #803771; }
a { background-color: rgb(128,55,113); }
div.DivClassName
{
background-color: #803771;
}
.BgClassName
{
background-color: #803771;
}
</style>
border-color css
<style>
span { border-color: #803771; }
span { border-color: rgb(128,55,113); }
td.TdClassName
{
border-color: #803771;
}
.TagClassName
{
border-color: #803771;
}
</style>