Shades of Dark Purple #771C74
Tints of Dark Purple #771C74
RGB
CMYK
RGB Variations
Color information
#771C74 (or 0x771C74) is known color: Dark Purple. HEX triplet: 77, 1C and 74. RGB value is (119,28,116). Sum of RGB (Red+Green+Blue) = 119+28+116=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #771C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C74 is #88E38B. Grayscale: #404040. Windows color (decimal): -8971148 or 7609463. OLE color: 7609463.
HSL color Cylindrical-coordinate representation of color #771C74: hue angle of 301.98º degrees, saturation: 0.62, 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 #771C74 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 116 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.53 |
| HSL | 301.98º | 0.62% | 0.29% | - |
| HSV(B) | 301.98º | 0.76% | 0.47% | - |
| XYZ | 11.18 | 6.01 | 17.09 | - |
| YUV | 65.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 116 | 0 | 0.76 | 0.03 | 0.53 | 301.98 | 0.62 | 0.29 |
| Hex | 77 | 1C | 74 | 0 | 4C | 3 | 35 | 12E | 3E | 1D |
| Octal | 167 | 34 | 164 | 0 | 114 | 3 | 65 | 456 | 76 | 35 |
| Binary | 1110111 | 11100 | 1110100 | 0 | 1001100 | 11 | 110101 | 100101110 | 111110 | 11101 |
Color Harmonies of #771C74
Complementary color
Monochromatic Colors of #771C74
Black with #771C74
Text Example
Text Example
White with #771C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C74; }
p { color: rgb(119,28,116); }
H1.HeaderClassName
{
color: #771C74;
}
.AnyTagClassName
{
color: #771C74;
}
</style>
background-color css
<style>
a { background-color: #771C74; }
a { background-color: rgb(119,28,116); }
div.DivClassName
{
background-color: #771C74;
}
.BgClassName
{
background-color: #771C74;
}
</style>
border-color css
<style>
span { border-color: #771C74; }
span { border-color: rgb(119,28,116); }
td.TdClassName
{
border-color: #771C74;
}
.TagClassName
{
border-color: #771C74;
}
</style>