Shades of Dark Purple #780962
Tints of Dark Purple #780962
RGB
CMYK
RGB Variations
Color information
#780962 (or 0x780962) is known color: Dark Purple. HEX triplet: 78, 09 and 62. RGB value is (120,9,98). Sum of RGB (Red+Green+Blue) = 120+9+98=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780962 is #87F69D. Grayscale: #343434. Windows color (decimal): -8910494 or 6424952. OLE color: 6424952.
HSL color Cylindrical-coordinate representation of color #780962: hue angle of 311.89º 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 #780962 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 98 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.53 |
| HSL | 311.89º | 0.86% | 0.25% | - |
| HSV(B) | 311.89º | 0.93% | 0.47% | - |
| XYZ | 10.05 | 5.07 | 12 | - |
| YUV | 52.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 98 | 0 | 0.92 | 0.18 | 0.53 | 311.89 | 0.86 | 0.25 |
| Hex | 78 | 9 | 62 | 0 | 5C | 12 | 35 | 138 | 56 | 19 |
| Octal | 170 | 11 | 142 | 0 | 134 | 22 | 65 | 470 | 126 | 31 |
| Binary | 1111000 | 1001 | 1100010 | 0 | 1011100 | 10010 | 110101 | 100111000 | 1010110 | 11001 |
Color Harmonies of #780962
Complementary color
Monochromatic Colors of #780962
Black with #780962
Text Example
Text Example
White with #780962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780962; }
p { color: rgb(120,9,98); }
H1.HeaderClassName
{
color: #780962;
}
.AnyTagClassName
{
color: #780962;
}
</style>
background-color css
<style>
a { background-color: #780962; }
a { background-color: rgb(120,9,98); }
div.DivClassName
{
background-color: #780962;
}
.BgClassName
{
background-color: #780962;
}
</style>
border-color css
<style>
span { border-color: #780962; }
span { border-color: rgb(120,9,98); }
td.TdClassName
{
border-color: #780962;
}
.TagClassName
{
border-color: #780962;
}
</style>