Shades of Dark Purple #781E76
Tints of Dark Purple #781E76
RGB
CMYK
RGB Variations
Color information
#781E76 (or 0x781E76) is known color: Dark Purple. HEX triplet: 78, 1E and 76. RGB value is (120,30,118). Sum of RGB (Red+Green+Blue) = 120+30+118=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #781E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E76 is #87E189. Grayscale: #424242. Windows color (decimal): -8905098 or 7741048. OLE color: 7741048.
HSL color Cylindrical-coordinate representation of color #781E76: hue angle of 301.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E76 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 118 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.53 |
| HSL | 301.33º | 0.6% | 0.29% | - |
| HSV(B) | 301.33º | 0.75% | 0.47% | - |
| XYZ | 11.48 | 6.23 | 17.74 | - |
| YUV | 66.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 118 | 0 | 0.75 | 0.02 | 0.53 | 301.33 | 0.6 | 0.29 |
| Hex | 78 | 1E | 76 | 0 | 4B | 2 | 35 | 12D | 3C | 1D |
| Octal | 170 | 36 | 166 | 0 | 113 | 2 | 65 | 455 | 74 | 35 |
| Binary | 1111000 | 11110 | 1110110 | 0 | 1001011 | 10 | 110101 | 100101101 | 111100 | 11101 |
Color Harmonies of #781E76
Complementary color
Monochromatic Colors of #781E76
Black with #781E76
Text Example
Text Example
White with #781E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E76; }
p { color: rgb(120,30,118); }
H1.HeaderClassName
{
color: #781E76;
}
.AnyTagClassName
{
color: #781E76;
}
</style>
background-color css
<style>
a { background-color: #781E76; }
a { background-color: rgb(120,30,118); }
div.DivClassName
{
background-color: #781E76;
}
.BgClassName
{
background-color: #781E76;
}
</style>
border-color css
<style>
span { border-color: #781E76; }
span { border-color: rgb(120,30,118); }
td.TdClassName
{
border-color: #781E76;
}
.TagClassName
{
border-color: #781E76;
}
</style>