Shades of Purple #880772
Tints of Purple #880772
RGB
CMYK
RGB Variations
Color information
#880772 (or 0x880772) is known color: Purple. HEX triplet: 88, 07 and 72. RGB value is (136,7,114). Sum of RGB (Red+Green+Blue) = 136+7+114=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880772 is #77F88D. Grayscale: #393939. Windows color (decimal): -7862414 or 7473032. OLE color: 7473032.
HSL color Cylindrical-coordinate representation of color #880772: hue angle of 310.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880772 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 114 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.47 |
| HSL | 310.23º | 0.9% | 0.28% | - |
| HSV(B) | 310.23º | 0.95% | 0.53% | - |
| XYZ | 13.27 | 6.6 | 16.49 | - |
| YUV | 57.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 114 | 0 | 0.95 | 0.16 | 0.47 | 310.23 | 0.9 | 0.28 |
| Hex | 88 | 7 | 72 | 0 | 5F | 10 | 2F | 136 | 5A | 1C |
| Octal | 210 | 7 | 162 | 0 | 137 | 20 | 57 | 466 | 132 | 34 |
| Binary | 10001000 | 111 | 1110010 | 0 | 1011111 | 10000 | 101111 | 100110110 | 1011010 | 11100 |
Color Harmonies of #880772
Complementary color
Monochromatic Colors of #880772
Black with #880772
Text Example
Text Example
White with #880772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880772; }
p { color: rgb(136,7,114); }
H1.HeaderClassName
{
color: #880772;
}
.AnyTagClassName
{
color: #880772;
}
</style>
background-color css
<style>
a { background-color: #880772; }
a { background-color: rgb(136,7,114); }
div.DivClassName
{
background-color: #880772;
}
.BgClassName
{
background-color: #880772;
}
</style>
border-color css
<style>
span { border-color: #880772; }
span { border-color: rgb(136,7,114); }
td.TdClassName
{
border-color: #880772;
}
.TagClassName
{
border-color: #880772;
}
</style>