Shades of Dark Purple #882078
Tints of Dark Purple #882078
RGB
CMYK
RGB Variations
Color information
#882078 (or 0x882078) is known color: Dark Purple. HEX triplet: 88, 20 and 78. RGB value is (136,32,120). Sum of RGB (Red+Green+Blue) = 136+32+120=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #882078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882078 is #77DF87. Grayscale: #484848. Windows color (decimal): -7856008 or 7872648. OLE color: 7872648.
HSL color Cylindrical-coordinate representation of color #882078: hue angle of 309.23º 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 #882078 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 120 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.47 |
| HSL | 309.23º | 0.62% | 0.33% | - |
| HSV(B) | 309.23º | 0.76% | 0.53% | - |
| XYZ | 14.06 | 7.62 | 18.5 | - |
| YUV | 73.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 120 | 0 | 0.76 | 0.12 | 0.47 | 309.23 | 0.62 | 0.33 |
| Hex | 88 | 20 | 78 | 0 | 4C | C | 2F | 135 | 3E | 21 |
| Octal | 210 | 40 | 170 | 0 | 114 | 14 | 57 | 465 | 76 | 41 |
| Binary | 10001000 | 100000 | 1111000 | 0 | 1001100 | 1100 | 101111 | 100110101 | 111110 | 100001 |
Color Harmonies of #882078
Complementary color
Monochromatic Colors of #882078
Black with #882078
Text Example
Text Example
White with #882078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882078; }
p { color: rgb(136,32,120); }
H1.HeaderClassName
{
color: #882078;
}
.AnyTagClassName
{
color: #882078;
}
</style>
background-color css
<style>
a { background-color: #882078; }
a { background-color: rgb(136,32,120); }
div.DivClassName
{
background-color: #882078;
}
.BgClassName
{
background-color: #882078;
}
</style>
border-color css
<style>
span { border-color: #882078; }
span { border-color: rgb(136,32,120); }
td.TdClassName
{
border-color: #882078;
}
.TagClassName
{
border-color: #882078;
}
</style>