Shades of Dark Purple #7C2C6A
Tints of Dark Purple #7C2C6A
RGB
CMYK
RGB Variations
Color information
#7C2C6A (or 0x7C2C6A) is known color: Dark Purple. HEX triplet: 7C, 2C and 6A. RGB value is (124,44,106). Sum of RGB (Red+Green+Blue) = 124+44+106=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C6A is #83D395. Grayscale: #4A4A4A. Windows color (decimal): -8639382 or 6958204. OLE color: 6958204.
HSL color Cylindrical-coordinate representation of color #7C2C6A: hue angle of 313.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C2C6A is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 106 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.51 |
| HSL | 313.5º | 0.48% | 0.33% | - |
| HSV(B) | 313.5º | 0.65% | 0.49% | - |
| XYZ | 11.81 | 7.13 | 14.39 | - |
| YUV | 74.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 106 | 0 | 0.65 | 0.15 | 0.51 | 313.5 | 0.48 | 0.33 |
| Hex | 7C | 2C | 6A | 0 | 41 | F | 33 | 13A | 30 | 21 |
| Octal | 174 | 54 | 152 | 0 | 101 | 17 | 63 | 472 | 60 | 41 |
| Binary | 1111100 | 101100 | 1101010 | 0 | 1000001 | 1111 | 110011 | 100111010 | 110000 | 100001 |
Color Harmonies of #7C2C6A
Complementary color
Monochromatic Colors of #7C2C6A
Black with #7C2C6A
Text Example
Text Example
White with #7C2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C6A; }
p { color: rgb(124,44,106); }
H1.HeaderClassName
{
color: #7C2C6A;
}
.AnyTagClassName
{
color: #7C2C6A;
}
</style>
background-color css
<style>
a { background-color: #7C2C6A; }
a { background-color: rgb(124,44,106); }
div.DivClassName
{
background-color: #7C2C6A;
}
.BgClassName
{
background-color: #7C2C6A;
}
</style>
border-color css
<style>
span { border-color: #7C2C6A; }
span { border-color: rgb(124,44,106); }
td.TdClassName
{
border-color: #7C2C6A;
}
.TagClassName
{
border-color: #7C2C6A;
}
</style>