Shades of Purple #88077B
Tints of Purple #88077B
RGB
CMYK
RGB Variations
Color information
#88077B (or 0x88077B) is known color: Purple. HEX triplet: 88, 07 and 7B. RGB value is (136,7,123). Sum of RGB (Red+Green+Blue) = 136+7+123=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88077B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88077B is #77F884. Grayscale: #3A3A3A. Windows color (decimal): -7862405 or 8062856. OLE color: 8062856.
HSL color Cylindrical-coordinate representation of color #88077B: hue angle of 306.05º 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 #88077B is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 123 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.47 |
| HSL | 306.05º | 0.9% | 0.28% | - |
| HSV(B) | 306.05º | 0.95% | 0.53% | - |
| XYZ | 13.8 | 6.82 | 19.33 | - |
| YUV | 58.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 123 | 0 | 0.95 | 0.10 | 0.47 | 306.05 | 0.9 | 0.28 |
| Hex | 88 | 7 | 7B | 0 | 5F | A | 2F | 132 | 5A | 1C |
| Octal | 210 | 7 | 173 | 0 | 137 | 12 | 57 | 462 | 132 | 34 |
| Binary | 10001000 | 111 | 1111011 | 0 | 1011111 | 1010 | 101111 | 100110010 | 1011010 | 11100 |
Color Harmonies of #88077B
Complementary color
Monochromatic Colors of #88077B
Black with #88077B
Text Example
Text Example
White with #88077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88077B; }
p { color: rgb(136,7,123); }
H1.HeaderClassName
{
color: #88077B;
}
.AnyTagClassName
{
color: #88077B;
}
</style>
background-color css
<style>
a { background-color: #88077B; }
a { background-color: rgb(136,7,123); }
div.DivClassName
{
background-color: #88077B;
}
.BgClassName
{
background-color: #88077B;
}
</style>
border-color css
<style>
span { border-color: #88077B; }
span { border-color: rgb(136,7,123); }
td.TdClassName
{
border-color: #88077B;
}
.TagClassName
{
border-color: #88077B;
}
</style>