Shades of Purple #880781
Tints of Purple #880781
RGB
CMYK
RGB Variations
Color information
#880781 (or 0x880781) is known color: Purple. HEX triplet: 88, 07 and 81. RGB value is (136,7,129). Sum of RGB (Red+Green+Blue) = 136+7+129=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #880781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880781 is #77F87E. Grayscale: #3B3B3B. Windows color (decimal): -7862399 or 8456072. OLE color: 8456072.
HSL color Cylindrical-coordinate representation of color #880781: hue angle of 303.26º 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 #880781 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 129 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.47 |
| HSL | 303.26º | 0.9% | 0.28% | - |
| HSV(B) | 303.26º | 0.95% | 0.53% | - |
| XYZ | 14.19 | 6.97 | 21.37 | - |
| YUV | 59.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 129 | 0 | 0.95 | 0.05 | 0.47 | 303.26 | 0.9 | 0.28 |
| Hex | 88 | 7 | 81 | 0 | 5F | 5 | 2F | 12F | 5A | 1C |
| Octal | 210 | 7 | 201 | 0 | 137 | 5 | 57 | 457 | 132 | 34 |
| Binary | 10001000 | 111 | 10000001 | 0 | 1011111 | 101 | 101111 | 100101111 | 1011010 | 11100 |
Color Harmonies of #880781
Complementary color
Monochromatic Colors of #880781
Black with #880781
Text Example
Text Example
White with #880781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880781; }
p { color: rgb(136,7,129); }
H1.HeaderClassName
{
color: #880781;
}
.AnyTagClassName
{
color: #880781;
}
</style>
background-color css
<style>
a { background-color: #880781; }
a { background-color: rgb(136,7,129); }
div.DivClassName
{
background-color: #880781;
}
.BgClassName
{
background-color: #880781;
}
</style>
border-color css
<style>
span { border-color: #880781; }
span { border-color: rgb(136,7,129); }
td.TdClassName
{
border-color: #880781;
}
.TagClassName
{
border-color: #880781;
}
</style>