Shades of Purple #880581
Tints of Purple #880581
RGB
CMYK
RGB Variations
Color information
#880581 (or 0x880581) is known color: Purple. HEX triplet: 88, 05 and 81. RGB value is (136,5,129). Sum of RGB (Red+Green+Blue) = 136+5+129=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #880581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880581 is #77FA7E. Grayscale: #393939. Windows color (decimal): -7862911 or 8455560. OLE color: 8455560.
HSL color Cylindrical-coordinate representation of color #880581: hue angle of 303.21º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880581 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 129 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.47 |
| HSL | 303.21º | 0.93% | 0.28% | - |
| HSV(B) | 303.21º | 0.96% | 0.53% | - |
| XYZ | 14.17 | 6.93 | 21.36 | - |
| YUV | 58.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 129 | 0 | 0.96 | 0.05 | 0.47 | 303.21 | 0.93 | 0.28 |
| Hex | 88 | 5 | 81 | 0 | 60 | 5 | 2F | 12F | 5D | 1C |
| Octal | 210 | 5 | 201 | 0 | 140 | 5 | 57 | 457 | 135 | 34 |
| Binary | 10001000 | 101 | 10000001 | 0 | 1100000 | 101 | 101111 | 100101111 | 1011101 | 11100 |
Color Harmonies of #880581
Complementary color
Monochromatic Colors of #880581
Black with #880581
Text Example
Text Example
White with #880581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880581; }
p { color: rgb(136,5,129); }
H1.HeaderClassName
{
color: #880581;
}
.AnyTagClassName
{
color: #880581;
}
</style>
background-color css
<style>
a { background-color: #880581; }
a { background-color: rgb(136,5,129); }
div.DivClassName
{
background-color: #880581;
}
.BgClassName
{
background-color: #880581;
}
</style>
border-color css
<style>
span { border-color: #880581; }
span { border-color: rgb(136,5,129); }
td.TdClassName
{
border-color: #880581;
}
.TagClassName
{
border-color: #880581;
}
</style>