Shades of Dark Purple #7C1777
Tints of Dark Purple #7C1777
RGB
CMYK
RGB Variations
Color information
#7C1777 (or 0x7C1777) is known color: Dark Purple. HEX triplet: 7C, 17 and 77. RGB value is (124,23,119). Sum of RGB (Red+Green+Blue) = 124+23+119=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1777 is #83E888. Grayscale: #3F3F3F. Windows color (decimal): -8644745 or 7804796. OLE color: 7804796.
HSL color Cylindrical-coordinate representation of color #7C1777: hue angle of 302.97º 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 #7C1777 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 119 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.51 |
| HSL | 302.97º | 0.69% | 0.29% | - |
| HSV(B) | 302.97º | 0.81% | 0.49% | - |
| XYZ | 11.95 | 6.23 | 18.03 | - |
| YUV | 64.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 119 | 0 | 0.81 | 0.04 | 0.51 | 302.97 | 0.69 | 0.29 |
| Hex | 7C | 17 | 77 | 0 | 51 | 4 | 33 | 12F | 45 | 1D |
| Octal | 174 | 27 | 167 | 0 | 121 | 4 | 63 | 457 | 105 | 35 |
| Binary | 1111100 | 10111 | 1110111 | 0 | 1010001 | 100 | 110011 | 100101111 | 1000101 | 11101 |
Color Harmonies of #7C1777
Complementary color
Monochromatic Colors of #7C1777
Black with #7C1777
Text Example
Text Example
White with #7C1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1777; }
p { color: rgb(124,23,119); }
H1.HeaderClassName
{
color: #7C1777;
}
.AnyTagClassName
{
color: #7C1777;
}
</style>
background-color css
<style>
a { background-color: #7C1777; }
a { background-color: rgb(124,23,119); }
div.DivClassName
{
background-color: #7C1777;
}
.BgClassName
{
background-color: #7C1777;
}
</style>
border-color css
<style>
span { border-color: #7C1777; }
span { border-color: rgb(124,23,119); }
td.TdClassName
{
border-color: #7C1777;
}
.TagClassName
{
border-color: #7C1777;
}
</style>