Shades of Dark Purple #7C1778
Tints of Dark Purple #7C1778
RGB
CMYK
RGB Variations
Color information
#7C1778 (or 0x7C1778) is known color: Dark Purple. HEX triplet: 7C, 17 and 78. RGB value is (124,23,120). Sum of RGB (Red+Green+Blue) = 124+23+120=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1778 is #83E887. Grayscale: #3F3F3F. Windows color (decimal): -8644744 or 7870332. OLE color: 7870332.
HSL color Cylindrical-coordinate representation of color #7C1778: hue angle of 302.38º 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 #7C1778 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 120 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.51 |
| HSL | 302.38º | 0.69% | 0.29% | - |
| HSV(B) | 302.38º | 0.81% | 0.49% | - |
| XYZ | 12.01 | 6.25 | 18.34 | - |
| YUV | 64.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 120 | 0 | 0.81 | 0.03 | 0.51 | 302.38 | 0.69 | 0.29 |
| Hex | 7C | 17 | 78 | 0 | 51 | 3 | 33 | 12E | 45 | 1D |
| Octal | 174 | 27 | 170 | 0 | 121 | 3 | 63 | 456 | 105 | 35 |
| Binary | 1111100 | 10111 | 1111000 | 0 | 1010001 | 11 | 110011 | 100101110 | 1000101 | 11101 |
Color Harmonies of #7C1778
Complementary color
Monochromatic Colors of #7C1778
Black with #7C1778
Text Example
Text Example
White with #7C1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1778; }
p { color: rgb(124,23,120); }
H1.HeaderClassName
{
color: #7C1778;
}
.AnyTagClassName
{
color: #7C1778;
}
</style>
background-color css
<style>
a { background-color: #7C1778; }
a { background-color: rgb(124,23,120); }
div.DivClassName
{
background-color: #7C1778;
}
.BgClassName
{
background-color: #7C1778;
}
</style>
border-color css
<style>
span { border-color: #7C1778; }
span { border-color: rgb(124,23,120); }
td.TdClassName
{
border-color: #7C1778;
}
.TagClassName
{
border-color: #7C1778;
}
</style>