Shades of Purple #780C79
Tints of Purple #780C79
RGB
CMYK
RGB Variations
Color information
#780C79 (or 0x780C79) is known color: Purple. HEX triplet: 78, 0C and 79. RGB value is (120,12,121). Sum of RGB (Red+Green+Blue) = 120+12+121=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #780C79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C79 is #87F386. Grayscale: #383838. Windows color (decimal): -8909703 or 7933048. OLE color: 7933048.
HSL color Cylindrical-coordinate representation of color #780C79: hue angle of 299.45º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C79 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 121 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.53 |
| HSL | 299.45º | 0.82% | 0.26% | - |
| HSV(B) | 299.45º | 0.9% | 0.47% | - |
| XYZ | 11.33 | 5.64 | 18.58 | - |
| YUV | 56.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 121 | 0.01 | 0.90 | 0 | 0.53 | 299.45 | 0.82 | 0.26 |
| Hex | 78 | C | 79 | 1 | 5A | 0 | 35 | 12B | 52 | 1A |
| Octal | 170 | 14 | 171 | 1 | 132 | 0 | 65 | 453 | 122 | 32 |
| Binary | 1111000 | 1100 | 1111001 | 1 | 1011010 | 0 | 110101 | 100101011 | 1010010 | 11010 |
Color Harmonies of #780C79
Complementary color
Monochromatic Colors of #780C79
Black with #780C79
Text Example
Text Example
White with #780C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C79; }
p { color: rgb(120,12,121); }
H1.HeaderClassName
{
color: #780C79;
}
.AnyTagClassName
{
color: #780C79;
}
</style>
background-color css
<style>
a { background-color: #780C79; }
a { background-color: rgb(120,12,121); }
div.DivClassName
{
background-color: #780C79;
}
.BgClassName
{
background-color: #780C79;
}
</style>
border-color css
<style>
span { border-color: #780C79; }
span { border-color: rgb(120,12,121); }
td.TdClassName
{
border-color: #780C79;
}
.TagClassName
{
border-color: #780C79;
}
</style>