Shades of Dark Purple #77176D
Tints of Dark Purple #77176D
RGB
CMYK
RGB Variations
Color information
#77176D (or 0x77176D) is known color: Dark Purple. HEX triplet: 77, 17 and 6D. RGB value is (119,23,109). Sum of RGB (Red+Green+Blue) = 119+23+109=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77176D is #88E892. Grayscale: #3D3D3D. Windows color (decimal): -8972435 or 7149431. OLE color: 7149431.
HSL color Cylindrical-coordinate representation of color #77176D: hue angle of 306.25º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77176D is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 109 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.53 |
| HSL | 306.25º | 0.68% | 0.28% | - |
| HSV(B) | 306.25º | 0.81% | 0.47% | - |
| XYZ | 10.67 | 5.64 | 14.99 | - |
| YUV | 61.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 109 | 0 | 0.81 | 0.08 | 0.53 | 306.25 | 0.68 | 0.28 |
| Hex | 77 | 17 | 6D | 0 | 51 | 8 | 35 | 132 | 44 | 1C |
| Octal | 167 | 27 | 155 | 0 | 121 | 10 | 65 | 462 | 104 | 34 |
| Binary | 1110111 | 10111 | 1101101 | 0 | 1010001 | 1000 | 110101 | 100110010 | 1000100 | 11100 |
Color Harmonies of #77176D
Complementary color
Monochromatic Colors of #77176D
Black with #77176D
Text Example
Text Example
White with #77176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77176D; }
p { color: rgb(119,23,109); }
H1.HeaderClassName
{
color: #77176D;
}
.AnyTagClassName
{
color: #77176D;
}
</style>
background-color css
<style>
a { background-color: #77176D; }
a { background-color: rgb(119,23,109); }
div.DivClassName
{
background-color: #77176D;
}
.BgClassName
{
background-color: #77176D;
}
</style>
border-color css
<style>
span { border-color: #77176D; }
span { border-color: rgb(119,23,109); }
td.TdClassName
{
border-color: #77176D;
}
.TagClassName
{
border-color: #77176D;
}
</style>