Shades of Dark Purple #881972
Tints of Dark Purple #881972
RGB
CMYK
RGB Variations
Color information
#881972 (or 0x881972) is known color: Dark Purple. HEX triplet: 88, 19 and 72. RGB value is (136,25,114). Sum of RGB (Red+Green+Blue) = 136+25+114=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #881972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881972 is #77E68D. Grayscale: #444444. Windows color (decimal): -7857806 or 7477640. OLE color: 7477640.
HSL color Cylindrical-coordinate representation of color #881972: hue angle of 311.89º 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 #881972 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 114 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.47 |
| HSL | 311.89º | 0.69% | 0.32% | - |
| HSV(B) | 311.89º | 0.82% | 0.53% | - |
| XYZ | 13.54 | 7.14 | 16.59 | - |
| YUV | 68.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 114 | 0 | 0.82 | 0.16 | 0.47 | 311.89 | 0.69 | 0.32 |
| Hex | 88 | 19 | 72 | 0 | 52 | 10 | 2F | 138 | 45 | 20 |
| Octal | 210 | 31 | 162 | 0 | 122 | 20 | 57 | 470 | 105 | 40 |
| Binary | 10001000 | 11001 | 1110010 | 0 | 1010010 | 10000 | 101111 | 100111000 | 1000101 | 100000 |
Color Harmonies of #881972
Complementary color
Monochromatic Colors of #881972
Black with #881972
Text Example
Text Example
White with #881972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881972; }
p { color: rgb(136,25,114); }
H1.HeaderClassName
{
color: #881972;
}
.AnyTagClassName
{
color: #881972;
}
</style>
background-color css
<style>
a { background-color: #881972; }
a { background-color: rgb(136,25,114); }
div.DivClassName
{
background-color: #881972;
}
.BgClassName
{
background-color: #881972;
}
</style>
border-color css
<style>
span { border-color: #881972; }
span { border-color: rgb(136,25,114); }
td.TdClassName
{
border-color: #881972;
}
.TagClassName
{
border-color: #881972;
}
</style>