Shades of Dark Purple #882063
Tints of Dark Purple #882063
RGB
CMYK
RGB Variations
Color information
#882063 (or 0x882063) is known color: Dark Purple. HEX triplet: 88, 20 and 63. RGB value is (136,32,99). Sum of RGB (Red+Green+Blue) = 136+32+99=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #882063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882063 is #77DF9C. Grayscale: #464646. Windows color (decimal): -7856029 or 6496392. OLE color: 6496392.
HSL color Cylindrical-coordinate representation of color #882063: hue angle of 321.35º 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 #882063 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 99 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.47 |
| HSL | 321.35º | 0.62% | 0.33% | - |
| HSV(B) | 321.35º | 0.76% | 0.53% | - |
| XYZ | 12.92 | 7.17 | 12.51 | - |
| YUV | 70.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 99 | 0 | 0.76 | 0.27 | 0.47 | 321.35 | 0.62 | 0.33 |
| Hex | 88 | 20 | 63 | 0 | 4C | 1B | 2F | 141 | 3E | 21 |
| Octal | 210 | 40 | 143 | 0 | 114 | 33 | 57 | 501 | 76 | 41 |
| Binary | 10001000 | 100000 | 1100011 | 0 | 1001100 | 11011 | 101111 | 101000001 | 111110 | 100001 |
Color Harmonies of #882063
Complementary color
Monochromatic Colors of #882063
Black with #882063
Text Example
Text Example
White with #882063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882063; }
p { color: rgb(136,32,99); }
H1.HeaderClassName
{
color: #882063;
}
.AnyTagClassName
{
color: #882063;
}
</style>
background-color css
<style>
a { background-color: #882063; }
a { background-color: rgb(136,32,99); }
div.DivClassName
{
background-color: #882063;
}
.BgClassName
{
background-color: #882063;
}
</style>
border-color css
<style>
span { border-color: #882063; }
span { border-color: rgb(136,32,99); }
td.TdClassName
{
border-color: #882063;
}
.TagClassName
{
border-color: #882063;
}
</style>