Shades of Purple #880C7D
Tints of Purple #880C7D
RGB
CMYK
RGB Variations
Color information
#880C7D (or 0x880C7D) is known color: Purple. HEX triplet: 88, 0C and 7D. RGB value is (136,12,125). Sum of RGB (Red+Green+Blue) = 136+12+125=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C7D is #77F382. Grayscale: #3D3D3D. Windows color (decimal): -7861123 or 8195208. OLE color: 8195208.
HSL color Cylindrical-coordinate representation of color #880C7D: hue angle of 305.32º 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 #880C7D is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 12 | 125 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.47 |
| HSL | 305.32º | 0.84% | 0.29% | - |
| HSV(B) | 305.32º | 0.91% | 0.53% | - |
| XYZ | 13.99 | 6.98 | 20.01 | - |
| YUV | 61.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 12 | 125 | 0 | 0.91 | 0.08 | 0.47 | 305.32 | 0.84 | 0.29 |
| Hex | 88 | C | 7D | 0 | 5B | 8 | 2F | 131 | 54 | 1D |
| Octal | 210 | 14 | 175 | 0 | 133 | 10 | 57 | 461 | 124 | 35 |
| Binary | 10001000 | 1100 | 1111101 | 0 | 1011011 | 1000 | 101111 | 100110001 | 1010100 | 11101 |
Color Harmonies of #880C7D
Complementary color
Monochromatic Colors of #880C7D
Black with #880C7D
Text Example
Text Example
White with #880C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880C7D; }
p { color: rgb(136,12,125); }
H1.HeaderClassName
{
color: #880C7D;
}
.AnyTagClassName
{
color: #880C7D;
}
</style>
background-color css
<style>
a { background-color: #880C7D; }
a { background-color: rgb(136,12,125); }
div.DivClassName
{
background-color: #880C7D;
}
.BgClassName
{
background-color: #880C7D;
}
</style>
border-color css
<style>
span { border-color: #880C7D; }
span { border-color: rgb(136,12,125); }
td.TdClassName
{
border-color: #880C7D;
}
.TagClassName
{
border-color: #880C7D;
}
</style>