Shades of Dark Purple #881771
Tints of Dark Purple #881771
RGB
CMYK
RGB Variations
Color information
#881771 (or 0x881771) is known color: Dark Purple. HEX triplet: 88, 17 and 71. RGB value is (136,23,113). Sum of RGB (Red+Green+Blue) = 136+23+113=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #881771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881771 is #77E88E. Grayscale: #424242. Windows color (decimal): -7858319 or 7411592. OLE color: 7411592.
HSL color Cylindrical-coordinate representation of color #881771: hue angle of 312.21º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881771 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 23 | 113 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.47 |
| HSL | 312.21º | 0.71% | 0.31% | - |
| HSV(B) | 312.21º | 0.83% | 0.53% | - |
| XYZ | 13.44 | 7.04 | 16.27 | - |
| YUV | 67.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 113 | 0 | 0.83 | 0.17 | 0.47 | 312.21 | 0.71 | 0.31 |
| Hex | 88 | 17 | 71 | 0 | 53 | 11 | 2F | 138 | 47 | 1F |
| Octal | 210 | 27 | 161 | 0 | 123 | 21 | 57 | 470 | 107 | 37 |
| Binary | 10001000 | 10111 | 1110001 | 0 | 1010011 | 10001 | 101111 | 100111000 | 1000111 | 11111 |
Color Harmonies of #881771
Complementary color
Monochromatic Colors of #881771
Black with #881771
Text Example
Text Example
White with #881771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881771; }
p { color: rgb(136,23,113); }
H1.HeaderClassName
{
color: #881771;
}
.AnyTagClassName
{
color: #881771;
}
</style>
background-color css
<style>
a { background-color: #881771; }
a { background-color: rgb(136,23,113); }
div.DivClassName
{
background-color: #881771;
}
.BgClassName
{
background-color: #881771;
}
</style>
border-color css
<style>
span { border-color: #881771; }
span { border-color: rgb(136,23,113); }
td.TdClassName
{
border-color: #881771;
}
.TagClassName
{
border-color: #881771;
}
</style>