Shades of Purple #880371
Tints of Purple #880371
RGB
CMYK
RGB Variations
Color information
#880371 (or 0x880371) is known color: Purple. HEX triplet: 88, 03 and 71. RGB value is (136,3,113). Sum of RGB (Red+Green+Blue) = 136+3+113=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #880371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880371 is #77FC8E. Grayscale: #373737. Windows color (decimal): -7863439 or 7406472. OLE color: 7406472.
HSL color Cylindrical-coordinate representation of color #880371: hue angle of 310.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880371 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.47 |
| HSL | 310.38º | 0.96% | 0.27% | - |
| HSV(B) | 310.38º | 0.98% | 0.53% | - |
| XYZ | 13.17 | 6.49 | 16.18 | - |
| YUV | 55.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 113 | 0 | 0.98 | 0.17 | 0.47 | 310.38 | 0.96 | 0.27 |
| Hex | 88 | 3 | 71 | 0 | 62 | 11 | 2F | 136 | 60 | 1B |
| Octal | 210 | 3 | 161 | 0 | 142 | 21 | 57 | 466 | 140 | 33 |
| Binary | 10001000 | 11 | 1110001 | 0 | 1100010 | 10001 | 101111 | 100110110 | 1100000 | 11011 |
Color Harmonies of #880371
Complementary color
Monochromatic Colors of #880371
Black with #880371
Text Example
Text Example
White with #880371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880371; }
p { color: rgb(136,3,113); }
H1.HeaderClassName
{
color: #880371;
}
.AnyTagClassName
{
color: #880371;
}
</style>
background-color css
<style>
a { background-color: #880371; }
a { background-color: rgb(136,3,113); }
div.DivClassName
{
background-color: #880371;
}
.BgClassName
{
background-color: #880371;
}
</style>
border-color css
<style>
span { border-color: #880371; }
span { border-color: rgb(136,3,113); }
td.TdClassName
{
border-color: #880371;
}
.TagClassName
{
border-color: #880371;
}
</style>