Shades of Purple #880582
Tints of Purple #880582
RGB
CMYK
RGB Variations
Color information
#880582 (or 0x880582) is known color: Purple. HEX triplet: 88, 05 and 82. RGB value is (136,5,130). Sum of RGB (Red+Green+Blue) = 136+5+130=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #880582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880582 is #77FA7D. Grayscale: #3A3A3A. Windows color (decimal): -7862910 or 8521096. OLE color: 8521096.
HSL color Cylindrical-coordinate representation of color #880582: hue angle of 302.75º 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 #880582 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 130 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.47 |
| HSL | 302.75º | 0.93% | 0.28% | - |
| HSV(B) | 302.75º | 0.96% | 0.53% | - |
| XYZ | 14.24 | 6.95 | 21.71 | - |
| YUV | 58.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 130 | 0 | 0.96 | 0.04 | 0.47 | 302.75 | 0.93 | 0.28 |
| Hex | 88 | 5 | 82 | 0 | 60 | 4 | 2F | 12F | 5D | 1C |
| Octal | 210 | 5 | 202 | 0 | 140 | 4 | 57 | 457 | 135 | 34 |
| Binary | 10001000 | 101 | 10000010 | 0 | 1100000 | 100 | 101111 | 100101111 | 1011101 | 11100 |
Color Harmonies of #880582
Complementary color
Monochromatic Colors of #880582
Black with #880582
Text Example
Text Example
White with #880582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880582; }
p { color: rgb(136,5,130); }
H1.HeaderClassName
{
color: #880582;
}
.AnyTagClassName
{
color: #880582;
}
</style>
background-color css
<style>
a { background-color: #880582; }
a { background-color: rgb(136,5,130); }
div.DivClassName
{
background-color: #880582;
}
.BgClassName
{
background-color: #880582;
}
</style>
border-color css
<style>
span { border-color: #880582; }
span { border-color: rgb(136,5,130); }
td.TdClassName
{
border-color: #880582;
}
.TagClassName
{
border-color: #880582;
}
</style>