Shades of Dark Purple #77196D
Tints of Dark Purple #77196D
RGB
CMYK
RGB Variations
Color information
#77196D (or 0x77196D) is known color: Dark Purple. HEX triplet: 77, 19 and 6D. RGB value is (119,25,109). Sum of RGB (Red+Green+Blue) = 119+25+109=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #77196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77196D is #88E692. Grayscale: #3E3E3E. Windows color (decimal): -8971923 or 7149943. OLE color: 7149943.
HSL color Cylindrical-coordinate representation of color #77196D: hue angle of 306.38º 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 #77196D is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 25 | 109 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.53 |
| HSL | 306.38º | 0.65% | 0.28% | - |
| HSV(B) | 306.38º | 0.79% | 0.47% | - |
| XYZ | 10.72 | 5.72 | 15.01 | - |
| YUV | 62.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 109 | 0 | 0.79 | 0.08 | 0.53 | 306.38 | 0.65 | 0.28 |
| Hex | 77 | 19 | 6D | 0 | 4F | 8 | 35 | 132 | 41 | 1C |
| Octal | 167 | 31 | 155 | 0 | 117 | 10 | 65 | 462 | 101 | 34 |
| Binary | 1110111 | 11001 | 1101101 | 0 | 1001111 | 1000 | 110101 | 100110010 | 1000001 | 11100 |
Color Harmonies of #77196D
Complementary color
Monochromatic Colors of #77196D
Black with #77196D
Text Example
Text Example
White with #77196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77196D; }
p { color: rgb(119,25,109); }
H1.HeaderClassName
{
color: #77196D;
}
.AnyTagClassName
{
color: #77196D;
}
</style>
background-color css
<style>
a { background-color: #77196D; }
a { background-color: rgb(119,25,109); }
div.DivClassName
{
background-color: #77196D;
}
.BgClassName
{
background-color: #77196D;
}
</style>
border-color css
<style>
span { border-color: #77196D; }
span { border-color: rgb(119,25,109); }
td.TdClassName
{
border-color: #77196D;
}
.TagClassName
{
border-color: #77196D;
}
</style>