Shades of Dark Purple #7C346D
Tints of Dark Purple #7C346D
RGB
CMYK
RGB Variations
Color information
#7C346D (or 0x7C346D) is known color: Dark Purple. HEX triplet: 7C, 34 and 6D. RGB value is (124,52,109). Sum of RGB (Red+Green+Blue) = 124+52+109=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C346D is #83CB92. Grayscale: #4F4F4F. Windows color (decimal): -8637331 or 7156860. OLE color: 7156860.
HSL color Cylindrical-coordinate representation of color #7C346D: hue angle of 312.5º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C346D is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 109 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.51 |
| HSL | 312.5º | 0.41% | 0.35% | - |
| HSV(B) | 312.5º | 0.58% | 0.49% | - |
| XYZ | 12.3 | 7.85 | 15.33 | - |
| YUV | 80.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 109 | 0 | 0.58 | 0.12 | 0.51 | 312.5 | 0.41 | 0.35 |
| Hex | 7C | 34 | 6D | 0 | 3A | C | 33 | 138 | 29 | 23 |
| Octal | 174 | 64 | 155 | 0 | 72 | 14 | 63 | 470 | 51 | 43 |
| Binary | 1111100 | 110100 | 1101101 | 0 | 111010 | 1100 | 110011 | 100111000 | 101001 | 100011 |
Color Harmonies of #7C346D
Complementary color
Monochromatic Colors of #7C346D
Black with #7C346D
Text Example
Text Example
White with #7C346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C346D; }
p { color: rgb(124,52,109); }
H1.HeaderClassName
{
color: #7C346D;
}
.AnyTagClassName
{
color: #7C346D;
}
</style>
background-color css
<style>
a { background-color: #7C346D; }
a { background-color: rgb(124,52,109); }
div.DivClassName
{
background-color: #7C346D;
}
.BgClassName
{
background-color: #7C346D;
}
</style>
border-color css
<style>
span { border-color: #7C346D; }
span { border-color: rgb(124,52,109); }
td.TdClassName
{
border-color: #7C346D;
}
.TagClassName
{
border-color: #7C346D;
}
</style>