Shades of Dark Purple #7C1978
Tints of Dark Purple #7C1978
RGB
CMYK
RGB Variations
Color information
#7C1978 (or 0x7C1978) is known color: Dark Purple. HEX triplet: 7C, 19 and 78. RGB value is (124,25,120). Sum of RGB (Red+Green+Blue) = 124+25+120=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1978 is #83E687. Grayscale: #414141. Windows color (decimal): -8644232 or 7870844. OLE color: 7870844.
HSL color Cylindrical-coordinate representation of color #7C1978: hue angle of 302.42º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1978 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 120 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.51 |
| HSL | 302.42º | 0.66% | 0.29% | - |
| HSV(B) | 302.42º | 0.8% | 0.49% | - |
| XYZ | 12.05 | 6.34 | 18.36 | - |
| YUV | 65.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 120 | 0 | 0.80 | 0.03 | 0.51 | 302.42 | 0.66 | 0.29 |
| Hex | 7C | 19 | 78 | 0 | 50 | 3 | 33 | 12E | 42 | 1D |
| Octal | 174 | 31 | 170 | 0 | 120 | 3 | 63 | 456 | 102 | 35 |
| Binary | 1111100 | 11001 | 1111000 | 0 | 1010000 | 11 | 110011 | 100101110 | 1000010 | 11101 |
Color Harmonies of #7C1978
Complementary color
Monochromatic Colors of #7C1978
Black with #7C1978
Text Example
Text Example
White with #7C1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1978; }
p { color: rgb(124,25,120); }
H1.HeaderClassName
{
color: #7C1978;
}
.AnyTagClassName
{
color: #7C1978;
}
</style>
background-color css
<style>
a { background-color: #7C1978; }
a { background-color: rgb(124,25,120); }
div.DivClassName
{
background-color: #7C1978;
}
.BgClassName
{
background-color: #7C1978;
}
</style>
border-color css
<style>
span { border-color: #7C1978; }
span { border-color: rgb(124,25,120); }
td.TdClassName
{
border-color: #7C1978;
}
.TagClassName
{
border-color: #7C1978;
}
</style>