Shades of Dark Purple #7C2D6D
Tints of Dark Purple #7C2D6D
RGB
CMYK
RGB Variations
Color information
#7C2D6D (or 0x7C2D6D) is known color: Dark Purple. HEX triplet: 7C, 2D and 6D. RGB value is (124,45,109). Sum of RGB (Red+Green+Blue) = 124+45+109=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2D6D is #83D292. Grayscale: #4B4B4B. Windows color (decimal): -8639123 or 7155068. OLE color: 7155068.
HSL color Cylindrical-coordinate representation of color #7C2D6D: hue angle of 311.39º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C2D6D is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 45 | 109 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.51 |
| HSL | 311.39º | 0.47% | 0.33% | - |
| HSV(B) | 311.39º | 0.64% | 0.49% | - |
| XYZ | 12.01 | 7.27 | 15.24 | - |
| YUV | 75.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 45 | 109 | 0 | 0.64 | 0.12 | 0.51 | 311.39 | 0.47 | 0.33 |
| Hex | 7C | 2D | 6D | 0 | 40 | C | 33 | 137 | 2F | 21 |
| Octal | 174 | 55 | 155 | 0 | 100 | 14 | 63 | 467 | 57 | 41 |
| Binary | 1111100 | 101101 | 1101101 | 0 | 1000000 | 1100 | 110011 | 100110111 | 101111 | 100001 |
Color Harmonies of #7C2D6D
Complementary color
Monochromatic Colors of #7C2D6D
Black with #7C2D6D
Text Example
Text Example
White with #7C2D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2D6D; }
p { color: rgb(124,45,109); }
H1.HeaderClassName
{
color: #7C2D6D;
}
.AnyTagClassName
{
color: #7C2D6D;
}
</style>
background-color css
<style>
a { background-color: #7C2D6D; }
a { background-color: rgb(124,45,109); }
div.DivClassName
{
background-color: #7C2D6D;
}
.BgClassName
{
background-color: #7C2D6D;
}
</style>
border-color css
<style>
span { border-color: #7C2D6D; }
span { border-color: rgb(124,45,109); }
td.TdClassName
{
border-color: #7C2D6D;
}
.TagClassName
{
border-color: #7C2D6D;
}
</style>