Shades of Purple #880679
Tints of Purple #880679
RGB
CMYK
RGB Variations
Color information
#880679 (or 0x880679) is known color: Purple. HEX triplet: 88, 06 and 79. RGB value is (136,6,121). Sum of RGB (Red+Green+Blue) = 136+6+121=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #880679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880679 is #77F986. Grayscale: #393939. Windows color (decimal): -7862663 or 7931528. OLE color: 7931528.
HSL color Cylindrical-coordinate representation of color #880679: hue angle of 306.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880679 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 121 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.47 |
| HSL | 306.92º | 0.92% | 0.28% | - |
| HSV(B) | 306.92º | 0.96% | 0.53% | - |
| XYZ | 13.67 | 6.74 | 18.67 | - |
| YUV | 57.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 121 | 0 | 0.96 | 0.11 | 0.47 | 306.92 | 0.92 | 0.28 |
| Hex | 88 | 6 | 79 | 0 | 60 | B | 2F | 133 | 5C | 1C |
| Octal | 210 | 6 | 171 | 0 | 140 | 13 | 57 | 463 | 134 | 34 |
| Binary | 10001000 | 110 | 1111001 | 0 | 1100000 | 1011 | 101111 | 100110011 | 1011100 | 11100 |
Color Harmonies of #880679
Complementary color
Monochromatic Colors of #880679
Black with #880679
Text Example
Text Example
White with #880679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880679; }
p { color: rgb(136,6,121); }
H1.HeaderClassName
{
color: #880679;
}
.AnyTagClassName
{
color: #880679;
}
</style>
background-color css
<style>
a { background-color: #880679; }
a { background-color: rgb(136,6,121); }
div.DivClassName
{
background-color: #880679;
}
.BgClassName
{
background-color: #880679;
}
</style>
border-color css
<style>
span { border-color: #880679; }
span { border-color: rgb(136,6,121); }
td.TdClassName
{
border-color: #880679;
}
.TagClassName
{
border-color: #880679;
}
</style>