Shades of Purple #88047F
Tints of Purple #88047F
RGB
CMYK
RGB Variations
Color information
#88047F (or 0x88047F) is known color: Purple. HEX triplet: 88, 04 and 7F. RGB value is (136,4,127). Sum of RGB (Red+Green+Blue) = 136+4+127=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #88047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88047F is #77FB80. Grayscale: #393939. Windows color (decimal): -7863169 or 8324232. OLE color: 8324232.
HSL color Cylindrical-coordinate representation of color #88047F: hue angle of 304.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88047F is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 127 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.47 |
| HSL | 304.09º | 0.94% | 0.27% | - |
| HSV(B) | 304.09º | 0.97% | 0.53% | - |
| XYZ | 14.03 | 6.85 | 20.66 | - |
| YUV | 57.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 127 | 0 | 0.97 | 0.07 | 0.47 | 304.09 | 0.94 | 0.27 |
| Hex | 88 | 4 | 7F | 0 | 61 | 7 | 2F | 130 | 5E | 1B |
| Octal | 210 | 4 | 177 | 0 | 141 | 7 | 57 | 460 | 136 | 33 |
| Binary | 10001000 | 100 | 1111111 | 0 | 1100001 | 111 | 101111 | 100110000 | 1011110 | 11011 |
Color Harmonies of #88047F
Complementary color
Monochromatic Colors of #88047F
Black with #88047F
Text Example
Text Example
White with #88047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88047F; }
p { color: rgb(136,4,127); }
H1.HeaderClassName
{
color: #88047F;
}
.AnyTagClassName
{
color: #88047F;
}
</style>
background-color css
<style>
a { background-color: #88047F; }
a { background-color: rgb(136,4,127); }
div.DivClassName
{
background-color: #88047F;
}
.BgClassName
{
background-color: #88047F;
}
</style>
border-color css
<style>
span { border-color: #88047F; }
span { border-color: rgb(136,4,127); }
td.TdClassName
{
border-color: #88047F;
}
.TagClassName
{
border-color: #88047F;
}
</style>