Shades of Dark Purple #771B73
Tints of Dark Purple #771B73
RGB
CMYK
RGB Variations
Color information
#771B73 (or 0x771B73) is known color: Dark Purple. HEX triplet: 77, 1B and 73. RGB value is (119,27,115). Sum of RGB (Red+Green+Blue) = 119+27+115=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #771B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771B73 is #88E48C. Grayscale: #404040. Windows color (decimal): -8971405 or 7543671. OLE color: 7543671.
HSL color Cylindrical-coordinate representation of color #771B73: hue angle of 302.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B73 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 115 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.53 |
| HSL | 302.61º | 0.63% | 0.29% | - |
| HSV(B) | 302.61º | 0.77% | 0.47% | - |
| XYZ | 11.09 | 5.94 | 16.78 | - |
| YUV | 64.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 115 | 0 | 0.77 | 0.03 | 0.53 | 302.61 | 0.63 | 0.29 |
| Hex | 77 | 1B | 73 | 0 | 4D | 3 | 35 | 12F | 3F | 1D |
| Octal | 167 | 33 | 163 | 0 | 115 | 3 | 65 | 457 | 77 | 35 |
| Binary | 1110111 | 11011 | 1110011 | 0 | 1001101 | 11 | 110101 | 100101111 | 111111 | 11101 |
Color Harmonies of #771B73
Complementary color
Monochromatic Colors of #771B73
Black with #771B73
Text Example
Text Example
White with #771B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B73; }
p { color: rgb(119,27,115); }
H1.HeaderClassName
{
color: #771B73;
}
.AnyTagClassName
{
color: #771B73;
}
</style>
background-color css
<style>
a { background-color: #771B73; }
a { background-color: rgb(119,27,115); }
div.DivClassName
{
background-color: #771B73;
}
.BgClassName
{
background-color: #771B73;
}
</style>
border-color css
<style>
span { border-color: #771B73; }
span { border-color: rgb(119,27,115); }
td.TdClassName
{
border-color: #771B73;
}
.TagClassName
{
border-color: #771B73;
}
</style>