Shades of Dark Purple #882270
Tints of Dark Purple #882270
RGB
CMYK
RGB Variations
Color information
#882270 (or 0x882270) is known color: Dark Purple. HEX triplet: 88, 22 and 70. RGB value is (136,34,112). Sum of RGB (Red+Green+Blue) = 136+34+112=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #882270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882270 is #77DD8F. Grayscale: #494949. Windows color (decimal): -7855504 or 7348872. OLE color: 7348872.
HSL color Cylindrical-coordinate representation of color #882270: hue angle of 314.12º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882270 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 112 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.47 |
| HSL | 314.12º | 0.6% | 0.33% | - |
| HSV(B) | 314.12º | 0.75% | 0.53% | - |
| XYZ | 13.65 | 7.55 | 16.07 | - |
| YUV | 73.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 112 | 0 | 0.75 | 0.18 | 0.47 | 314.12 | 0.6 | 0.33 |
| Hex | 88 | 22 | 70 | 0 | 4B | 12 | 2F | 13A | 3C | 21 |
| Octal | 210 | 42 | 160 | 0 | 113 | 22 | 57 | 472 | 74 | 41 |
| Binary | 10001000 | 100010 | 1110000 | 0 | 1001011 | 10010 | 101111 | 100111010 | 111100 | 100001 |
Color Harmonies of #882270
Complementary color
Monochromatic Colors of #882270
Black with #882270
Text Example
Text Example
White with #882270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882270; }
p { color: rgb(136,34,112); }
H1.HeaderClassName
{
color: #882270;
}
.AnyTagClassName
{
color: #882270;
}
</style>
background-color css
<style>
a { background-color: #882270; }
a { background-color: rgb(136,34,112); }
div.DivClassName
{
background-color: #882270;
}
.BgClassName
{
background-color: #882270;
}
</style>
border-color css
<style>
span { border-color: #882270; }
span { border-color: rgb(136,34,112); }
td.TdClassName
{
border-color: #882270;
}
.TagClassName
{
border-color: #882270;
}
</style>