Shades of Dark Purple #781D6E
Tints of Dark Purple #781D6E
RGB
CMYK
RGB Variations
Color information
#781D6E (or 0x781D6E) is known color: Dark Purple. HEX triplet: 78, 1D and 6E. RGB value is (120,29,110). Sum of RGB (Red+Green+Blue) = 120+29+110=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #781D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D6E is #87E291. Grayscale: #414141. Windows color (decimal): -8905362 or 7216504. OLE color: 7216504.
HSL color Cylindrical-coordinate representation of color #781D6E: hue angle of 306.59º 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 #781D6E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 110 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.53 |
| HSL | 306.59º | 0.61% | 0.29% | - |
| HSV(B) | 306.59º | 0.76% | 0.47% | - |
| XYZ | 11 | 6 | 15.33 | - |
| YUV | 65.44 | 153.15 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 110 | 0 | 0.76 | 0.08 | 0.53 | 306.59 | 0.61 | 0.29 |
| Hex | 78 | 1D | 6E | 0 | 4C | 8 | 35 | 133 | 3D | 1D |
| Octal | 170 | 35 | 156 | 0 | 114 | 10 | 65 | 463 | 75 | 35 |
| Binary | 1111000 | 11101 | 1101110 | 0 | 1001100 | 1000 | 110101 | 100110011 | 111101 | 11101 |
Color Harmonies of #781D6E
Complementary color
Monochromatic Colors of #781D6E
Black with #781D6E
Text Example
Text Example
White with #781D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D6E; }
p { color: rgb(120,29,110); }
H1.HeaderClassName
{
color: #781D6E;
}
.AnyTagClassName
{
color: #781D6E;
}
</style>
background-color css
<style>
a { background-color: #781D6E; }
a { background-color: rgb(120,29,110); }
div.DivClassName
{
background-color: #781D6E;
}
.BgClassName
{
background-color: #781D6E;
}
</style>
border-color css
<style>
span { border-color: #781D6E; }
span { border-color: rgb(120,29,110); }
td.TdClassName
{
border-color: #781D6E;
}
.TagClassName
{
border-color: #781D6E;
}
</style>