Shades of Purple #88077F
Tints of Purple #88077F
RGB
CMYK
RGB Variations
Color information
#88077F (or 0x88077F) is known color: Purple. HEX triplet: 88, 07 and 7F. RGB value is (136,7,127). Sum of RGB (Red+Green+Blue) = 136+7+127=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88077F is #77F880. Grayscale: #3A3A3A. Windows color (decimal): -7862401 or 8325000. OLE color: 8325000.
HSL color Cylindrical-coordinate representation of color #88077F: hue angle of 304.19º 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 #88077F is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 127 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.47 |
| HSL | 304.19º | 0.9% | 0.28% | - |
| HSV(B) | 304.19º | 0.95% | 0.53% | - |
| XYZ | 14.06 | 6.92 | 20.67 | - |
| YUV | 59.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 127 | 0 | 0.95 | 0.07 | 0.47 | 304.19 | 0.9 | 0.28 |
| Hex | 88 | 7 | 7F | 0 | 5F | 7 | 2F | 130 | 5A | 1C |
| Octal | 210 | 7 | 177 | 0 | 137 | 7 | 57 | 460 | 132 | 34 |
| Binary | 10001000 | 111 | 1111111 | 0 | 1011111 | 111 | 101111 | 100110000 | 1011010 | 11100 |
Color Harmonies of #88077F
Complementary color
Monochromatic Colors of #88077F
Black with #88077F
Text Example
Text Example
White with #88077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88077F; }
p { color: rgb(136,7,127); }
H1.HeaderClassName
{
color: #88077F;
}
.AnyTagClassName
{
color: #88077F;
}
</style>
background-color css
<style>
a { background-color: #88077F; }
a { background-color: rgb(136,7,127); }
div.DivClassName
{
background-color: #88077F;
}
.BgClassName
{
background-color: #88077F;
}
</style>
border-color css
<style>
span { border-color: #88077F; }
span { border-color: rgb(136,7,127); }
td.TdClassName
{
border-color: #88077F;
}
.TagClassName
{
border-color: #88077F;
}
</style>