Shades of Dark Purple #771D73
Tints of Dark Purple #771D73
RGB
CMYK
RGB Variations
Color information
#771D73 (or 0x771D73) is known color: Dark Purple. HEX triplet: 77, 1D and 73. RGB value is (119,29,115). Sum of RGB (Red+Green+Blue) = 119+29+115=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #771D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D73 is #88E28C. Grayscale: #414141. Windows color (decimal): -8970893 or 7544183. OLE color: 7544183.
HSL color Cylindrical-coordinate representation of color #771D73: hue angle of 302.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 #771D73 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 115 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.53 |
| HSL | 302.67º | 0.61% | 0.29% | - |
| HSV(B) | 302.67º | 0.76% | 0.47% | - |
| XYZ | 11.14 | 6.04 | 16.8 | - |
| YUV | 65.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 115 | 0 | 0.76 | 0.03 | 0.53 | 302.67 | 0.61 | 0.29 |
| Hex | 77 | 1D | 73 | 0 | 4C | 3 | 35 | 12F | 3D | 1D |
| Octal | 167 | 35 | 163 | 0 | 114 | 3 | 65 | 457 | 75 | 35 |
| Binary | 1110111 | 11101 | 1110011 | 0 | 1001100 | 11 | 110101 | 100101111 | 111101 | 11101 |
Color Harmonies of #771D73
Complementary color
Monochromatic Colors of #771D73
Black with #771D73
Text Example
Text Example
White with #771D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D73; }
p { color: rgb(119,29,115); }
H1.HeaderClassName
{
color: #771D73;
}
.AnyTagClassName
{
color: #771D73;
}
</style>
background-color css
<style>
a { background-color: #771D73; }
a { background-color: rgb(119,29,115); }
div.DivClassName
{
background-color: #771D73;
}
.BgClassName
{
background-color: #771D73;
}
</style>
border-color css
<style>
span { border-color: #771D73; }
span { border-color: rgb(119,29,115); }
td.TdClassName
{
border-color: #771D73;
}
.TagClassName
{
border-color: #771D73;
}
</style>