Shades of Purple #880078
Tints of Purple #880078
RGB
CMYK
RGB Variations
Color information
#880078 (or 0x880078) is known color: Purple. HEX triplet: 88, 00 and 78. RGB value is (136,0,120). Sum of RGB (Red+Green+Blue) = 136+0+120=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880078 is #77FF87. Grayscale: #363636. Windows color (decimal): -7864200 or 7864456. OLE color: 7864456.
HSL color Cylindrical-coordinate representation of color #880078: hue angle of 307.06º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880078 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.12 | 0.47 |
| HSL | 307.06º | 1% | 0.27% | - |
| HSV(B) | 307.06º | 1% | 0.53% | - |
| XYZ | 13.54 | 6.59 | 18.33 | - |
| YUV | 54.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 120 | 0 | 1 | 0.12 | 0.47 | 307.06 | 1 | 0.27 |
| Hex | 88 | 0 | 78 | 0 | 64 | C | 2F | 133 | 64 | 1B |
| Octal | 210 | 0 | 170 | 0 | 144 | 14 | 57 | 463 | 144 | 33 |
| Binary | 10001000 | 0 | 1111000 | 0 | 1100100 | 1100 | 101111 | 100110011 | 1100100 | 11011 |
Color Harmonies of #880078
Complementary color
Monochromatic Colors of #880078
Black with #880078
Text Example
Text Example
White with #880078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880078; }
p { color: rgb(136,0,120); }
H1.HeaderClassName
{
color: #880078;
}
.AnyTagClassName
{
color: #880078;
}
</style>
background-color css
<style>
a { background-color: #880078; }
a { background-color: rgb(136,0,120); }
div.DivClassName
{
background-color: #880078;
}
.BgClassName
{
background-color: #880078;
}
</style>
border-color css
<style>
span { border-color: #880078; }
span { border-color: rgb(136,0,120); }
td.TdClassName
{
border-color: #880078;
}
.TagClassName
{
border-color: #880078;
}
</style>