Shades of Dark Purple #77197F
Tints of Dark Purple #77197F
RGB
CMYK
RGB Variations
Color information
#77197F (or 0x77197F) is known color: Dark Purple. HEX triplet: 77, 19 and 7F. RGB value is (119,25,127). Sum of RGB (Red+Green+Blue) = 119+25+127=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #77197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77197F is #88E680. Grayscale: #404040. Windows color (decimal): -8971905 or 8329591. OLE color: 8329591.
HSL color Cylindrical-coordinate representation of color #77197F: hue angle of 295.29º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77197F is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 25 | 127 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.50 |
| HSL | 295.29º | 0.67% | 0.3% | - |
| HSV(B) | 295.29º | 0.8% | 0.5% | - |
| XYZ | 11.79 | 6.15 | 20.64 | - |
| YUV | 64.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 25 | 127 | 0.06 | 0.80 | 0 | 0.50 | 295.29 | 0.67 | 0.3 |
| Hex | 77 | 19 | 7F | 6 | 50 | 0 | 32 | 127 | 43 | 1E |
| Octal | 167 | 31 | 177 | 6 | 120 | 0 | 62 | 447 | 103 | 36 |
| Binary | 1110111 | 11001 | 1111111 | 110 | 1010000 | 0 | 110010 | 100100111 | 1000011 | 11110 |
Color Harmonies of #77197F
Complementary color
Monochromatic Colors of #77197F
Black with #77197F
Text Example
Text Example
White with #77197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77197F; }
p { color: rgb(119,25,127); }
H1.HeaderClassName
{
color: #77197F;
}
.AnyTagClassName
{
color: #77197F;
}
</style>
background-color css
<style>
a { background-color: #77197F; }
a { background-color: rgb(119,25,127); }
div.DivClassName
{
background-color: #77197F;
}
.BgClassName
{
background-color: #77197F;
}
</style>
border-color css
<style>
span { border-color: #77197F; }
span { border-color: rgb(119,25,127); }
td.TdClassName
{
border-color: #77197F;
}
.TagClassName
{
border-color: #77197F;
}
</style>