Shades of Dark Purple #882573
Tints of Dark Purple #882573
RGB
CMYK
RGB Variations
Color information
#882573 (or 0x882573) is known color: Dark Purple. HEX triplet: 88, 25 and 73. RGB value is (136,37,115). Sum of RGB (Red+Green+Blue) = 136+37+115=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #882573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882573 is #77DA8C. Grayscale: #4B4B4B. Windows color (decimal): -7854733 or 7546248. OLE color: 7546248.
HSL color Cylindrical-coordinate representation of color #882573: hue angle of 312.73º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882573 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 115 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.47 |
| HSL | 312.73º | 0.57% | 0.34% | - |
| HSV(B) | 312.73º | 0.73% | 0.53% | - |
| XYZ | 13.91 | 7.8 | 16.99 | - |
| YUV | 75.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 115 | 0 | 0.73 | 0.15 | 0.47 | 312.73 | 0.57 | 0.34 |
| Hex | 88 | 25 | 73 | 0 | 49 | F | 2F | 139 | 39 | 22 |
| Octal | 210 | 45 | 163 | 0 | 111 | 17 | 57 | 471 | 71 | 42 |
| Binary | 10001000 | 100101 | 1110011 | 0 | 1001001 | 1111 | 101111 | 100111001 | 111001 | 100010 |
Color Harmonies of #882573
Complementary color
Monochromatic Colors of #882573
Black with #882573
Text Example
Text Example
White with #882573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882573; }
p { color: rgb(136,37,115); }
H1.HeaderClassName
{
color: #882573;
}
.AnyTagClassName
{
color: #882573;
}
</style>
background-color css
<style>
a { background-color: #882573; }
a { background-color: rgb(136,37,115); }
div.DivClassName
{
background-color: #882573;
}
.BgClassName
{
background-color: #882573;
}
</style>
border-color css
<style>
span { border-color: #882573; }
span { border-color: rgb(136,37,115); }
td.TdClassName
{
border-color: #882573;
}
.TagClassName
{
border-color: #882573;
}
</style>