Shades of Dark Purple #882075
Tints of Dark Purple #882075
RGB
CMYK
RGB Variations
Color information
#882075 (or 0x882075) is known color: Dark Purple. HEX triplet: 88, 20 and 75. RGB value is (136,32,117). Sum of RGB (Red+Green+Blue) = 136+32+117=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #882075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882075 is #77DF8A. Grayscale: #484848. Windows color (decimal): -7856011 or 7676040. OLE color: 7676040.
HSL color Cylindrical-coordinate representation of color #882075: hue angle of 310.96º 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 #882075 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 117 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.47 |
| HSL | 310.96º | 0.62% | 0.33% | - |
| HSV(B) | 310.96º | 0.76% | 0.53% | - |
| XYZ | 13.88 | 7.55 | 17.56 | - |
| YUV | 72.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 117 | 0 | 0.76 | 0.14 | 0.47 | 310.96 | 0.62 | 0.33 |
| Hex | 88 | 20 | 75 | 0 | 4C | E | 2F | 137 | 3E | 21 |
| Octal | 210 | 40 | 165 | 0 | 114 | 16 | 57 | 467 | 76 | 41 |
| Binary | 10001000 | 100000 | 1110101 | 0 | 1001100 | 1110 | 101111 | 100110111 | 111110 | 100001 |
Color Harmonies of #882075
Complementary color
Monochromatic Colors of #882075
Black with #882075
Text Example
Text Example
White with #882075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882075; }
p { color: rgb(136,32,117); }
H1.HeaderClassName
{
color: #882075;
}
.AnyTagClassName
{
color: #882075;
}
</style>
background-color css
<style>
a { background-color: #882075; }
a { background-color: rgb(136,32,117); }
div.DivClassName
{
background-color: #882075;
}
.BgClassName
{
background-color: #882075;
}
</style>
border-color css
<style>
span { border-color: #882075; }
span { border-color: rgb(136,32,117); }
td.TdClassName
{
border-color: #882075;
}
.TagClassName
{
border-color: #882075;
}
</style>