Shades of Purple #780968
Tints of Purple #780968
RGB
CMYK
RGB Variations
Color information
#780968 (or 0x780968) is known color: Purple. HEX triplet: 78, 09 and 68. RGB value is (120,9,104). Sum of RGB (Red+Green+Blue) = 120+9+104=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #780968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780968 is #87F697. Grayscale: #343434. Windows color (decimal): -8910488 or 6818168. OLE color: 6818168.
HSL color Cylindrical-coordinate representation of color #780968: hue angle of 308.65º 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 #780968 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 104 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.53 |
| HSL | 308.65º | 0.86% | 0.25% | - |
| HSV(B) | 308.65º | 0.93% | 0.47% | - |
| XYZ | 10.34 | 5.19 | 13.55 | - |
| YUV | 53.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 104 | 0 | 0.92 | 0.13 | 0.53 | 308.65 | 0.86 | 0.25 |
| Hex | 78 | 9 | 68 | 0 | 5C | D | 35 | 135 | 56 | 19 |
| Octal | 170 | 11 | 150 | 0 | 134 | 15 | 65 | 465 | 126 | 31 |
| Binary | 1111000 | 1001 | 1101000 | 0 | 1011100 | 1101 | 110101 | 100110101 | 1010110 | 11001 |
Color Harmonies of #780968
Complementary color
Monochromatic Colors of #780968
Black with #780968
Text Example
Text Example
White with #780968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780968; }
p { color: rgb(120,9,104); }
H1.HeaderClassName
{
color: #780968;
}
.AnyTagClassName
{
color: #780968;
}
</style>
background-color css
<style>
a { background-color: #780968; }
a { background-color: rgb(120,9,104); }
div.DivClassName
{
background-color: #780968;
}
.BgClassName
{
background-color: #780968;
}
</style>
border-color css
<style>
span { border-color: #780968; }
span { border-color: rgb(120,9,104); }
td.TdClassName
{
border-color: #780968;
}
.TagClassName
{
border-color: #780968;
}
</style>