Shades of Dark Purple #881F74
Tints of Dark Purple #881F74
RGB
CMYK
RGB Variations
Color information
#881F74 (or 0x881F74) is known color: Dark Purple. HEX triplet: 88, 1F and 74. RGB value is (136,31,116). Sum of RGB (Red+Green+Blue) = 136+31+116=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #881F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881F74 is #77E08B. Grayscale: #474747. Windows color (decimal): -7856268 or 7610248. OLE color: 7610248.
HSL color Cylindrical-coordinate representation of color #881F74: hue angle of 311.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F74 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 31 | 116 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.47 |
| HSL | 311.43º | 0.63% | 0.33% | - |
| HSV(B) | 311.43º | 0.77% | 0.53% | - |
| XYZ | 13.8 | 7.48 | 17.24 | - |
| YUV | 72.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 31 | 116 | 0 | 0.77 | 0.15 | 0.47 | 311.43 | 0.63 | 0.33 |
| Hex | 88 | 1F | 74 | 0 | 4D | F | 2F | 137 | 3F | 21 |
| Octal | 210 | 37 | 164 | 0 | 115 | 17 | 57 | 467 | 77 | 41 |
| Binary | 10001000 | 11111 | 1110100 | 0 | 1001101 | 1111 | 101111 | 100110111 | 111111 | 100001 |
Color Harmonies of #881F74
Complementary color
Monochromatic Colors of #881F74
Black with #881F74
Text Example
Text Example
White with #881F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881F74; }
p { color: rgb(136,31,116); }
H1.HeaderClassName
{
color: #881F74;
}
.AnyTagClassName
{
color: #881F74;
}
</style>
background-color css
<style>
a { background-color: #881F74; }
a { background-color: rgb(136,31,116); }
div.DivClassName
{
background-color: #881F74;
}
.BgClassName
{
background-color: #881F74;
}
</style>
border-color css
<style>
span { border-color: #881F74; }
span { border-color: rgb(136,31,116); }
td.TdClassName
{
border-color: #881F74;
}
.TagClassName
{
border-color: #881F74;
}
</style>