Shades of Purple #88007F
Tints of Purple #88007F
RGB
CMYK
RGB Variations
Color information
#88007F (or 0x88007F) is known color: Purple. HEX triplet: 88, 00 and 7F. RGB value is (136,0,127). Sum of RGB (Red+Green+Blue) = 136+0+127=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88007F is #77FF80. Grayscale: #363636. Windows color (decimal): -7864193 or 8323208. OLE color: 8323208.
HSL color Cylindrical-coordinate representation of color #88007F: hue angle of 303.97º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88007F is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.07 | 0.47 |
| HSL | 303.97º | 1% | 0.27% | - |
| HSV(B) | 303.97º | 1% | 0.53% | - |
| XYZ | 13.98 | 6.77 | 20.65 | - |
| YUV | 55.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 127 | 0 | 1 | 0.07 | 0.47 | 303.97 | 1 | 0.27 |
| Hex | 88 | 0 | 7F | 0 | 64 | 7 | 2F | 130 | 64 | 1B |
| Octal | 210 | 0 | 177 | 0 | 144 | 7 | 57 | 460 | 144 | 33 |
| Binary | 10001000 | 0 | 1111111 | 0 | 1100100 | 111 | 101111 | 100110000 | 1100100 | 11011 |
Color Harmonies of #88007F
Complementary color
Monochromatic Colors of #88007F
Black with #88007F
Text Example
Text Example
White with #88007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88007F; }
p { color: rgb(136,0,127); }
H1.HeaderClassName
{
color: #88007F;
}
.AnyTagClassName
{
color: #88007F;
}
</style>
background-color css
<style>
a { background-color: #88007F; }
a { background-color: rgb(136,0,127); }
div.DivClassName
{
background-color: #88007F;
}
.BgClassName
{
background-color: #88007F;
}
</style>
border-color css
<style>
span { border-color: #88007F; }
span { border-color: rgb(136,0,127); }
td.TdClassName
{
border-color: #88007F;
}
.TagClassName
{
border-color: #88007F;
}
</style>