Shades of Dark Purple #771F7B
Tints of Dark Purple #771F7B
RGB
CMYK
RGB Variations
Color information
#771F7B (or 0x771F7B) is known color: Dark Purple. HEX triplet: 77, 1F and 7B. RGB value is (119,31,123). Sum of RGB (Red+Green+Blue) = 119+31+123=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #771F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771F7B is #88E084. Grayscale: #434343. Windows color (decimal): -8970373 or 8068983. OLE color: 8068983.
HSL color Cylindrical-coordinate representation of color #771F7B: hue angle of 297.39º degrees, saturation: 0.6, 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 #771F7B is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 31 | 123 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.52 |
| HSL | 297.39º | 0.6% | 0.3% | - |
| HSV(B) | 297.39º | 0.75% | 0.48% | - |
| XYZ | 11.67 | 6.33 | 19.35 | - |
| YUV | 67.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 123 | 0.03 | 0.75 | 0 | 0.52 | 297.39 | 0.6 | 0.3 |
| Hex | 77 | 1F | 7B | 3 | 4B | 0 | 34 | 129 | 3C | 1E |
| Octal | 167 | 37 | 173 | 3 | 113 | 0 | 64 | 451 | 74 | 36 |
| Binary | 1110111 | 11111 | 1111011 | 11 | 1001011 | 0 | 110100 | 100101001 | 111100 | 11110 |
Color Harmonies of #771F7B
Complementary color
Monochromatic Colors of #771F7B
Black with #771F7B
Text Example
Text Example
White with #771F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771F7B; }
p { color: rgb(119,31,123); }
H1.HeaderClassName
{
color: #771F7B;
}
.AnyTagClassName
{
color: #771F7B;
}
</style>
background-color css
<style>
a { background-color: #771F7B; }
a { background-color: rgb(119,31,123); }
div.DivClassName
{
background-color: #771F7B;
}
.BgClassName
{
background-color: #771F7B;
}
</style>
border-color css
<style>
span { border-color: #771F7B; }
span { border-color: rgb(119,31,123); }
td.TdClassName
{
border-color: #771F7B;
}
.TagClassName
{
border-color: #771F7B;
}
</style>