Shades of Dark Purple #7C296E
Tints of Dark Purple #7C296E
RGB
CMYK
RGB Variations
Color information
#7C296E (or 0x7C296E) is known color: Dark Purple. HEX triplet: 7C, 29 and 6E. RGB value is (124,41,110). Sum of RGB (Red+Green+Blue) = 124+41+110=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C296E is #83D691. Grayscale: #494949. Windows color (decimal): -8640146 or 7219580. OLE color: 7219580.
HSL color Cylindrical-coordinate representation of color #7C296E: hue angle of 310.12º 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 #7C296E is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 110 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.51 |
| HSL | 310.12º | 0.5% | 0.32% | - |
| HSV(B) | 310.12º | 0.67% | 0.49% | - |
| XYZ | 11.92 | 7 | 15.47 | - |
| YUV | 73.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 110 | 0 | 0.67 | 0.11 | 0.51 | 310.12 | 0.5 | 0.32 |
| Hex | 7C | 29 | 6E | 0 | 43 | B | 33 | 136 | 32 | 20 |
| Octal | 174 | 51 | 156 | 0 | 103 | 13 | 63 | 466 | 62 | 40 |
| Binary | 1111100 | 101001 | 1101110 | 0 | 1000011 | 1011 | 110011 | 100110110 | 110010 | 100000 |
Color Harmonies of #7C296E
Complementary color
Monochromatic Colors of #7C296E
Black with #7C296E
Text Example
Text Example
White with #7C296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C296E; }
p { color: rgb(124,41,110); }
H1.HeaderClassName
{
color: #7C296E;
}
.AnyTagClassName
{
color: #7C296E;
}
</style>
background-color css
<style>
a { background-color: #7C296E; }
a { background-color: rgb(124,41,110); }
div.DivClassName
{
background-color: #7C296E;
}
.BgClassName
{
background-color: #7C296E;
}
</style>
border-color css
<style>
span { border-color: #7C296E; }
span { border-color: rgb(124,41,110); }
td.TdClassName
{
border-color: #7C296E;
}
.TagClassName
{
border-color: #7C296E;
}
</style>