Shades of Dark Purple #881270
Tints of Dark Purple #881270
RGB
CMYK
RGB Variations
Color information
#881270 (or 0x881270) is known color: Dark Purple. HEX triplet: 88, 12 and 70. RGB value is (136,18,112). Sum of RGB (Red+Green+Blue) = 136+18+112=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #881270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881270 is #77ED8F. Grayscale: #3F3F3F. Windows color (decimal): -7859600 or 7344776. OLE color: 7344776.
HSL color Cylindrical-coordinate representation of color #881270: hue angle of 312.2º 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 #881270 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 112 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.47 |
| HSL | 312.2º | 0.77% | 0.3% | - |
| HSV(B) | 312.2º | 0.87% | 0.53% | - |
| XYZ | 13.29 | 6.84 | 15.95 | - |
| YUV | 64 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 112 | 0 | 0.87 | 0.18 | 0.47 | 312.2 | 0.77 | 0.3 |
| Hex | 88 | 12 | 70 | 0 | 57 | 12 | 2F | 138 | 4D | 1E |
| Octal | 210 | 22 | 160 | 0 | 127 | 22 | 57 | 470 | 115 | 36 |
| Binary | 10001000 | 10010 | 1110000 | 0 | 1010111 | 10010 | 101111 | 100111000 | 1001101 | 11110 |
Color Harmonies of #881270
Complementary color
Monochromatic Colors of #881270
Black with #881270
Text Example
Text Example
White with #881270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881270; }
p { color: rgb(136,18,112); }
H1.HeaderClassName
{
color: #881270;
}
.AnyTagClassName
{
color: #881270;
}
</style>
background-color css
<style>
a { background-color: #881270; }
a { background-color: rgb(136,18,112); }
div.DivClassName
{
background-color: #881270;
}
.BgClassName
{
background-color: #881270;
}
</style>
border-color css
<style>
span { border-color: #881270; }
span { border-color: rgb(136,18,112); }
td.TdClassName
{
border-color: #881270;
}
.TagClassName
{
border-color: #881270;
}
</style>