Shades of Purple #780579
Tints of Purple #780579
RGB
CMYK
RGB Variations
Color information
#780579 (or 0x780579) is known color: Purple. HEX triplet: 78, 05 and 79. RGB value is (120,5,121). Sum of RGB (Red+Green+Blue) = 120+5+121=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #780579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780579 is #87FA86. Grayscale: #343434. Windows color (decimal): -8911495 or 7931256. OLE color: 7931256.
HSL color Cylindrical-coordinate representation of color #780579: hue angle of 299.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780579 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 5 | 121 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.53 |
| HSL | 299.48º | 0.92% | 0.25% | - |
| HSV(B) | 299.48º | 0.96% | 0.47% | - |
| XYZ | 11.25 | 5.48 | 18.55 | - |
| YUV | 52.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 121 | 0.01 | 0.96 | 0 | 0.53 | 299.48 | 0.92 | 0.25 |
| Hex | 78 | 5 | 79 | 1 | 60 | 0 | 35 | 12B | 5C | 19 |
| Octal | 170 | 5 | 171 | 1 | 140 | 0 | 65 | 453 | 134 | 31 |
| Binary | 1111000 | 101 | 1111001 | 1 | 1100000 | 0 | 110101 | 100101011 | 1011100 | 11001 |
Color Harmonies of #780579
Complementary color
Monochromatic Colors of #780579
Black with #780579
Text Example
Text Example
White with #780579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780579; }
p { color: rgb(120,5,121); }
H1.HeaderClassName
{
color: #780579;
}
.AnyTagClassName
{
color: #780579;
}
</style>
background-color css
<style>
a { background-color: #780579; }
a { background-color: rgb(120,5,121); }
div.DivClassName
{
background-color: #780579;
}
.BgClassName
{
background-color: #780579;
}
</style>
border-color css
<style>
span { border-color: #780579; }
span { border-color: rgb(120,5,121); }
td.TdClassName
{
border-color: #780579;
}
.TagClassName
{
border-color: #780579;
}
</style>