Shades of Dark Purple #781D79
Tints of Dark Purple #781D79
RGB
CMYK
RGB Variations
Color information
#781D79 (or 0x781D79) is known color: Dark Purple. HEX triplet: 78, 1D and 79. RGB value is (120,29,121). Sum of RGB (Red+Green+Blue) = 120+29+121=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #781D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D79 is #87E286. Grayscale: #424242. Windows color (decimal): -8905351 or 7937400. OLE color: 7937400.
HSL color Cylindrical-coordinate representation of color #781D79: hue angle of 299.35º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D79 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 121 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.53 |
| HSL | 299.35º | 0.61% | 0.29% | - |
| HSV(B) | 299.35º | 0.76% | 0.47% | - |
| XYZ | 11.64 | 6.25 | 18.68 | - |
| YUV | 66.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 121 | 0.01 | 0.76 | 0 | 0.53 | 299.35 | 0.61 | 0.29 |
| Hex | 78 | 1D | 79 | 1 | 4C | 0 | 35 | 12B | 3D | 1D |
| Octal | 170 | 35 | 171 | 1 | 114 | 0 | 65 | 453 | 75 | 35 |
| Binary | 1111000 | 11101 | 1111001 | 1 | 1001100 | 0 | 110101 | 100101011 | 111101 | 11101 |
Color Harmonies of #781D79
Complementary color
Monochromatic Colors of #781D79
Black with #781D79
Text Example
Text Example
White with #781D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D79; }
p { color: rgb(120,29,121); }
H1.HeaderClassName
{
color: #781D79;
}
.AnyTagClassName
{
color: #781D79;
}
</style>
background-color css
<style>
a { background-color: #781D79; }
a { background-color: rgb(120,29,121); }
div.DivClassName
{
background-color: #781D79;
}
.BgClassName
{
background-color: #781D79;
}
</style>
border-color css
<style>
span { border-color: #781D79; }
span { border-color: rgb(120,29,121); }
td.TdClassName
{
border-color: #781D79;
}
.TagClassName
{
border-color: #781D79;
}
</style>