Shades of Purple #880C7F
Tints of Purple #880C7F
RGB
CMYK
RGB Variations
Color information
#880C7F (or 0x880C7F) is known color: Purple. HEX triplet: 88, 0C and 7F. RGB value is (136,12,127). Sum of RGB (Red+Green+Blue) = 136+12+127=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C7F is #77F380. Grayscale: #3D3D3D. Windows color (decimal): -7861121 or 8326280. OLE color: 8326280.
HSL color Cylindrical-coordinate representation of color #880C7F: hue angle of 304.35º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C7F is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 127 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.47 |
| HSL | 304.35º | 0.84% | 0.29% | - |
| HSV(B) | 304.35º | 0.91% | 0.53% | - |
| XYZ | 14.12 | 7.03 | 20.69 | - |
| YUV | 62.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 127 | 0 | 0.91 | 0.07 | 0.47 | 304.35 | 0.84 | 0.29 |
| Hex | 88 | C | 7F | 0 | 5B | 7 | 2F | 130 | 54 | 1D |
| Octal | 210 | 14 | 177 | 0 | 133 | 7 | 57 | 460 | 124 | 35 |
| Binary | 10001000 | 1100 | 1111111 | 0 | 1011011 | 111 | 101111 | 100110000 | 1010100 | 11101 |
Color Harmonies of #880C7F
Complementary color
Monochromatic Colors of #880C7F
Black with #880C7F
Text Example
Text Example
White with #880C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C7F; }
p { color: rgb(136,12,127); }
H1.HeaderClassName
{
color: #880C7F;
}
.AnyTagClassName
{
color: #880C7F;
}
</style>
background-color css
<style>
a { background-color: #880C7F; }
a { background-color: rgb(136,12,127); }
div.DivClassName
{
background-color: #880C7F;
}
.BgClassName
{
background-color: #880C7F;
}
</style>
border-color css
<style>
span { border-color: #880C7F; }
span { border-color: rgb(136,12,127); }
td.TdClassName
{
border-color: #880C7F;
}
.TagClassName
{
border-color: #880C7F;
}
</style>