Shades of Dark Purple #7C326D
Tints of Dark Purple #7C326D
RGB
CMYK
RGB Variations
Color information
#7C326D (or 0x7C326D) is known color: Dark Purple. HEX triplet: 7C, 32 and 6D. RGB value is (124,50,109). Sum of RGB (Red+Green+Blue) = 124+50+109=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 124 - color contains mainly: red. Hex color #7C326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C326D is #83CD92. Grayscale: #4E4E4E. Windows color (decimal): -8637843 or 7156348. OLE color: 7156348.
HSL color Cylindrical-coordinate representation of color #7C326D: hue angle of 312.16º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C326D is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 50 | 109 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.51 |
| HSL | 312.16º | 0.43% | 0.34% | - |
| HSV(B) | 312.16º | 0.6% | 0.49% | - |
| XYZ | 12.21 | 7.67 | 15.3 | - |
| YUV | 78.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 50 | 109 | 0 | 0.60 | 0.12 | 0.51 | 312.16 | 0.43 | 0.34 |
| Hex | 7C | 32 | 6D | 0 | 3C | C | 33 | 138 | 2B | 22 |
| Octal | 174 | 62 | 155 | 0 | 74 | 14 | 63 | 470 | 53 | 42 |
| Binary | 1111100 | 110010 | 1101101 | 0 | 111100 | 1100 | 110011 | 100111000 | 101011 | 100010 |
Color Harmonies of #7C326D
Complementary color
Monochromatic Colors of #7C326D
Black with #7C326D
Text Example
Text Example
White with #7C326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C326D; }
p { color: rgb(124,50,109); }
H1.HeaderClassName
{
color: #7C326D;
}
.AnyTagClassName
{
color: #7C326D;
}
</style>
background-color css
<style>
a { background-color: #7C326D; }
a { background-color: rgb(124,50,109); }
div.DivClassName
{
background-color: #7C326D;
}
.BgClassName
{
background-color: #7C326D;
}
</style>
border-color css
<style>
span { border-color: #7C326D; }
span { border-color: rgb(124,50,109); }
td.TdClassName
{
border-color: #7C326D;
}
.TagClassName
{
border-color: #7C326D;
}
</style>