Shades of Purple #781078
Tints of Purple #781078
RGB
CMYK
RGB Variations
Color information
#781078 (or 0x781078) is known color: Purple. HEX triplet: 78, 10 and 78. RGB value is (120,16,120). Sum of RGB (Red+Green+Blue) = 120+16+120=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #781078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781078 is #87EF87. Grayscale: #3A3A3A. Windows color (decimal): -8908680 or 7868536. OLE color: 7868536.
HSL color Cylindrical-coordinate representation of color #781078: hue angle of 300º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781078 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 120 | - |
| CMYK | 0 | 0.87 | 0 | 0.53 |
| HSL | 300º | 0.76% | 0.27% | - |
| HSV(B) | 300º | 0.87% | 0.47% | - |
| XYZ | 11.32 | 5.72 | 18.28 | - |
| YUV | 58.95 | 162.46 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 120 | 0 | 0.87 | 0 | 0.53 | 300 | 0.76 | 0.27 |
| Hex | 78 | 10 | 78 | 0 | 57 | 0 | 35 | 12C | 4C | 1B |
| Octal | 170 | 20 | 170 | 0 | 127 | 0 | 65 | 454 | 114 | 33 |
| Binary | 1111000 | 10000 | 1111000 | 0 | 1010111 | 0 | 110101 | 100101100 | 1001100 | 11011 |
Color Harmonies of #781078
Complementary color
Monochromatic Colors of #781078
Black with #781078
Text Example
Text Example
White with #781078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781078; }
p { color: rgb(120,16,120); }
H1.HeaderClassName
{
color: #781078;
}
.AnyTagClassName
{
color: #781078;
}
</style>
background-color css
<style>
a { background-color: #781078; }
a { background-color: rgb(120,16,120); }
div.DivClassName
{
background-color: #781078;
}
.BgClassName
{
background-color: #781078;
}
</style>
border-color css
<style>
span { border-color: #781078; }
span { border-color: rgb(120,16,120); }
td.TdClassName
{
border-color: #781078;
}
.TagClassName
{
border-color: #781078;
}
</style>