Shades of Dark Purple #771E7B
Tints of Dark Purple #771E7B
RGB
CMYK
RGB Variations
Color information
#771E7B (or 0x771E7B) is known color: Dark Purple. HEX triplet: 77, 1E and 7B. RGB value is (119,30,123). Sum of RGB (Red+Green+Blue) = 119+30+123=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #771E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E7B is #88E184. Grayscale: #424242. Windows color (decimal): -8970629 or 8068727. OLE color: 8068727.
HSL color Cylindrical-coordinate representation of color #771E7B: hue angle of 297.42º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771E7B is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 30 | 123 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.52 |
| HSL | 297.42º | 0.61% | 0.3% | - |
| HSV(B) | 297.42º | 0.76% | 0.48% | - |
| XYZ | 11.65 | 6.28 | 19.34 | - |
| YUV | 67.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 123 | 0.03 | 0.76 | 0 | 0.52 | 297.42 | 0.61 | 0.3 |
| Hex | 77 | 1E | 7B | 3 | 4C | 0 | 34 | 129 | 3D | 1E |
| Octal | 167 | 36 | 173 | 3 | 114 | 0 | 64 | 451 | 75 | 36 |
| Binary | 1110111 | 11110 | 1111011 | 11 | 1001100 | 0 | 110100 | 100101001 | 111101 | 11110 |
Color Harmonies of #771E7B
Complementary color
Monochromatic Colors of #771E7B
Black with #771E7B
Text Example
Text Example
White with #771E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E7B; }
p { color: rgb(119,30,123); }
H1.HeaderClassName
{
color: #771E7B;
}
.AnyTagClassName
{
color: #771E7B;
}
</style>
background-color css
<style>
a { background-color: #771E7B; }
a { background-color: rgb(119,30,123); }
div.DivClassName
{
background-color: #771E7B;
}
.BgClassName
{
background-color: #771E7B;
}
</style>
border-color css
<style>
span { border-color: #771E7B; }
span { border-color: rgb(119,30,123); }
td.TdClassName
{
border-color: #771E7B;
}
.TagClassName
{
border-color: #771E7B;
}
</style>