Shades of Dark Purple #771E72
Tints of Dark Purple #771E72
RGB
CMYK
RGB Variations
Color information
#771E72 (or 0x771E72) is known color: Dark Purple. HEX triplet: 77, 1E and 72. RGB value is (119,30,114). Sum of RGB (Red+Green+Blue) = 119+30+114=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #771E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771E72 is #88E18D. Grayscale: #414141. Windows color (decimal): -8970638 or 7478903. OLE color: 7478903.
HSL color Cylindrical-coordinate representation of color #771E72: hue angle of 303.37º 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 #771E72 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 30 | 114 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.53 |
| HSL | 303.37º | 0.6% | 0.29% | - |
| HSV(B) | 303.37º | 0.75% | 0.47% | - |
| XYZ | 11.11 | 6.07 | 16.5 | - |
| YUV | 66.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 114 | 0 | 0.75 | 0.04 | 0.53 | 303.37 | 0.6 | 0.29 |
| Hex | 77 | 1E | 72 | 0 | 4B | 4 | 35 | 12F | 3C | 1D |
| Octal | 167 | 36 | 162 | 0 | 113 | 4 | 65 | 457 | 74 | 35 |
| Binary | 1110111 | 11110 | 1110010 | 0 | 1001011 | 100 | 110101 | 100101111 | 111100 | 11101 |
Color Harmonies of #771E72
Complementary color
Monochromatic Colors of #771E72
Black with #771E72
Text Example
Text Example
White with #771E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771E72; }
p { color: rgb(119,30,114); }
H1.HeaderClassName
{
color: #771E72;
}
.AnyTagClassName
{
color: #771E72;
}
</style>
background-color css
<style>
a { background-color: #771E72; }
a { background-color: rgb(119,30,114); }
div.DivClassName
{
background-color: #771E72;
}
.BgClassName
{
background-color: #771E72;
}
</style>
border-color css
<style>
span { border-color: #771E72; }
span { border-color: rgb(119,30,114); }
td.TdClassName
{
border-color: #771E72;
}
.TagClassName
{
border-color: #771E72;
}
</style>