Shades of Dark Purple #883270
Tints of Dark Purple #883270
RGB
CMYK
RGB Variations
Color information
#883270 (or 0x883270) is known color: Dark Purple. HEX triplet: 88, 32 and 70. RGB value is (136,50,112). Sum of RGB (Red+Green+Blue) = 136+50+112=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #883270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883270 is #77CD8F. Grayscale: #525252. Windows color (decimal): -7851408 or 7352968. OLE color: 7352968.
HSL color Cylindrical-coordinate representation of color #883270: hue angle of 316.74º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883270 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 50 | 112 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.47 |
| HSL | 316.74º | 0.46% | 0.36% | - |
| HSV(B) | 316.74º | 0.63% | 0.53% | - |
| XYZ | 14.22 | 8.69 | 16.26 | - |
| YUV | 82.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 50 | 112 | 0 | 0.63 | 0.18 | 0.47 | 316.74 | 0.46 | 0.36 |
| Hex | 88 | 32 | 70 | 0 | 3F | 12 | 2F | 13D | 2E | 24 |
| Octal | 210 | 62 | 160 | 0 | 77 | 22 | 57 | 475 | 56 | 44 |
| Binary | 10001000 | 110010 | 1110000 | 0 | 111111 | 10010 | 101111 | 100111101 | 101110 | 100100 |
Color Harmonies of #883270
Complementary color
Monochromatic Colors of #883270
Black with #883270
Text Example
Text Example
White with #883270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883270; }
p { color: rgb(136,50,112); }
H1.HeaderClassName
{
color: #883270;
}
.AnyTagClassName
{
color: #883270;
}
</style>
background-color css
<style>
a { background-color: #883270; }
a { background-color: rgb(136,50,112); }
div.DivClassName
{
background-color: #883270;
}
.BgClassName
{
background-color: #883270;
}
</style>
border-color css
<style>
span { border-color: #883270; }
span { border-color: rgb(136,50,112); }
td.TdClassName
{
border-color: #883270;
}
.TagClassName
{
border-color: #883270;
}
</style>