Shades of Purple #880278
Tints of Purple #880278
RGB
CMYK
RGB Variations
Color information
#880278 (or 0x880278) is known color: Purple. HEX triplet: 88, 02 and 78. RGB value is (136,2,120). Sum of RGB (Red+Green+Blue) = 136+2+120=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #880278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880278 is #77FD87. Grayscale: #373737. Windows color (decimal): -7863688 or 7864968. OLE color: 7864968.
HSL color Cylindrical-coordinate representation of color #880278: hue angle of 307.16º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880278 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.47 |
| HSL | 307.16º | 0.97% | 0.27% | - |
| HSV(B) | 307.16º | 0.99% | 0.53% | - |
| XYZ | 13.57 | 6.63 | 18.33 | - |
| YUV | 55.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 120 | 0 | 0.99 | 0.12 | 0.47 | 307.16 | 0.97 | 0.27 |
| Hex | 88 | 2 | 78 | 0 | 63 | C | 2F | 133 | 61 | 1B |
| Octal | 210 | 2 | 170 | 0 | 143 | 14 | 57 | 463 | 141 | 33 |
| Binary | 10001000 | 10 | 1111000 | 0 | 1100011 | 1100 | 101111 | 100110011 | 1100001 | 11011 |
Color Harmonies of #880278
Complementary color
Monochromatic Colors of #880278
Black with #880278
Text Example
Text Example
White with #880278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880278; }
p { color: rgb(136,2,120); }
H1.HeaderClassName
{
color: #880278;
}
.AnyTagClassName
{
color: #880278;
}
</style>
background-color css
<style>
a { background-color: #880278; }
a { background-color: rgb(136,2,120); }
div.DivClassName
{
background-color: #880278;
}
.BgClassName
{
background-color: #880278;
}
</style>
border-color css
<style>
span { border-color: #880278; }
span { border-color: rgb(136,2,120); }
td.TdClassName
{
border-color: #880278;
}
.TagClassName
{
border-color: #880278;
}
</style>