Shades of Dark Purple #771D6B
Tints of Dark Purple #771D6B
RGB
CMYK
RGB Variations
Color information
#771D6B (or 0x771D6B) is known color: Dark Purple. HEX triplet: 77, 1D and 6B. RGB value is (119,29,107). Sum of RGB (Red+Green+Blue) = 119+29+107=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #771D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771D6B is #88E294. Grayscale: #404040. Windows color (decimal): -8970901 or 7019895. OLE color: 7019895.
HSL color Cylindrical-coordinate representation of color #771D6B: hue angle of 308º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D6B is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 107 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.53 |
| HSL | 308º | 0.61% | 0.29% | - |
| HSV(B) | 308º | 0.76% | 0.47% | - |
| XYZ | 10.7 | 5.86 | 14.48 | - |
| YUV | 64.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 107 | 0 | 0.76 | 0.10 | 0.53 | 308 | 0.61 | 0.29 |
| Hex | 77 | 1D | 6B | 0 | 4C | A | 35 | 134 | 3D | 1D |
| Octal | 167 | 35 | 153 | 0 | 114 | 12 | 65 | 464 | 75 | 35 |
| Binary | 1110111 | 11101 | 1101011 | 0 | 1001100 | 1010 | 110101 | 100110100 | 111101 | 11101 |
Color Harmonies of #771D6B
Complementary color
Monochromatic Colors of #771D6B
Black with #771D6B
Text Example
Text Example
White with #771D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D6B; }
p { color: rgb(119,29,107); }
H1.HeaderClassName
{
color: #771D6B;
}
.AnyTagClassName
{
color: #771D6B;
}
</style>
background-color css
<style>
a { background-color: #771D6B; }
a { background-color: rgb(119,29,107); }
div.DivClassName
{
background-color: #771D6B;
}
.BgClassName
{
background-color: #771D6B;
}
</style>
border-color css
<style>
span { border-color: #771D6B; }
span { border-color: rgb(119,29,107); }
td.TdClassName
{
border-color: #771D6B;
}
.TagClassName
{
border-color: #771D6B;
}
</style>