Shades of Dark Purple #883072
Tints of Dark Purple #883072
RGB
CMYK
RGB Variations
Color information
#883072 (or 0x883072) is known color: Dark Purple. HEX triplet: 88, 30 and 72. RGB value is (136,48,114). Sum of RGB (Red+Green+Blue) = 136+48+114=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #883072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883072 is #77CF8D. Grayscale: #515151. Windows color (decimal): -7851918 or 7483528. OLE color: 7483528.
HSL color Cylindrical-coordinate representation of color #883072: hue angle of 315º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883072 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 48 | 114 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.47 |
| HSL | 315º | 0.48% | 0.36% | - |
| HSV(B) | 315º | 0.65% | 0.53% | - |
| XYZ | 14.25 | 8.56 | 16.82 | - |
| YUV | 81.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 114 | 0 | 0.65 | 0.16 | 0.47 | 315 | 0.48 | 0.36 |
| Hex | 88 | 30 | 72 | 0 | 41 | 10 | 2F | 13B | 30 | 24 |
| Octal | 210 | 60 | 162 | 0 | 101 | 20 | 57 | 473 | 60 | 44 |
| Binary | 10001000 | 110000 | 1110010 | 0 | 1000001 | 10000 | 101111 | 100111011 | 110000 | 100100 |
Color Harmonies of #883072
Complementary color
Monochromatic Colors of #883072
Black with #883072
Text Example
Text Example
White with #883072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883072; }
p { color: rgb(136,48,114); }
H1.HeaderClassName
{
color: #883072;
}
.AnyTagClassName
{
color: #883072;
}
</style>
background-color css
<style>
a { background-color: #883072; }
a { background-color: rgb(136,48,114); }
div.DivClassName
{
background-color: #883072;
}
.BgClassName
{
background-color: #883072;
}
</style>
border-color css
<style>
span { border-color: #883072; }
span { border-color: rgb(136,48,114); }
td.TdClassName
{
border-color: #883072;
}
.TagClassName
{
border-color: #883072;
}
</style>