Shades of Dark Purple #771974
Tints of Dark Purple #771974
RGB
CMYK
RGB Variations
Color information
#771974 (or 0x771974) is known color: Dark Purple. HEX triplet: 77, 19 and 74. RGB value is (119,25,116). Sum of RGB (Red+Green+Blue) = 119+25+116=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #771974 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771974 is #88E68B. Grayscale: #3F3F3F. Windows color (decimal): -8971916 or 7608695. OLE color: 7608695.
HSL color Cylindrical-coordinate representation of color #771974: hue angle of 301.91º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771974 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 116 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.53 |
| HSL | 301.91º | 0.65% | 0.28% | - |
| HSV(B) | 301.91º | 0.79% | 0.47% | - |
| XYZ | 11.11 | 5.88 | 17.07 | - |
| YUV | 63.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 116 | 0 | 0.79 | 0.03 | 0.53 | 301.91 | 0.65 | 0.28 |
| Hex | 77 | 19 | 74 | 0 | 4F | 3 | 35 | 12E | 41 | 1C |
| Octal | 167 | 31 | 164 | 0 | 117 | 3 | 65 | 456 | 101 | 34 |
| Binary | 1110111 | 11001 | 1110100 | 0 | 1001111 | 11 | 110101 | 100101110 | 1000001 | 11100 |
Color Harmonies of #771974
Complementary color
Monochromatic Colors of #771974
Black with #771974
Text Example
Text Example
White with #771974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771974; }
p { color: rgb(119,25,116); }
H1.HeaderClassName
{
color: #771974;
}
.AnyTagClassName
{
color: #771974;
}
</style>
background-color css
<style>
a { background-color: #771974; }
a { background-color: rgb(119,25,116); }
div.DivClassName
{
background-color: #771974;
}
.BgClassName
{
background-color: #771974;
}
</style>
border-color css
<style>
span { border-color: #771974; }
span { border-color: rgb(119,25,116); }
td.TdClassName
{
border-color: #771974;
}
.TagClassName
{
border-color: #771974;
}
</style>