Shades of Dark Purple #882072
Tints of Dark Purple #882072
RGB
CMYK
RGB Variations
Color information
#882072 (or 0x882072) is known color: Dark Purple. HEX triplet: 88, 20 and 72. RGB value is (136,32,114). Sum of RGB (Red+Green+Blue) = 136+32+114=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #882072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882072 is #77DF8D. Grayscale: #484848. Windows color (decimal): -7856014 or 7479432. OLE color: 7479432.
HSL color Cylindrical-coordinate representation of color #882072: hue angle of 312.69º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882072 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 114 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.47 |
| HSL | 312.69º | 0.62% | 0.33% | - |
| HSV(B) | 312.69º | 0.76% | 0.53% | - |
| XYZ | 13.71 | 7.48 | 16.64 | - |
| YUV | 72.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 114 | 0 | 0.76 | 0.16 | 0.47 | 312.69 | 0.62 | 0.33 |
| Hex | 88 | 20 | 72 | 0 | 4C | 10 | 2F | 139 | 3E | 21 |
| Octal | 210 | 40 | 162 | 0 | 114 | 20 | 57 | 471 | 76 | 41 |
| Binary | 10001000 | 100000 | 1110010 | 0 | 1001100 | 10000 | 101111 | 100111001 | 111110 | 100001 |
Color Harmonies of #882072
Complementary color
Monochromatic Colors of #882072
Black with #882072
Text Example
Text Example
White with #882072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882072; }
p { color: rgb(136,32,114); }
H1.HeaderClassName
{
color: #882072;
}
.AnyTagClassName
{
color: #882072;
}
</style>
background-color css
<style>
a { background-color: #882072; }
a { background-color: rgb(136,32,114); }
div.DivClassName
{
background-color: #882072;
}
.BgClassName
{
background-color: #882072;
}
</style>
border-color css
<style>
span { border-color: #882072; }
span { border-color: rgb(136,32,114); }
td.TdClassName
{
border-color: #882072;
}
.TagClassName
{
border-color: #882072;
}
</style>