Shades of Dark Purple #881970
Tints of Dark Purple #881970
RGB
CMYK
RGB Variations
Color information
#881970 (or 0x881970) is known color: Dark Purple. HEX triplet: 88, 19 and 70. RGB value is (136,25,112). Sum of RGB (Red+Green+Blue) = 136+25+112=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #881970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881970 is #77E68F. Grayscale: #434343. Windows color (decimal): -7857808 or 7346568. OLE color: 7346568.
HSL color Cylindrical-coordinate representation of color #881970: hue angle of 312.97º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881970 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 112 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.47 |
| HSL | 312.97º | 0.69% | 0.32% | - |
| HSV(B) | 312.97º | 0.82% | 0.53% | - |
| XYZ | 13.43 | 7.1 | 15.99 | - |
| YUV | 68.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 112 | 0 | 0.82 | 0.18 | 0.47 | 312.97 | 0.69 | 0.32 |
| Hex | 88 | 19 | 70 | 0 | 52 | 12 | 2F | 139 | 45 | 20 |
| Octal | 210 | 31 | 160 | 0 | 122 | 22 | 57 | 471 | 105 | 40 |
| Binary | 10001000 | 11001 | 1110000 | 0 | 1010010 | 10010 | 101111 | 100111001 | 1000101 | 100000 |
Color Harmonies of #881970
Complementary color
Monochromatic Colors of #881970
Black with #881970
Text Example
Text Example
White with #881970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881970; }
p { color: rgb(136,25,112); }
H1.HeaderClassName
{
color: #881970;
}
.AnyTagClassName
{
color: #881970;
}
</style>
background-color css
<style>
a { background-color: #881970; }
a { background-color: rgb(136,25,112); }
div.DivClassName
{
background-color: #881970;
}
.BgClassName
{
background-color: #881970;
}
</style>
border-color css
<style>
span { border-color: #881970; }
span { border-color: rgb(136,25,112); }
td.TdClassName
{
border-color: #881970;
}
.TagClassName
{
border-color: #881970;
}
</style>