Shades of Dark Purple #880F70
Tints of Dark Purple #880F70
RGB
CMYK
RGB Variations
Color information
#880F70 (or 0x880F70) is known color: Dark Purple. HEX triplet: 88, 0F and 70. RGB value is (136,15,112). Sum of RGB (Red+Green+Blue) = 136+15+112=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #880F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F70 is #77F08F. Grayscale: #3D3D3D. Windows color (decimal): -7860368 or 7344008. OLE color: 7344008.
HSL color Cylindrical-coordinate representation of color #880F70: hue angle of 311.9º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F70 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 112 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.47 |
| HSL | 311.9º | 0.8% | 0.3% | - |
| HSV(B) | 311.9º | 0.89% | 0.53% | - |
| XYZ | 13.25 | 6.75 | 15.93 | - |
| YUV | 62.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 112 | 0 | 0.89 | 0.18 | 0.47 | 311.9 | 0.8 | 0.3 |
| Hex | 88 | F | 70 | 0 | 59 | 12 | 2F | 138 | 50 | 1E |
| Octal | 210 | 17 | 160 | 0 | 131 | 22 | 57 | 470 | 120 | 36 |
| Binary | 10001000 | 1111 | 1110000 | 0 | 1011001 | 10010 | 101111 | 100111000 | 1010000 | 11110 |
Color Harmonies of #880F70
Complementary color
Monochromatic Colors of #880F70
Black with #880F70
Text Example
Text Example
White with #880F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F70; }
p { color: rgb(136,15,112); }
H1.HeaderClassName
{
color: #880F70;
}
.AnyTagClassName
{
color: #880F70;
}
</style>
background-color css
<style>
a { background-color: #880F70; }
a { background-color: rgb(136,15,112); }
div.DivClassName
{
background-color: #880F70;
}
.BgClassName
{
background-color: #880F70;
}
</style>
border-color css
<style>
span { border-color: #880F70; }
span { border-color: rgb(136,15,112); }
td.TdClassName
{
border-color: #880F70;
}
.TagClassName
{
border-color: #880F70;
}
</style>