Shades of Purple #880271
Tints of Purple #880271
RGB
CMYK
RGB Variations
Color information
#880271 (or 0x880271) is known color: Purple. HEX triplet: 88, 02 and 71. RGB value is (136,2,113). Sum of RGB (Red+Green+Blue) = 136+2+113=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #880271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880271 is #77FD8E. Grayscale: #363636. Windows color (decimal): -7863695 or 7406216. OLE color: 7406216.
HSL color Cylindrical-coordinate representation of color #880271: hue angle of 310.3º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880271 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.47 |
| HSL | 310.3º | 0.97% | 0.27% | - |
| HSV(B) | 310.3º | 0.99% | 0.53% | - |
| XYZ | 13.16 | 6.47 | 16.18 | - |
| YUV | 54.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 113 | 0 | 0.99 | 0.17 | 0.47 | 310.3 | 0.97 | 0.27 |
| Hex | 88 | 2 | 71 | 0 | 63 | 11 | 2F | 136 | 61 | 1B |
| Octal | 210 | 2 | 161 | 0 | 143 | 21 | 57 | 466 | 141 | 33 |
| Binary | 10001000 | 10 | 1110001 | 0 | 1100011 | 10001 | 101111 | 100110110 | 1100001 | 11011 |
Color Harmonies of #880271
Complementary color
Monochromatic Colors of #880271
Black with #880271
Text Example
Text Example
White with #880271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880271; }
p { color: rgb(136,2,113); }
H1.HeaderClassName
{
color: #880271;
}
.AnyTagClassName
{
color: #880271;
}
</style>
background-color css
<style>
a { background-color: #880271; }
a { background-color: rgb(136,2,113); }
div.DivClassName
{
background-color: #880271;
}
.BgClassName
{
background-color: #880271;
}
</style>
border-color css
<style>
span { border-color: #880271; }
span { border-color: rgb(136,2,113); }
td.TdClassName
{
border-color: #880271;
}
.TagClassName
{
border-color: #880271;
}
</style>