Shades of Dark Purple #7C1A77
Tints of Dark Purple #7C1A77
RGB
CMYK
RGB Variations
Color information
#7C1A77 (or 0x7C1A77) is known color: Dark Purple. HEX triplet: 7C, 1A and 77. RGB value is (124,26,119). Sum of RGB (Red+Green+Blue) = 124+26+119=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A77 is #83E588. Grayscale: #414141. Windows color (decimal): -8643977 or 7805564. OLE color: 7805564.
HSL color Cylindrical-coordinate representation of color #7C1A77: hue angle of 303.06º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C1A77 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 26 | 119 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.51 |
| HSL | 303.06º | 0.65% | 0.29% | - |
| HSV(B) | 303.06º | 0.79% | 0.49% | - |
| XYZ | 12.01 | 6.36 | 18.05 | - |
| YUV | 65.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 119 | 0 | 0.79 | 0.04 | 0.51 | 303.06 | 0.65 | 0.29 |
| Hex | 7C | 1A | 77 | 0 | 4F | 4 | 33 | 12F | 41 | 1D |
| Octal | 174 | 32 | 167 | 0 | 117 | 4 | 63 | 457 | 101 | 35 |
| Binary | 1111100 | 11010 | 1110111 | 0 | 1001111 | 100 | 110011 | 100101111 | 1000001 | 11101 |
Color Harmonies of #7C1A77
Complementary color
Monochromatic Colors of #7C1A77
Black with #7C1A77
Text Example
Text Example
White with #7C1A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1A77; }
p { color: rgb(124,26,119); }
H1.HeaderClassName
{
color: #7C1A77;
}
.AnyTagClassName
{
color: #7C1A77;
}
</style>
background-color css
<style>
a { background-color: #7C1A77; }
a { background-color: rgb(124,26,119); }
div.DivClassName
{
background-color: #7C1A77;
}
.BgClassName
{
background-color: #7C1A77;
}
</style>
border-color css
<style>
span { border-color: #7C1A77; }
span { border-color: rgb(124,26,119); }
td.TdClassName
{
border-color: #7C1A77;
}
.TagClassName
{
border-color: #7C1A77;
}
</style>