Shades of Dark Purple #781F76
Tints of Dark Purple #781F76
RGB
CMYK
RGB Variations
Color information
#781F76 (or 0x781F76) is known color: Dark Purple. HEX triplet: 78, 1F and 76. RGB value is (120,31,118). Sum of RGB (Red+Green+Blue) = 120+31+118=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #781F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F76 is #87E089. Grayscale: #434343. Windows color (decimal): -8904842 or 7741304. OLE color: 7741304.
HSL color Cylindrical-coordinate representation of color #781F76: hue angle of 301.35º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F76 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 118 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.53 |
| HSL | 301.35º | 0.59% | 0.3% | - |
| HSV(B) | 301.35º | 0.74% | 0.47% | - |
| XYZ | 11.51 | 6.28 | 17.75 | - |
| YUV | 67.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 118 | 0 | 0.74 | 0.02 | 0.53 | 301.35 | 0.59 | 0.3 |
| Hex | 78 | 1F | 76 | 0 | 4A | 2 | 35 | 12D | 3B | 1E |
| Octal | 170 | 37 | 166 | 0 | 112 | 2 | 65 | 455 | 73 | 36 |
| Binary | 1111000 | 11111 | 1110110 | 0 | 1001010 | 10 | 110101 | 100101101 | 111011 | 11110 |
Color Harmonies of #781F76
Complementary color
Monochromatic Colors of #781F76
Black with #781F76
Text Example
Text Example
White with #781F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F76; }
p { color: rgb(120,31,118); }
H1.HeaderClassName
{
color: #781F76;
}
.AnyTagClassName
{
color: #781F76;
}
</style>
background-color css
<style>
a { background-color: #781F76; }
a { background-color: rgb(120,31,118); }
div.DivClassName
{
background-color: #781F76;
}
.BgClassName
{
background-color: #781F76;
}
</style>
border-color css
<style>
span { border-color: #781F76; }
span { border-color: rgb(120,31,118); }
td.TdClassName
{
border-color: #781F76;
}
.TagClassName
{
border-color: #781F76;
}
</style>