Shades of Dark Purple #771973
Tints of Dark Purple #771973
RGB
CMYK
RGB Variations
Color information
#771973 (or 0x771973) is known color: Dark Purple. HEX triplet: 77, 19 and 73. RGB value is (119,25,115). Sum of RGB (Red+Green+Blue) = 119+25+115=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #771973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771973 is #88E68C. Grayscale: #3F3F3F. Windows color (decimal): -8971917 or 7543159. OLE color: 7543159.
HSL color Cylindrical-coordinate representation of color #771973: hue angle of 302.55º 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 #771973 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 115 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.53 |
| HSL | 302.55º | 0.65% | 0.28% | - |
| HSV(B) | 302.55º | 0.79% | 0.47% | - |
| XYZ | 11.05 | 5.86 | 16.77 | - |
| YUV | 63.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 115 | 0 | 0.79 | 0.03 | 0.53 | 302.55 | 0.65 | 0.28 |
| Hex | 77 | 19 | 73 | 0 | 4F | 3 | 35 | 12F | 41 | 1C |
| Octal | 167 | 31 | 163 | 0 | 117 | 3 | 65 | 457 | 101 | 34 |
| Binary | 1110111 | 11001 | 1110011 | 0 | 1001111 | 11 | 110101 | 100101111 | 1000001 | 11100 |
Color Harmonies of #771973
Complementary color
Monochromatic Colors of #771973
Black with #771973
Text Example
Text Example
White with #771973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771973; }
p { color: rgb(119,25,115); }
H1.HeaderClassName
{
color: #771973;
}
.AnyTagClassName
{
color: #771973;
}
</style>
background-color css
<style>
a { background-color: #771973; }
a { background-color: rgb(119,25,115); }
div.DivClassName
{
background-color: #771973;
}
.BgClassName
{
background-color: #771973;
}
</style>
border-color css
<style>
span { border-color: #771973; }
span { border-color: rgb(119,25,115); }
td.TdClassName
{
border-color: #771973;
}
.TagClassName
{
border-color: #771973;
}
</style>