Shades of Purple #880480
Tints of Purple #880480
RGB
CMYK
RGB Variations
Color information
#880480 (or 0x880480) is known color: Purple. HEX triplet: 88, 04 and 80. RGB value is (136,4,128). Sum of RGB (Red+Green+Blue) = 136+4+128=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #880480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880480 is #77FB7F. Grayscale: #393939. Windows color (decimal): -7863168 or 8389768. OLE color: 8389768.
HSL color Cylindrical-coordinate representation of color #880480: hue angle of 303.64º 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 #880480 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 128 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.47 |
| HSL | 303.64º | 0.94% | 0.27% | - |
| HSV(B) | 303.64º | 0.97% | 0.53% | - |
| XYZ | 14.09 | 6.88 | 21.01 | - |
| YUV | 57.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 128 | 0 | 0.97 | 0.06 | 0.47 | 303.64 | 0.94 | 0.27 |
| Hex | 88 | 4 | 80 | 0 | 61 | 6 | 2F | 130 | 5E | 1B |
| Octal | 210 | 4 | 200 | 0 | 141 | 6 | 57 | 460 | 136 | 33 |
| Binary | 10001000 | 100 | 10000000 | 0 | 1100001 | 110 | 101111 | 100110000 | 1011110 | 11011 |
Color Harmonies of #880480
Complementary color
Monochromatic Colors of #880480
Black with #880480
Text Example
Text Example
White with #880480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880480; }
p { color: rgb(136,4,128); }
H1.HeaderClassName
{
color: #880480;
}
.AnyTagClassName
{
color: #880480;
}
</style>
background-color css
<style>
a { background-color: #880480; }
a { background-color: rgb(136,4,128); }
div.DivClassName
{
background-color: #880480;
}
.BgClassName
{
background-color: #880480;
}
</style>
border-color css
<style>
span { border-color: #880480; }
span { border-color: rgb(136,4,128); }
td.TdClassName
{
border-color: #880480;
}
.TagClassName
{
border-color: #880480;
}
</style>