Shades of Dark Purple #771F7C
Tints of Dark Purple #771F7C
RGB
CMYK
RGB Variations
Color information
#771F7C (or 0x771F7C) is known color: Dark Purple. HEX triplet: 77, 1F and 7C. RGB value is (119,31,124). Sum of RGB (Red+Green+Blue) = 119+31+124=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #771F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F7C is #88E083. Grayscale: #434343. Windows color (decimal): -8970372 or 8134519. OLE color: 8134519.
HSL color Cylindrical-coordinate representation of color #771F7C: hue angle of 296.77º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771F7C is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 31 | 124 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.51 |
| HSL | 296.77º | 0.6% | 0.3% | - |
| HSV(B) | 296.77º | 0.75% | 0.49% | - |
| XYZ | 11.74 | 6.36 | 19.68 | - |
| YUV | 67.91 | 159.65 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 124 | 0.04 | 0.75 | 0 | 0.51 | 296.77 | 0.6 | 0.3 |
| Hex | 77 | 1F | 7C | 4 | 4B | 0 | 33 | 129 | 3C | 1E |
| Octal | 167 | 37 | 174 | 4 | 113 | 0 | 63 | 451 | 74 | 36 |
| Binary | 1110111 | 11111 | 1111100 | 100 | 1001011 | 0 | 110011 | 100101001 | 111100 | 11110 |
Color Harmonies of #771F7C
Complementary color
Monochromatic Colors of #771F7C
Black with #771F7C
Text Example
Text Example
White with #771F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F7C; }
p { color: rgb(119,31,124); }
H1.HeaderClassName
{
color: #771F7C;
}
.AnyTagClassName
{
color: #771F7C;
}
</style>
background-color css
<style>
a { background-color: #771F7C; }
a { background-color: rgb(119,31,124); }
div.DivClassName
{
background-color: #771F7C;
}
.BgClassName
{
background-color: #771F7C;
}
</style>
border-color css
<style>
span { border-color: #771F7C; }
span { border-color: rgb(119,31,124); }
td.TdClassName
{
border-color: #771F7C;
}
.TagClassName
{
border-color: #771F7C;
}
</style>