Shades of Dark Purple #771E6B
Tints of Dark Purple #771E6B
RGB
CMYK
RGB Variations
Color information
#771E6B (or 0x771E6B) is known color: Dark Purple. HEX triplet: 77, 1E and 6B. RGB value is (119,30,107). Sum of RGB (Red+Green+Blue) = 119+30+107=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #771E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E6B is #88E194. Grayscale: #414141. Windows color (decimal): -8970645 or 7020151. OLE color: 7020151.
HSL color Cylindrical-coordinate representation of color #771E6B: hue angle of 308.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E6B is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 107 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.53 |
| HSL | 308.09º | 0.6% | 0.29% | - |
| HSV(B) | 308.09º | 0.75% | 0.47% | - |
| XYZ | 10.73 | 5.91 | 14.49 | - |
| YUV | 65.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 107 | 0 | 0.75 | 0.10 | 0.53 | 308.09 | 0.6 | 0.29 |
| Hex | 77 | 1E | 6B | 0 | 4B | A | 35 | 134 | 3C | 1D |
| Octal | 167 | 36 | 153 | 0 | 113 | 12 | 65 | 464 | 74 | 35 |
| Binary | 1110111 | 11110 | 1101011 | 0 | 1001011 | 1010 | 110101 | 100110100 | 111100 | 11101 |
Color Harmonies of #771E6B
Complementary color
Monochromatic Colors of #771E6B
Black with #771E6B
Text Example
Text Example
White with #771E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E6B; }
p { color: rgb(119,30,107); }
H1.HeaderClassName
{
color: #771E6B;
}
.AnyTagClassName
{
color: #771E6B;
}
</style>
background-color css
<style>
a { background-color: #771E6B; }
a { background-color: rgb(119,30,107); }
div.DivClassName
{
background-color: #771E6B;
}
.BgClassName
{
background-color: #771E6B;
}
</style>
border-color css
<style>
span { border-color: #771E6B; }
span { border-color: rgb(119,30,107); }
td.TdClassName
{
border-color: #771E6B;
}
.TagClassName
{
border-color: #771E6B;
}
</style>