Shades of Purple #780967
Tints of Purple #780967
RGB
CMYK
RGB Variations
Color information
#780967 (or 0x780967) is known color: Purple. HEX triplet: 78, 09 and 67. RGB value is (120,9,103). Sum of RGB (Red+Green+Blue) = 120+9+103=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #780967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780967 is #87F698. Grayscale: #343434. Windows color (decimal): -8910489 or 6752632. OLE color: 6752632.
HSL color Cylindrical-coordinate representation of color #780967: hue angle of 309.19º 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 #780967 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 103 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.53 |
| HSL | 309.19º | 0.86% | 0.25% | - |
| HSV(B) | 309.19º | 0.93% | 0.47% | - |
| XYZ | 10.29 | 5.17 | 13.29 | - |
| YUV | 52.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 103 | 0 | 0.92 | 0.14 | 0.53 | 309.19 | 0.86 | 0.25 |
| Hex | 78 | 9 | 67 | 0 | 5C | E | 35 | 135 | 56 | 19 |
| Octal | 170 | 11 | 147 | 0 | 134 | 16 | 65 | 465 | 126 | 31 |
| Binary | 1111000 | 1001 | 1100111 | 0 | 1011100 | 1110 | 110101 | 100110101 | 1010110 | 11001 |
Color Harmonies of #780967
Complementary color
Monochromatic Colors of #780967
Black with #780967
Text Example
Text Example
White with #780967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780967; }
p { color: rgb(120,9,103); }
H1.HeaderClassName
{
color: #780967;
}
.AnyTagClassName
{
color: #780967;
}
</style>
background-color css
<style>
a { background-color: #780967; }
a { background-color: rgb(120,9,103); }
div.DivClassName
{
background-color: #780967;
}
.BgClassName
{
background-color: #780967;
}
</style>
border-color css
<style>
span { border-color: #780967; }
span { border-color: rgb(120,9,103); }
td.TdClassName
{
border-color: #780967;
}
.TagClassName
{
border-color: #780967;
}
</style>