Shades of Dark Purple #882971
Tints of Dark Purple #882971
RGB
CMYK
RGB Variations
Color information
#882971 (or 0x882971) is known color: Dark Purple. HEX triplet: 88, 29 and 71. RGB value is (136,41,113). Sum of RGB (Red+Green+Blue) = 136+41+113=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #882971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882971 is #77D68E. Grayscale: #4D4D4D. Windows color (decimal): -7853711 or 7416200. OLE color: 7416200.
HSL color Cylindrical-coordinate representation of color #882971: hue angle of 314.53º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882971 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 113 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.47 |
| HSL | 314.53º | 0.54% | 0.35% | - |
| HSV(B) | 314.53º | 0.7% | 0.53% | - |
| XYZ | 13.93 | 8.01 | 16.44 | - |
| YUV | 77.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 113 | 0 | 0.70 | 0.17 | 0.47 | 314.53 | 0.54 | 0.35 |
| Hex | 88 | 29 | 71 | 0 | 46 | 11 | 2F | 13B | 36 | 23 |
| Octal | 210 | 51 | 161 | 0 | 106 | 21 | 57 | 473 | 66 | 43 |
| Binary | 10001000 | 101001 | 1110001 | 0 | 1000110 | 10001 | 101111 | 100111011 | 110110 | 100011 |
Color Harmonies of #882971
Complementary color
Monochromatic Colors of #882971
Black with #882971
Text Example
Text Example
White with #882971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882971; }
p { color: rgb(136,41,113); }
H1.HeaderClassName
{
color: #882971;
}
.AnyTagClassName
{
color: #882971;
}
</style>
background-color css
<style>
a { background-color: #882971; }
a { background-color: rgb(136,41,113); }
div.DivClassName
{
background-color: #882971;
}
.BgClassName
{
background-color: #882971;
}
</style>
border-color css
<style>
span { border-color: #882971; }
span { border-color: rgb(136,41,113); }
td.TdClassName
{
border-color: #882971;
}
.TagClassName
{
border-color: #882971;
}
</style>