Shades of Dark Purple #771D71
Tints of Dark Purple #771D71
RGB
CMYK
RGB Variations
Color information
#771D71 (or 0x771D71) is known color: Dark Purple. HEX triplet: 77, 1D and 71. RGB value is (119,29,113). Sum of RGB (Red+Green+Blue) = 119+29+113=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #771D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D71 is #88E28E. Grayscale: #414141. Windows color (decimal): -8970895 or 7413111. OLE color: 7413111.
HSL color Cylindrical-coordinate representation of color #771D71: hue angle of 304º 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 #771D71 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 113 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.53 |
| HSL | 304º | 0.61% | 0.29% | - |
| HSV(B) | 304º | 0.76% | 0.47% | - |
| XYZ | 11.03 | 5.99 | 16.2 | - |
| YUV | 65.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 113 | 0 | 0.76 | 0.05 | 0.53 | 304 | 0.61 | 0.29 |
| Hex | 77 | 1D | 71 | 0 | 4C | 5 | 35 | 130 | 3D | 1D |
| Octal | 167 | 35 | 161 | 0 | 114 | 5 | 65 | 460 | 75 | 35 |
| Binary | 1110111 | 11101 | 1110001 | 0 | 1001100 | 101 | 110101 | 100110000 | 111101 | 11101 |
Color Harmonies of #771D71
Complementary color
Monochromatic Colors of #771D71
Black with #771D71
Text Example
Text Example
White with #771D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D71; }
p { color: rgb(119,29,113); }
H1.HeaderClassName
{
color: #771D71;
}
.AnyTagClassName
{
color: #771D71;
}
</style>
background-color css
<style>
a { background-color: #771D71; }
a { background-color: rgb(119,29,113); }
div.DivClassName
{
background-color: #771D71;
}
.BgClassName
{
background-color: #771D71;
}
</style>
border-color css
<style>
span { border-color: #771D71; }
span { border-color: rgb(119,29,113); }
td.TdClassName
{
border-color: #771D71;
}
.TagClassName
{
border-color: #771D71;
}
</style>