Shades of Dark Purple #881670
Tints of Dark Purple #881670
RGB
CMYK
RGB Variations
Color information
#881670 (or 0x881670) is known color: Dark Purple. HEX triplet: 88, 16 and 70. RGB value is (136,22,112). Sum of RGB (Red+Green+Blue) = 136+22+112=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #881670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881670 is #77E98F. Grayscale: #424242. Windows color (decimal): -7858576 or 7345800. OLE color: 7345800.
HSL color Cylindrical-coordinate representation of color #881670: hue angle of 312.63º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881670 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 112 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.47 |
| HSL | 312.63º | 0.72% | 0.31% | - |
| HSV(B) | 312.63º | 0.84% | 0.53% | - |
| XYZ | 13.36 | 6.98 | 15.97 | - |
| YUV | 66.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 112 | 0 | 0.84 | 0.18 | 0.47 | 312.63 | 0.72 | 0.31 |
| Hex | 88 | 16 | 70 | 0 | 54 | 12 | 2F | 139 | 48 | 1F |
| Octal | 210 | 26 | 160 | 0 | 124 | 22 | 57 | 471 | 110 | 37 |
| Binary | 10001000 | 10110 | 1110000 | 0 | 1010100 | 10010 | 101111 | 100111001 | 1001000 | 11111 |
Color Harmonies of #881670
Complementary color
Monochromatic Colors of #881670
Black with #881670
Text Example
Text Example
White with #881670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881670; }
p { color: rgb(136,22,112); }
H1.HeaderClassName
{
color: #881670;
}
.AnyTagClassName
{
color: #881670;
}
</style>
background-color css
<style>
a { background-color: #881670; }
a { background-color: rgb(136,22,112); }
div.DivClassName
{
background-color: #881670;
}
.BgClassName
{
background-color: #881670;
}
</style>
border-color css
<style>
span { border-color: #881670; }
span { border-color: rgb(136,22,112); }
td.TdClassName
{
border-color: #881670;
}
.TagClassName
{
border-color: #881670;
}
</style>