Shades of Dark Purple #771C72
Tints of Dark Purple #771C72
RGB
CMYK
RGB Variations
Color information
#771C72 (or 0x771C72) is known color: Dark Purple. HEX triplet: 77, 1C and 72. RGB value is (119,28,114). Sum of RGB (Red+Green+Blue) = 119+28+114=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #771C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C72 is #88E38D. Grayscale: #404040. Windows color (decimal): -8971150 or 7478391. OLE color: 7478391.
HSL color Cylindrical-coordinate representation of color #771C72: hue angle of 303.3º degrees, saturation: 0.62, 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 #771C72 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 114 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.53 |
| HSL | 303.3º | 0.62% | 0.29% | - |
| HSV(B) | 303.3º | 0.76% | 0.47% | - |
| XYZ | 11.06 | 5.97 | 16.49 | - |
| YUV | 65.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 114 | 0 | 0.76 | 0.04 | 0.53 | 303.3 | 0.62 | 0.29 |
| Hex | 77 | 1C | 72 | 0 | 4C | 4 | 35 | 12F | 3E | 1D |
| Octal | 167 | 34 | 162 | 0 | 114 | 4 | 65 | 457 | 76 | 35 |
| Binary | 1110111 | 11100 | 1110010 | 0 | 1001100 | 100 | 110101 | 100101111 | 111110 | 11101 |
Color Harmonies of #771C72
Complementary color
Monochromatic Colors of #771C72
Black with #771C72
Text Example
Text Example
White with #771C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C72; }
p { color: rgb(119,28,114); }
H1.HeaderClassName
{
color: #771C72;
}
.AnyTagClassName
{
color: #771C72;
}
</style>
background-color css
<style>
a { background-color: #771C72; }
a { background-color: rgb(119,28,114); }
div.DivClassName
{
background-color: #771C72;
}
.BgClassName
{
background-color: #771C72;
}
</style>
border-color css
<style>
span { border-color: #771C72; }
span { border-color: rgb(119,28,114); }
td.TdClassName
{
border-color: #771C72;
}
.TagClassName
{
border-color: #771C72;
}
</style>