Shades of Purple #780079
Tints of Purple #780079
RGB
CMYK
RGB Variations
Color information
#780079 (or 0x780079) is known color: Purple. HEX triplet: 78, 00 and 79. RGB value is (120,0,121). Sum of RGB (Red+Green+Blue) = 120+0+121=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #780079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780079 is #87FF86. Grayscale: #313131. Windows color (decimal): -8912775 or 7929976. OLE color: 7929976.
HSL color Cylindrical-coordinate representation of color #780079: hue angle of 299.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780079 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 121 | - |
| CMYK | 0.01 | 1 | 0 | 0.53 |
| HSL | 299.5º | 1% | 0.24% | - |
| HSV(B) | 299.5º | 1% | 0.47% | - |
| XYZ | 11.2 | 5.37 | 18.54 | - |
| YUV | 49.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 121 | 0.01 | 1 | 0 | 0.53 | 299.5 | 1 | 0.24 |
| Hex | 78 | 0 | 79 | 1 | 64 | 0 | 35 | 12C | 64 | 18 |
| Octal | 170 | 0 | 171 | 1 | 144 | 0 | 65 | 454 | 144 | 30 |
| Binary | 1111000 | 0 | 1111001 | 1 | 1100100 | 0 | 110101 | 100101100 | 1100100 | 11000 |
Color Harmonies of #780079
Complementary color
Monochromatic Colors of #780079
Black with #780079
Text Example
Text Example
White with #780079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780079; }
p { color: rgb(120,0,121); }
H1.HeaderClassName
{
color: #780079;
}
.AnyTagClassName
{
color: #780079;
}
</style>
background-color css
<style>
a { background-color: #780079; }
a { background-color: rgb(120,0,121); }
div.DivClassName
{
background-color: #780079;
}
.BgClassName
{
background-color: #780079;
}
</style>
border-color css
<style>
span { border-color: #780079; }
span { border-color: rgb(120,0,121); }
td.TdClassName
{
border-color: #780079;
}
.TagClassName
{
border-color: #780079;
}
</style>