Shades of Dark Purple #7C346C
Tints of Dark Purple #7C346C
RGB
CMYK
RGB Variations
Color information
#7C346C (or 0x7C346C) is known color: Dark Purple. HEX triplet: 7C, 34 and 6C. RGB value is (124,52,108). Sum of RGB (Red+Green+Blue) = 124+52+108=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 124 - color contains mainly: red. Hex color #7C346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C346C is #83CB93. Grayscale: #4F4F4F. Windows color (decimal): -8637332 or 7091324. OLE color: 7091324.
HSL color Cylindrical-coordinate representation of color #7C346C: hue angle of 313.33º 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 #7C346C is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 108 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.51 |
| HSL | 313.33º | 0.41% | 0.35% | - |
| HSV(B) | 313.33º | 0.58% | 0.49% | - |
| XYZ | 12.25 | 7.82 | 15.05 | - |
| YUV | 79.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 108 | 0 | 0.58 | 0.13 | 0.51 | 313.33 | 0.41 | 0.35 |
| Hex | 7C | 34 | 6C | 0 | 3A | D | 33 | 139 | 29 | 23 |
| Octal | 174 | 64 | 154 | 0 | 72 | 15 | 63 | 471 | 51 | 43 |
| Binary | 1111100 | 110100 | 1101100 | 0 | 111010 | 1101 | 110011 | 100111001 | 101001 | 100011 |
Color Harmonies of #7C346C
Complementary color
Monochromatic Colors of #7C346C
Black with #7C346C
Text Example
Text Example
White with #7C346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C346C; }
p { color: rgb(124,52,108); }
H1.HeaderClassName
{
color: #7C346C;
}
.AnyTagClassName
{
color: #7C346C;
}
</style>
background-color css
<style>
a { background-color: #7C346C; }
a { background-color: rgb(124,52,108); }
div.DivClassName
{
background-color: #7C346C;
}
.BgClassName
{
background-color: #7C346C;
}
</style>
border-color css
<style>
span { border-color: #7C346C; }
span { border-color: rgb(124,52,108); }
td.TdClassName
{
border-color: #7C346C;
}
.TagClassName
{
border-color: #7C346C;
}
</style>