Shades of Purple #780966
Tints of Purple #780966
RGB
CMYK
RGB Variations
Color information
#780966 (or 0x780966) is known color: Purple. HEX triplet: 78, 09 and 66. RGB value is (120,9,102). Sum of RGB (Red+Green+Blue) = 120+9+102=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780966 is #87F699. Grayscale: #343434. Windows color (decimal): -8910490 or 6687096. OLE color: 6687096.
HSL color Cylindrical-coordinate representation of color #780966: hue angle of 309.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780966 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 102 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.53 |
| HSL | 309.73º | 0.86% | 0.25% | - |
| HSV(B) | 309.73º | 0.93% | 0.47% | - |
| XYZ | 10.24 | 5.15 | 13.02 | - |
| YUV | 52.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 102 | 0 | 0.92 | 0.15 | 0.53 | 309.73 | 0.86 | 0.25 |
| Hex | 78 | 9 | 66 | 0 | 5C | F | 35 | 136 | 56 | 19 |
| Octal | 170 | 11 | 146 | 0 | 134 | 17 | 65 | 466 | 126 | 31 |
| Binary | 1111000 | 1001 | 1100110 | 0 | 1011100 | 1111 | 110101 | 100110110 | 1010110 | 11001 |
Color Harmonies of #780966
Complementary color
Monochromatic Colors of #780966
Black with #780966
Text Example
Text Example
White with #780966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780966; }
p { color: rgb(120,9,102); }
H1.HeaderClassName
{
color: #780966;
}
.AnyTagClassName
{
color: #780966;
}
</style>
background-color css
<style>
a { background-color: #780966; }
a { background-color: rgb(120,9,102); }
div.DivClassName
{
background-color: #780966;
}
.BgClassName
{
background-color: #780966;
}
</style>
border-color css
<style>
span { border-color: #780966; }
span { border-color: rgb(120,9,102); }
td.TdClassName
{
border-color: #780966;
}
.TagClassName
{
border-color: #780966;
}
</style>