Shades of Dark Purple #881372
Tints of Dark Purple #881372
RGB
CMYK
RGB Variations
Color information
#881372 (or 0x881372) is known color: Dark Purple. HEX triplet: 88, 13 and 72. RGB value is (136,19,114). Sum of RGB (Red+Green+Blue) = 136+19+114=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #881372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881372 is #77EC8D. Grayscale: #404040. Windows color (decimal): -7859342 or 7476104. OLE color: 7476104.
HSL color Cylindrical-coordinate representation of color #881372: hue angle of 311.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881372 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 19 | 114 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.47 |
| HSL | 311.28º | 0.75% | 0.3% | - |
| HSV(B) | 311.28º | 0.86% | 0.53% | - |
| XYZ | 13.42 | 6.91 | 16.55 | - |
| YUV | 64.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 114 | 0 | 0.86 | 0.16 | 0.47 | 311.28 | 0.75 | 0.3 |
| Hex | 88 | 13 | 72 | 0 | 56 | 10 | 2F | 137 | 4B | 1E |
| Octal | 210 | 23 | 162 | 0 | 126 | 20 | 57 | 467 | 113 | 36 |
| Binary | 10001000 | 10011 | 1110010 | 0 | 1010110 | 10000 | 101111 | 100110111 | 1001011 | 11110 |
Color Harmonies of #881372
Complementary color
Monochromatic Colors of #881372
Black with #881372
Text Example
Text Example
White with #881372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881372; }
p { color: rgb(136,19,114); }
H1.HeaderClassName
{
color: #881372;
}
.AnyTagClassName
{
color: #881372;
}
</style>
background-color css
<style>
a { background-color: #881372; }
a { background-color: rgb(136,19,114); }
div.DivClassName
{
background-color: #881372;
}
.BgClassName
{
background-color: #881372;
}
</style>
border-color css
<style>
span { border-color: #881372; }
span { border-color: rgb(136,19,114); }
td.TdClassName
{
border-color: #881372;
}
.TagClassName
{
border-color: #881372;
}
</style>