Shades of Dark Purple #771972
Tints of Dark Purple #771972
RGB
CMYK
RGB Variations
Color information
#771972 (or 0x771972) is known color: Dark Purple. HEX triplet: 77, 19 and 72. RGB value is (119,25,114). Sum of RGB (Red+Green+Blue) = 119+25+114=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #771972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771972 is #88E68D. Grayscale: #3E3E3E. Windows color (decimal): -8971918 or 7477623. OLE color: 7477623.
HSL color Cylindrical-coordinate representation of color #771972: hue angle of 303.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771972 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 114 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.53 |
| HSL | 303.19º | 0.65% | 0.28% | - |
| HSV(B) | 303.19º | 0.79% | 0.47% | - |
| XYZ | 10.99 | 5.83 | 16.47 | - |
| YUV | 63.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 114 | 0 | 0.79 | 0.04 | 0.53 | 303.19 | 0.65 | 0.28 |
| Hex | 77 | 19 | 72 | 0 | 4F | 4 | 35 | 12F | 41 | 1C |
| Octal | 167 | 31 | 162 | 0 | 117 | 4 | 65 | 457 | 101 | 34 |
| Binary | 1110111 | 11001 | 1110010 | 0 | 1001111 | 100 | 110101 | 100101111 | 1000001 | 11100 |
Color Harmonies of #771972
Complementary color
Monochromatic Colors of #771972
Black with #771972
Text Example
Text Example
White with #771972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771972; }
p { color: rgb(119,25,114); }
H1.HeaderClassName
{
color: #771972;
}
.AnyTagClassName
{
color: #771972;
}
</style>
background-color css
<style>
a { background-color: #771972; }
a { background-color: rgb(119,25,114); }
div.DivClassName
{
background-color: #771972;
}
.BgClassName
{
background-color: #771972;
}
</style>
border-color css
<style>
span { border-color: #771972; }
span { border-color: rgb(119,25,114); }
td.TdClassName
{
border-color: #771972;
}
.TagClassName
{
border-color: #771972;
}
</style>