Shades of Dark Purple #881571
Tints of Dark Purple #881571
RGB
CMYK
RGB Variations
Color information
#881571 (or 0x881571) is known color: Dark Purple. HEX triplet: 88, 15 and 71. RGB value is (136,21,113). Sum of RGB (Red+Green+Blue) = 136+21+113=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #881571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881571 is #77EA8E. Grayscale: #414141. Windows color (decimal): -7858831 or 7411080. OLE color: 7411080.
HSL color Cylindrical-coordinate representation of color #881571: hue angle of 312º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881571 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 113 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.47 |
| HSL | 312º | 0.73% | 0.31% | - |
| HSV(B) | 312º | 0.85% | 0.53% | - |
| XYZ | 13.4 | 6.96 | 16.26 | - |
| YUV | 65.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 113 | 0 | 0.85 | 0.17 | 0.47 | 312 | 0.73 | 0.31 |
| Hex | 88 | 15 | 71 | 0 | 55 | 11 | 2F | 138 | 49 | 1F |
| Octal | 210 | 25 | 161 | 0 | 125 | 21 | 57 | 470 | 111 | 37 |
| Binary | 10001000 | 10101 | 1110001 | 0 | 1010101 | 10001 | 101111 | 100111000 | 1001001 | 11111 |
Color Harmonies of #881571
Complementary color
Monochromatic Colors of #881571
Black with #881571
Text Example
Text Example
White with #881571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881571; }
p { color: rgb(136,21,113); }
H1.HeaderClassName
{
color: #881571;
}
.AnyTagClassName
{
color: #881571;
}
</style>
background-color css
<style>
a { background-color: #881571; }
a { background-color: rgb(136,21,113); }
div.DivClassName
{
background-color: #881571;
}
.BgClassName
{
background-color: #881571;
}
</style>
border-color css
<style>
span { border-color: #881571; }
span { border-color: rgb(136,21,113); }
td.TdClassName
{
border-color: #881571;
}
.TagClassName
{
border-color: #881571;
}
</style>