Shades of Dark Purple #771E7A
Tints of Dark Purple #771E7A
RGB
CMYK
RGB Variations
Color information
#771E7A (or 0x771E7A) is known color: Dark Purple. HEX triplet: 77, 1E and 7A. RGB value is (119,30,122). Sum of RGB (Red+Green+Blue) = 119+30+122=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #771E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E7A is #88E185. Grayscale: #424242. Windows color (decimal): -8970630 or 8003191. OLE color: 8003191.
HSL color Cylindrical-coordinate representation of color #771E7A: hue angle of 298.04º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E7A is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 30 | 122 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.52 |
| HSL | 298.04º | 0.61% | 0.3% | - |
| HSV(B) | 298.04º | 0.75% | 0.48% | - |
| XYZ | 11.58 | 6.26 | 19.01 | - |
| YUV | 67.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 122 | 0.02 | 0.75 | 0 | 0.52 | 298.04 | 0.61 | 0.3 |
| Hex | 77 | 1E | 7A | 2 | 4B | 0 | 34 | 12A | 3D | 1E |
| Octal | 167 | 36 | 172 | 2 | 113 | 0 | 64 | 452 | 75 | 36 |
| Binary | 1110111 | 11110 | 1111010 | 10 | 1001011 | 0 | 110100 | 100101010 | 111101 | 11110 |
Color Harmonies of #771E7A
Complementary color
Monochromatic Colors of #771E7A
Black with #771E7A
Text Example
Text Example
White with #771E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E7A; }
p { color: rgb(119,30,122); }
H1.HeaderClassName
{
color: #771E7A;
}
.AnyTagClassName
{
color: #771E7A;
}
</style>
background-color css
<style>
a { background-color: #771E7A; }
a { background-color: rgb(119,30,122); }
div.DivClassName
{
background-color: #771E7A;
}
.BgClassName
{
background-color: #771E7A;
}
</style>
border-color css
<style>
span { border-color: #771E7A; }
span { border-color: rgb(119,30,122); }
td.TdClassName
{
border-color: #771E7A;
}
.TagClassName
{
border-color: #771E7A;
}
</style>