Shades of Dark Purple #881E71
Tints of Dark Purple #881E71
RGB
CMYK
RGB Variations
Color information
#881E71 (or 0x881E71) is known color: Dark Purple. HEX triplet: 88, 1E and 71. RGB value is (136,30,113). Sum of RGB (Red+Green+Blue) = 136+30+113=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #881E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E71 is #77E18E. Grayscale: #464646. Windows color (decimal): -7856527 or 7413384. OLE color: 7413384.
HSL color Cylindrical-coordinate representation of color #881E71: hue angle of 313.02º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E71 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 113 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.47 |
| HSL | 313.02º | 0.64% | 0.33% | - |
| HSV(B) | 313.02º | 0.78% | 0.53% | - |
| XYZ | 13.6 | 7.36 | 16.33 | - |
| YUV | 71.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 113 | 0 | 0.78 | 0.17 | 0.47 | 313.02 | 0.64 | 0.33 |
| Hex | 88 | 1E | 71 | 0 | 4E | 11 | 2F | 139 | 40 | 21 |
| Octal | 210 | 36 | 161 | 0 | 116 | 21 | 57 | 471 | 100 | 41 |
| Binary | 10001000 | 11110 | 1110001 | 0 | 1001110 | 10001 | 101111 | 100111001 | 1000000 | 100001 |
Color Harmonies of #881E71
Complementary color
Monochromatic Colors of #881E71
Black with #881E71
Text Example
Text Example
White with #881E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E71; }
p { color: rgb(136,30,113); }
H1.HeaderClassName
{
color: #881E71;
}
.AnyTagClassName
{
color: #881E71;
}
</style>
background-color css
<style>
a { background-color: #881E71; }
a { background-color: rgb(136,30,113); }
div.DivClassName
{
background-color: #881E71;
}
.BgClassName
{
background-color: #881E71;
}
</style>
border-color css
<style>
span { border-color: #881E71; }
span { border-color: rgb(136,30,113); }
td.TdClassName
{
border-color: #881E71;
}
.TagClassName
{
border-color: #881E71;
}
</style>