Shades of Dark Purple #76177C
Tints of Dark Purple #76177C
RGB
CMYK
RGB Variations
Color information
#76177C (or 0x76177C) is known color: Dark Purple. HEX triplet: 76, 17 and 7C. RGB value is (118,23,124). Sum of RGB (Red+Green+Blue) = 118+23+124=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #76177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76177C is #89E883. Grayscale: #3E3E3E. Windows color (decimal): -9037956 or 8132470. OLE color: 8132470.
HSL color Cylindrical-coordinate representation of color #76177C: hue angle of 296.44º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76177C is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 23 | 124 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.51 |
| HSL | 296.44º | 0.69% | 0.29% | - |
| HSV(B) | 296.44º | 0.81% | 0.49% | - |
| XYZ | 11.42 | 5.92 | 19.61 | - |
| YUV | 62.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 124 | 0.05 | 0.81 | 0 | 0.51 | 296.44 | 0.69 | 0.29 |
| Hex | 76 | 17 | 7C | 5 | 51 | 0 | 33 | 128 | 45 | 1D |
| Octal | 166 | 27 | 174 | 5 | 121 | 0 | 63 | 450 | 105 | 35 |
| Binary | 1110110 | 10111 | 1111100 | 101 | 1010001 | 0 | 110011 | 100101000 | 1000101 | 11101 |
Color Harmonies of #76177C
Complementary color
Monochromatic Colors of #76177C
Black with #76177C
Text Example
Text Example
White with #76177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76177C; }
p { color: rgb(118,23,124); }
H1.HeaderClassName
{
color: #76177C;
}
.AnyTagClassName
{
color: #76177C;
}
</style>
background-color css
<style>
a { background-color: #76177C; }
a { background-color: rgb(118,23,124); }
div.DivClassName
{
background-color: #76177C;
}
.BgClassName
{
background-color: #76177C;
}
</style>
border-color css
<style>
span { border-color: #76177C; }
span { border-color: rgb(118,23,124); }
td.TdClassName
{
border-color: #76177C;
}
.TagClassName
{
border-color: #76177C;
}
</style>