Shades of Dark Purple #881271
Tints of Dark Purple #881271
RGB
CMYK
RGB Variations
Color information
#881271 (or 0x881271) is known color: Dark Purple. HEX triplet: 88, 12 and 71. RGB value is (136,18,113). Sum of RGB (Red+Green+Blue) = 136+18+113=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #881271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881271 is #77ED8E. Grayscale: #3F3F3F. Windows color (decimal): -7859599 or 7410312. OLE color: 7410312.
HSL color Cylindrical-coordinate representation of color #881271: hue angle of 311.69º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881271 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 113 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.47 |
| HSL | 311.69º | 0.77% | 0.3% | - |
| HSV(B) | 311.69º | 0.87% | 0.53% | - |
| XYZ | 13.35 | 6.86 | 16.24 | - |
| YUV | 64.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 113 | 0 | 0.87 | 0.17 | 0.47 | 311.69 | 0.77 | 0.3 |
| Hex | 88 | 12 | 71 | 0 | 57 | 11 | 2F | 138 | 4D | 1E |
| Octal | 210 | 22 | 161 | 0 | 127 | 21 | 57 | 470 | 115 | 36 |
| Binary | 10001000 | 10010 | 1110001 | 0 | 1010111 | 10001 | 101111 | 100111000 | 1001101 | 11110 |
Color Harmonies of #881271
Complementary color
Monochromatic Colors of #881271
Black with #881271
Text Example
Text Example
White with #881271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881271; }
p { color: rgb(136,18,113); }
H1.HeaderClassName
{
color: #881271;
}
.AnyTagClassName
{
color: #881271;
}
</style>
background-color css
<style>
a { background-color: #881271; }
a { background-color: rgb(136,18,113); }
div.DivClassName
{
background-color: #881271;
}
.BgClassName
{
background-color: #881271;
}
</style>
border-color css
<style>
span { border-color: #881271; }
span { border-color: rgb(136,18,113); }
td.TdClassName
{
border-color: #881271;
}
.TagClassName
{
border-color: #881271;
}
</style>