Shades of Dark Purple #771C73
Tints of Dark Purple #771C73
RGB
CMYK
RGB Variations
Color information
#771C73 (or 0x771C73) is known color: Dark Purple. HEX triplet: 77, 1C and 73. RGB value is (119,28,115). Sum of RGB (Red+Green+Blue) = 119+28+115=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #771C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C73 is #88E38C. Grayscale: #404040. Windows color (decimal): -8971149 or 7543927. OLE color: 7543927.
HSL color Cylindrical-coordinate representation of color #771C73: hue angle of 302.64º 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 #771C73 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 115 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.53 |
| HSL | 302.64º | 0.62% | 0.29% | - |
| HSV(B) | 302.64º | 0.76% | 0.47% | - |
| XYZ | 11.12 | 5.99 | 16.79 | - |
| YUV | 65.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 115 | 0 | 0.76 | 0.03 | 0.53 | 302.64 | 0.62 | 0.29 |
| Hex | 77 | 1C | 73 | 0 | 4C | 3 | 35 | 12F | 3E | 1D |
| Octal | 167 | 34 | 163 | 0 | 114 | 3 | 65 | 457 | 76 | 35 |
| Binary | 1110111 | 11100 | 1110011 | 0 | 1001100 | 11 | 110101 | 100101111 | 111110 | 11101 |
Color Harmonies of #771C73
Complementary color
Monochromatic Colors of #771C73
Black with #771C73
Text Example
Text Example
White with #771C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C73; }
p { color: rgb(119,28,115); }
H1.HeaderClassName
{
color: #771C73;
}
.AnyTagClassName
{
color: #771C73;
}
</style>
background-color css
<style>
a { background-color: #771C73; }
a { background-color: rgb(119,28,115); }
div.DivClassName
{
background-color: #771C73;
}
.BgClassName
{
background-color: #771C73;
}
</style>
border-color css
<style>
span { border-color: #771C73; }
span { border-color: rgb(119,28,115); }
td.TdClassName
{
border-color: #771C73;
}
.TagClassName
{
border-color: #771C73;
}
</style>