Shades of Purple #88077D
Tints of Purple #88077D
RGB
CMYK
RGB Variations
Color information
#88077D (or 0x88077D) is known color: Purple. HEX triplet: 88, 07 and 7D. RGB value is (136,7,125). Sum of RGB (Red+Green+Blue) = 136+7+125=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88077D is #77F882. Grayscale: #3A3A3A. Windows color (decimal): -7862403 or 8193928. OLE color: 8193928.
HSL color Cylindrical-coordinate representation of color #88077D: hue angle of 305.12º 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 #88077D is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 125 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.47 |
| HSL | 305.12º | 0.9% | 0.28% | - |
| HSV(B) | 305.12º | 0.95% | 0.53% | - |
| XYZ | 13.93 | 6.87 | 19.99 | - |
| YUV | 59.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 125 | 0 | 0.95 | 0.08 | 0.47 | 305.12 | 0.9 | 0.28 |
| Hex | 88 | 7 | 7D | 0 | 5F | 8 | 2F | 131 | 5A | 1C |
| Octal | 210 | 7 | 175 | 0 | 137 | 10 | 57 | 461 | 132 | 34 |
| Binary | 10001000 | 111 | 1111101 | 0 | 1011111 | 1000 | 101111 | 100110001 | 1011010 | 11100 |
Color Harmonies of #88077D
Complementary color
Monochromatic Colors of #88077D
Black with #88077D
Text Example
Text Example
White with #88077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88077D; }
p { color: rgb(136,7,125); }
H1.HeaderClassName
{
color: #88077D;
}
.AnyTagClassName
{
color: #88077D;
}
</style>
background-color css
<style>
a { background-color: #88077D; }
a { background-color: rgb(136,7,125); }
div.DivClassName
{
background-color: #88077D;
}
.BgClassName
{
background-color: #88077D;
}
</style>
border-color css
<style>
span { border-color: #88077D; }
span { border-color: rgb(136,7,125); }
td.TdClassName
{
border-color: #88077D;
}
.TagClassName
{
border-color: #88077D;
}
</style>