Shades of Dark Purple #771D6D
Tints of Dark Purple #771D6D
RGB
CMYK
RGB Variations
Color information
#771D6D (or 0x771D6D) is known color: Dark Purple. HEX triplet: 77, 1D and 6D. RGB value is (119,29,109). Sum of RGB (Red+Green+Blue) = 119+29+109=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #771D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D6D is #88E292. Grayscale: #404040. Windows color (decimal): -8970899 or 7150967. OLE color: 7150967.
HSL color Cylindrical-coordinate representation of color #771D6D: hue angle of 306.67º 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 #771D6D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 109 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.53 |
| HSL | 306.67º | 0.61% | 0.29% | - |
| HSV(B) | 306.67º | 0.76% | 0.47% | - |
| XYZ | 10.81 | 5.9 | 15.04 | - |
| YUV | 65.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 109 | 0 | 0.76 | 0.08 | 0.53 | 306.67 | 0.61 | 0.29 |
| Hex | 77 | 1D | 6D | 0 | 4C | 8 | 35 | 133 | 3D | 1D |
| Octal | 167 | 35 | 155 | 0 | 114 | 10 | 65 | 463 | 75 | 35 |
| Binary | 1110111 | 11101 | 1101101 | 0 | 1001100 | 1000 | 110101 | 100110011 | 111101 | 11101 |
Color Harmonies of #771D6D
Complementary color
Monochromatic Colors of #771D6D
Black with #771D6D
Text Example
Text Example
White with #771D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D6D; }
p { color: rgb(119,29,109); }
H1.HeaderClassName
{
color: #771D6D;
}
.AnyTagClassName
{
color: #771D6D;
}
</style>
background-color css
<style>
a { background-color: #771D6D; }
a { background-color: rgb(119,29,109); }
div.DivClassName
{
background-color: #771D6D;
}
.BgClassName
{
background-color: #771D6D;
}
</style>
border-color css
<style>
span { border-color: #771D6D; }
span { border-color: rgb(119,29,109); }
td.TdClassName
{
border-color: #771D6D;
}
.TagClassName
{
border-color: #771D6D;
}
</style>