Shades of Purple #800878
Tints of Purple #800878
RGB
CMYK
RGB Variations
Color information
#800878 (or 0x800878) is known color: Purple. HEX triplet: 80, 08 and 78. RGB value is (128,8,120). Sum of RGB (Red+Green+Blue) = 128+8+120=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #800878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800878 is #7FF787. Grayscale: #383838. Windows color (decimal): -8386440 or 7866496. OLE color: 7866496.
HSL color Cylindrical-coordinate representation of color #800878: hue angle of 304º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800878 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 120 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.50 |
| HSL | 304º | 0.88% | 0.27% | - |
| HSV(B) | 304º | 0.94% | 0.5% | - |
| XYZ | 12.38 | 6.12 | 18.3 | - |
| YUV | 56.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 120 | 0 | 0.94 | 0.06 | 0.50 | 304 | 0.88 | 0.27 |
| Hex | 80 | 8 | 78 | 0 | 5E | 6 | 32 | 130 | 58 | 1B |
| Octal | 200 | 10 | 170 | 0 | 136 | 6 | 62 | 460 | 130 | 33 |
| Binary | 10000000 | 1000 | 1111000 | 0 | 1011110 | 110 | 110010 | 100110000 | 1011000 | 11011 |
Color Harmonies of #800878
Complementary color
Monochromatic Colors of #800878
Black with #800878
Text Example
Text Example
White with #800878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800878; }
p { color: rgb(128,8,120); }
H1.HeaderClassName
{
color: #800878;
}
.AnyTagClassName
{
color: #800878;
}
</style>
background-color css
<style>
a { background-color: #800878; }
a { background-color: rgb(128,8,120); }
div.DivClassName
{
background-color: #800878;
}
.BgClassName
{
background-color: #800878;
}
</style>
border-color css
<style>
span { border-color: #800878; }
span { border-color: rgb(128,8,120); }
td.TdClassName
{
border-color: #800878;
}
.TagClassName
{
border-color: #800878;
}
</style>