Shades of Dark Purple #781774
Tints of Dark Purple #781774
RGB
CMYK
RGB Variations
Color information
#781774 (or 0x781774) is known color: Dark Purple. HEX triplet: 78, 17 and 74. RGB value is (120,23,116). Sum of RGB (Red+Green+Blue) = 120+23+116=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #781774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781774 is #87E88B. Grayscale: #3E3E3E. Windows color (decimal): -8906892 or 7608184. OLE color: 7608184.
HSL color Cylindrical-coordinate representation of color #781774: hue angle of 302.47º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781774 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 116 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.53 |
| HSL | 302.47º | 0.68% | 0.28% | - |
| HSV(B) | 302.47º | 0.81% | 0.47% | - |
| XYZ | 11.2 | 5.87 | 17.06 | - |
| YUV | 62.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 116 | 0 | 0.81 | 0.03 | 0.53 | 302.47 | 0.68 | 0.28 |
| Hex | 78 | 17 | 74 | 0 | 51 | 3 | 35 | 12E | 44 | 1C |
| Octal | 170 | 27 | 164 | 0 | 121 | 3 | 65 | 456 | 104 | 34 |
| Binary | 1111000 | 10111 | 1110100 | 0 | 1010001 | 11 | 110101 | 100101110 | 1000100 | 11100 |
Color Harmonies of #781774
Complementary color
Monochromatic Colors of #781774
Black with #781774
Text Example
Text Example
White with #781774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781774; }
p { color: rgb(120,23,116); }
H1.HeaderClassName
{
color: #781774;
}
.AnyTagClassName
{
color: #781774;
}
</style>
background-color css
<style>
a { background-color: #781774; }
a { background-color: rgb(120,23,116); }
div.DivClassName
{
background-color: #781774;
}
.BgClassName
{
background-color: #781774;
}
</style>
border-color css
<style>
span { border-color: #781774; }
span { border-color: rgb(120,23,116); }
td.TdClassName
{
border-color: #781774;
}
.TagClassName
{
border-color: #781774;
}
</style>