Shades of Dark Purple #7C2968
Tints of Dark Purple #7C2968
RGB
CMYK
RGB Variations
Color information
#7C2968 (or 0x7C2968) is known color: Dark Purple. HEX triplet: 7C, 29 and 68. RGB value is (124,41,104). Sum of RGB (Red+Green+Blue) = 124+41+104=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2968 is #83D697. Grayscale: #484848. Windows color (decimal): -8640152 or 6826364. OLE color: 6826364.
HSL color Cylindrical-coordinate representation of color #7C2968: hue angle of 314.46º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C2968 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 104 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.51 |
| HSL | 314.46º | 0.5% | 0.32% | - |
| HSV(B) | 314.46º | 0.67% | 0.49% | - |
| XYZ | 11.6 | 6.87 | 13.81 | - |
| YUV | 73 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 104 | 0 | 0.67 | 0.16 | 0.51 | 314.46 | 0.5 | 0.32 |
| Hex | 7C | 29 | 68 | 0 | 43 | 10 | 33 | 13A | 32 | 20 |
| Octal | 174 | 51 | 150 | 0 | 103 | 20 | 63 | 472 | 62 | 40 |
| Binary | 1111100 | 101001 | 1101000 | 0 | 1000011 | 10000 | 110011 | 100111010 | 110010 | 100000 |
Color Harmonies of #7C2968
Complementary color
Monochromatic Colors of #7C2968
Black with #7C2968
Text Example
Text Example
White with #7C2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2968; }
p { color: rgb(124,41,104); }
H1.HeaderClassName
{
color: #7C2968;
}
.AnyTagClassName
{
color: #7C2968;
}
</style>
background-color css
<style>
a { background-color: #7C2968; }
a { background-color: rgb(124,41,104); }
div.DivClassName
{
background-color: #7C2968;
}
.BgClassName
{
background-color: #7C2968;
}
</style>
border-color css
<style>
span { border-color: #7C2968; }
span { border-color: rgb(124,41,104); }
td.TdClassName
{
border-color: #7C2968;
}
.TagClassName
{
border-color: #7C2968;
}
</style>