Shades of Purple #780674
Tints of Purple #780674
RGB
CMYK
RGB Variations
Color information
#780674 (or 0x780674) is known color: Purple. HEX triplet: 78, 06 and 74. RGB value is (120,6,116). Sum of RGB (Red+Green+Blue) = 120+6+116=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #780674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780674 is #87F98B. Grayscale: #343434. Windows color (decimal): -8911244 or 7603832. OLE color: 7603832.
HSL color Cylindrical-coordinate representation of color #780674: hue angle of 302.11º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780674 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 6 | 116 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.53 |
| HSL | 302.11º | 0.9% | 0.25% | - |
| HSV(B) | 302.11º | 0.95% | 0.47% | - |
| XYZ | 10.96 | 5.38 | 16.98 | - |
| YUV | 52.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 116 | 0 | 0.95 | 0.03 | 0.53 | 302.11 | 0.9 | 0.25 |
| Hex | 78 | 6 | 74 | 0 | 5F | 3 | 35 | 12E | 5A | 19 |
| Octal | 170 | 6 | 164 | 0 | 137 | 3 | 65 | 456 | 132 | 31 |
| Binary | 1111000 | 110 | 1110100 | 0 | 1011111 | 11 | 110101 | 100101110 | 1011010 | 11001 |
Color Harmonies of #780674
Complementary color
Monochromatic Colors of #780674
Black with #780674
Text Example
Text Example
White with #780674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780674; }
p { color: rgb(120,6,116); }
H1.HeaderClassName
{
color: #780674;
}
.AnyTagClassName
{
color: #780674;
}
</style>
background-color css
<style>
a { background-color: #780674; }
a { background-color: rgb(120,6,116); }
div.DivClassName
{
background-color: #780674;
}
.BgClassName
{
background-color: #780674;
}
</style>
border-color css
<style>
span { border-color: #780674; }
span { border-color: rgb(120,6,116); }
td.TdClassName
{
border-color: #780674;
}
.TagClassName
{
border-color: #780674;
}
</style>