Shades of Dark Purple #781E6D
Tints of Dark Purple #781E6D
RGB
CMYK
RGB Variations
Color information
#781E6D (or 0x781E6D) is known color: Dark Purple. HEX triplet: 78, 1E and 6D. RGB value is (120,30,109). Sum of RGB (Red+Green+Blue) = 120+30+109=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #781E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E6D is #87E192. Grayscale: #414141. Windows color (decimal): -8905107 or 7151224. OLE color: 7151224.
HSL color Cylindrical-coordinate representation of color #781E6D: hue angle of 307.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 #781E6D is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 109 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.53 |
| HSL | 307.33º | 0.6% | 0.29% | - |
| HSV(B) | 307.33º | 0.75% | 0.47% | - |
| XYZ | 10.97 | 6.03 | 15.05 | - |
| YUV | 65.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 109 | 0 | 0.75 | 0.09 | 0.53 | 307.33 | 0.6 | 0.29 |
| Hex | 78 | 1E | 6D | 0 | 4B | 9 | 35 | 133 | 3C | 1D |
| Octal | 170 | 36 | 155 | 0 | 113 | 11 | 65 | 463 | 74 | 35 |
| Binary | 1111000 | 11110 | 1101101 | 0 | 1001011 | 1001 | 110101 | 100110011 | 111100 | 11101 |
Color Harmonies of #781E6D
Complementary color
Monochromatic Colors of #781E6D
Black with #781E6D
Text Example
Text Example
White with #781E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E6D; }
p { color: rgb(120,30,109); }
H1.HeaderClassName
{
color: #781E6D;
}
.AnyTagClassName
{
color: #781E6D;
}
</style>
background-color css
<style>
a { background-color: #781E6D; }
a { background-color: rgb(120,30,109); }
div.DivClassName
{
background-color: #781E6D;
}
.BgClassName
{
background-color: #781E6D;
}
</style>
border-color css
<style>
span { border-color: #781E6D; }
span { border-color: rgb(120,30,109); }
td.TdClassName
{
border-color: #781E6D;
}
.TagClassName
{
border-color: #781E6D;
}
</style>