Shades of Dark Purple #7C2C7B
Tints of Dark Purple #7C2C7B
RGB
CMYK
RGB Variations
Color information
#7C2C7B (or 0x7C2C7B) is known color: Dark Purple. HEX triplet: 7C, 2C and 7B. RGB value is (124,44,123). Sum of RGB (Red+Green+Blue) = 124+44+123=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2C7B is #83D384. Grayscale: #4C4C4C. Windows color (decimal): -8639365 or 8072316. OLE color: 8072316.
HSL color Cylindrical-coordinate representation of color #7C2C7B: hue angle of 300.75º 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 #7C2C7B is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 123 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.51 |
| HSL | 300.75º | 0.48% | 0.33% | - |
| HSV(B) | 300.75º | 0.65% | 0.49% | - |
| XYZ | 12.79 | 7.52 | 19.52 | - |
| YUV | 76.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 123 | 0 | 0.65 | 0.01 | 0.51 | 300.75 | 0.48 | 0.33 |
| Hex | 7C | 2C | 7B | 0 | 41 | 1 | 33 | 12D | 30 | 21 |
| Octal | 174 | 54 | 173 | 0 | 101 | 1 | 63 | 455 | 60 | 41 |
| Binary | 1111100 | 101100 | 1111011 | 0 | 1000001 | 1 | 110011 | 100101101 | 110000 | 100001 |
Color Harmonies of #7C2C7B
Complementary color
Monochromatic Colors of #7C2C7B
Black with #7C2C7B
Text Example
Text Example
White with #7C2C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C7B; }
p { color: rgb(124,44,123); }
H1.HeaderClassName
{
color: #7C2C7B;
}
.AnyTagClassName
{
color: #7C2C7B;
}
</style>
background-color css
<style>
a { background-color: #7C2C7B; }
a { background-color: rgb(124,44,123); }
div.DivClassName
{
background-color: #7C2C7B;
}
.BgClassName
{
background-color: #7C2C7B;
}
</style>
border-color css
<style>
span { border-color: #7C2C7B; }
span { border-color: rgb(124,44,123); }
td.TdClassName
{
border-color: #7C2C7B;
}
.TagClassName
{
border-color: #7C2C7B;
}
</style>