Shades of Dark Purple #77197C
Tints of Dark Purple #77197C
RGB
CMYK
RGB Variations
Color information
#77197C (or 0x77197C) is known color: Dark Purple. HEX triplet: 77, 19 and 7C. RGB value is (119,25,124). Sum of RGB (Red+Green+Blue) = 119+25+124=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #77197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77197C is #88E683. Grayscale: #404040. Windows color (decimal): -8971908 or 8132983. OLE color: 8132983.
HSL color Cylindrical-coordinate representation of color #77197C: hue angle of 296.97º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77197C is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 25 | 124 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.51 |
| HSL | 296.97º | 0.66% | 0.29% | - |
| HSV(B) | 296.97º | 0.8% | 0.49% | - |
| XYZ | 11.59 | 6.07 | 19.63 | - |
| YUV | 64.39 | 161.64 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 124 | 0.04 | 0.80 | 0 | 0.51 | 296.97 | 0.66 | 0.29 |
| Hex | 77 | 19 | 7C | 4 | 50 | 0 | 33 | 129 | 42 | 1D |
| Octal | 167 | 31 | 174 | 4 | 120 | 0 | 63 | 451 | 102 | 35 |
| Binary | 1110111 | 11001 | 1111100 | 100 | 1010000 | 0 | 110011 | 100101001 | 1000010 | 11101 |
Color Harmonies of #77197C
Complementary color
Monochromatic Colors of #77197C
Black with #77197C
Text Example
Text Example
White with #77197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77197C; }
p { color: rgb(119,25,124); }
H1.HeaderClassName
{
color: #77197C;
}
.AnyTagClassName
{
color: #77197C;
}
</style>
background-color css
<style>
a { background-color: #77197C; }
a { background-color: rgb(119,25,124); }
div.DivClassName
{
background-color: #77197C;
}
.BgClassName
{
background-color: #77197C;
}
</style>
border-color css
<style>
span { border-color: #77197C; }
span { border-color: rgb(119,25,124); }
td.TdClassName
{
border-color: #77197C;
}
.TagClassName
{
border-color: #77197C;
}
</style>