Shades of Purple #880675
Tints of Purple #880675
RGB
CMYK
RGB Variations
Color information
#880675 (or 0x880675) is known color: Purple. HEX triplet: 88, 06 and 75. RGB value is (136,6,117). Sum of RGB (Red+Green+Blue) = 136+6+117=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #880675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880675 is #77F98A. Grayscale: #393939. Windows color (decimal): -7862667 or 7669384. OLE color: 7669384.
HSL color Cylindrical-coordinate representation of color #880675: hue angle of 308.77º 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 #880675 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 117 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.47 |
| HSL | 308.77º | 0.92% | 0.28% | - |
| HSV(B) | 308.77º | 0.96% | 0.53% | - |
| XYZ | 13.43 | 6.65 | 17.41 | - |
| YUV | 57.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 117 | 0 | 0.96 | 0.14 | 0.47 | 308.77 | 0.92 | 0.28 |
| Hex | 88 | 6 | 75 | 0 | 60 | E | 2F | 135 | 5C | 1C |
| Octal | 210 | 6 | 165 | 0 | 140 | 16 | 57 | 465 | 134 | 34 |
| Binary | 10001000 | 110 | 1110101 | 0 | 1100000 | 1110 | 101111 | 100110101 | 1011100 | 11100 |
Color Harmonies of #880675
Complementary color
Monochromatic Colors of #880675
Black with #880675
Text Example
Text Example
White with #880675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880675; }
p { color: rgb(136,6,117); }
H1.HeaderClassName
{
color: #880675;
}
.AnyTagClassName
{
color: #880675;
}
</style>
background-color css
<style>
a { background-color: #880675; }
a { background-color: rgb(136,6,117); }
div.DivClassName
{
background-color: #880675;
}
.BgClassName
{
background-color: #880675;
}
</style>
border-color css
<style>
span { border-color: #880675; }
span { border-color: rgb(136,6,117); }
td.TdClassName
{
border-color: #880675;
}
.TagClassName
{
border-color: #880675;
}
</style>