Shades of Purple #880475
Tints of Purple #880475
RGB
CMYK
RGB Variations
Color information
#880475 (or 0x880475) is known color: Purple. HEX triplet: 88, 04 and 75. RGB value is (136,4,117). Sum of RGB (Red+Green+Blue) = 136+4+117=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880475 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880475 is #77FB8A. Grayscale: #383838. Windows color (decimal): -7863179 or 7668872. OLE color: 7668872.
HSL color Cylindrical-coordinate representation of color #880475: hue angle of 308.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 #880475 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 4 | 117 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.47 |
| HSL | 308.64º | 0.94% | 0.27% | - |
| HSV(B) | 308.64º | 0.97% | 0.53% | - |
| XYZ | 13.41 | 6.61 | 17.4 | - |
| YUV | 56.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 117 | 0 | 0.97 | 0.14 | 0.47 | 308.64 | 0.94 | 0.27 |
| Hex | 88 | 4 | 75 | 0 | 61 | E | 2F | 135 | 5E | 1B |
| Octal | 210 | 4 | 165 | 0 | 141 | 16 | 57 | 465 | 136 | 33 |
| Binary | 10001000 | 100 | 1110101 | 0 | 1100001 | 1110 | 101111 | 100110101 | 1011110 | 11011 |
Color Harmonies of #880475
Complementary color
Monochromatic Colors of #880475
Black with #880475
Text Example
Text Example
White with #880475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880475; }
p { color: rgb(136,4,117); }
H1.HeaderClassName
{
color: #880475;
}
.AnyTagClassName
{
color: #880475;
}
</style>
background-color css
<style>
a { background-color: #880475; }
a { background-color: rgb(136,4,117); }
div.DivClassName
{
background-color: #880475;
}
.BgClassName
{
background-color: #880475;
}
</style>
border-color css
<style>
span { border-color: #880475; }
span { border-color: rgb(136,4,117); }
td.TdClassName
{
border-color: #880475;
}
.TagClassName
{
border-color: #880475;
}
</style>