Shades of Purple #800978
Tints of Purple #800978
RGB
CMYK
RGB Variations
Color information
#800978 (or 0x800978) is known color: Purple. HEX triplet: 80, 09 and 78. RGB value is (128,9,120). Sum of RGB (Red+Green+Blue) = 128+9+120=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #800978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800978 is #7FF687. Grayscale: #383838. Windows color (decimal): -8386184 or 7866752. OLE color: 7866752.
HSL color Cylindrical-coordinate representation of color #800978: hue angle of 304.03º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800978 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 120 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.50 |
| HSL | 304.03º | 0.87% | 0.27% | - |
| HSV(B) | 304.03º | 0.93% | 0.5% | - |
| XYZ | 12.39 | 6.14 | 18.3 | - |
| YUV | 57.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 120 | 0 | 0.93 | 0.06 | 0.50 | 304.03 | 0.87 | 0.27 |
| Hex | 80 | 9 | 78 | 0 | 5D | 6 | 32 | 130 | 57 | 1B |
| Octal | 200 | 11 | 170 | 0 | 135 | 6 | 62 | 460 | 127 | 33 |
| Binary | 10000000 | 1001 | 1111000 | 0 | 1011101 | 110 | 110010 | 100110000 | 1010111 | 11011 |
Color Harmonies of #800978
Complementary color
Monochromatic Colors of #800978
Black with #800978
Text Example
Text Example
White with #800978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800978; }
p { color: rgb(128,9,120); }
H1.HeaderClassName
{
color: #800978;
}
.AnyTagClassName
{
color: #800978;
}
</style>
background-color css
<style>
a { background-color: #800978; }
a { background-color: rgb(128,9,120); }
div.DivClassName
{
background-color: #800978;
}
.BgClassName
{
background-color: #800978;
}
</style>
border-color css
<style>
span { border-color: #800978; }
span { border-color: rgb(128,9,120); }
td.TdClassName
{
border-color: #800978;
}
.TagClassName
{
border-color: #800978;
}
</style>