Shades of Dark Purple #7C2D6E
Tints of Dark Purple #7C2D6E
RGB
CMYK
RGB Variations
Color information
#7C2D6E (or 0x7C2D6E) is known color: Dark Purple. HEX triplet: 7C, 2D and 6E. RGB value is (124,45,110). Sum of RGB (Red+Green+Blue) = 124+45+110=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2D6E is #83D291. Grayscale: #4B4B4B. Windows color (decimal): -8639122 or 7220604. OLE color: 7220604.
HSL color Cylindrical-coordinate representation of color #7C2D6E: hue angle of 310.63º 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 #7C2D6E is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 45 | 110 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.51 |
| HSL | 310.63º | 0.47% | 0.33% | - |
| HSV(B) | 310.63º | 0.64% | 0.49% | - |
| XYZ | 12.07 | 7.29 | 15.52 | - |
| YUV | 76.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 45 | 110 | 0 | 0.64 | 0.11 | 0.51 | 310.63 | 0.47 | 0.33 |
| Hex | 7C | 2D | 6E | 0 | 40 | B | 33 | 137 | 2F | 21 |
| Octal | 174 | 55 | 156 | 0 | 100 | 13 | 63 | 467 | 57 | 41 |
| Binary | 1111100 | 101101 | 1101110 | 0 | 1000000 | 1011 | 110011 | 100110111 | 101111 | 100001 |
Color Harmonies of #7C2D6E
Complementary color
Monochromatic Colors of #7C2D6E
Black with #7C2D6E
Text Example
Text Example
White with #7C2D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2D6E; }
p { color: rgb(124,45,110); }
H1.HeaderClassName
{
color: #7C2D6E;
}
.AnyTagClassName
{
color: #7C2D6E;
}
</style>
background-color css
<style>
a { background-color: #7C2D6E; }
a { background-color: rgb(124,45,110); }
div.DivClassName
{
background-color: #7C2D6E;
}
.BgClassName
{
background-color: #7C2D6E;
}
</style>
border-color css
<style>
span { border-color: #7C2D6E; }
span { border-color: rgb(124,45,110); }
td.TdClassName
{
border-color: #7C2D6E;
}
.TagClassName
{
border-color: #7C2D6E;
}
</style>