Shades of Purple #880775
Tints of Purple #880775
RGB
CMYK
RGB Variations
Color information
#880775 (or 0x880775) is known color: Purple. HEX triplet: 88, 07 and 75. RGB value is (136,7,117). Sum of RGB (Red+Green+Blue) = 136+7+117=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #880775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880775 is #77F88A. Grayscale: #393939. Windows color (decimal): -7862411 or 7669640. OLE color: 7669640.
HSL color Cylindrical-coordinate representation of color #880775: hue angle of 308.84º 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 #880775 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 117 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.47 |
| HSL | 308.84º | 0.9% | 0.28% | - |
| HSV(B) | 308.84º | 0.95% | 0.53% | - |
| XYZ | 13.44 | 6.67 | 17.41 | - |
| YUV | 58.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 117 | 0 | 0.95 | 0.14 | 0.47 | 308.84 | 0.9 | 0.28 |
| Hex | 88 | 7 | 75 | 0 | 5F | E | 2F | 135 | 5A | 1C |
| Octal | 210 | 7 | 165 | 0 | 137 | 16 | 57 | 465 | 132 | 34 |
| Binary | 10001000 | 111 | 1110101 | 0 | 1011111 | 1110 | 101111 | 100110101 | 1011010 | 11100 |
Color Harmonies of #880775
Complementary color
Monochromatic Colors of #880775
Black with #880775
Text Example
Text Example
White with #880775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880775; }
p { color: rgb(136,7,117); }
H1.HeaderClassName
{
color: #880775;
}
.AnyTagClassName
{
color: #880775;
}
</style>
background-color css
<style>
a { background-color: #880775; }
a { background-color: rgb(136,7,117); }
div.DivClassName
{
background-color: #880775;
}
.BgClassName
{
background-color: #880775;
}
</style>
border-color css
<style>
span { border-color: #880775; }
span { border-color: rgb(136,7,117); }
td.TdClassName
{
border-color: #880775;
}
.TagClassName
{
border-color: #880775;
}
</style>