Shades of Dark Purple #7C2D70
Tints of Dark Purple #7C2D70
RGB
CMYK
RGB Variations
Color information
#7C2D70 (or 0x7C2D70) is known color: Dark Purple. HEX triplet: 7C, 2D and 70. RGB value is (124,45,112). Sum of RGB (Red+Green+Blue) = 124+45+112=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2D70 is #83D28F. Grayscale: #4C4C4C. Windows color (decimal): -8639120 or 7351676. OLE color: 7351676.
HSL color Cylindrical-coordinate representation of color #7C2D70: hue angle of 309.11º 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 #7C2D70 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 45 | 112 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.51 |
| HSL | 309.11º | 0.47% | 0.33% | - |
| HSV(B) | 309.11º | 0.64% | 0.49% | - |
| XYZ | 12.18 | 7.33 | 16.1 | - |
| YUV | 76.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 45 | 112 | 0 | 0.64 | 0.10 | 0.51 | 309.11 | 0.47 | 0.33 |
| Hex | 7C | 2D | 70 | 0 | 40 | A | 33 | 135 | 2F | 21 |
| Octal | 174 | 55 | 160 | 0 | 100 | 12 | 63 | 465 | 57 | 41 |
| Binary | 1111100 | 101101 | 1110000 | 0 | 1000000 | 1010 | 110011 | 100110101 | 101111 | 100001 |
Color Harmonies of #7C2D70
Complementary color
Monochromatic Colors of #7C2D70
Black with #7C2D70
Text Example
Text Example
White with #7C2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2D70; }
p { color: rgb(124,45,112); }
H1.HeaderClassName
{
color: #7C2D70;
}
.AnyTagClassName
{
color: #7C2D70;
}
</style>
background-color css
<style>
a { background-color: #7C2D70; }
a { background-color: rgb(124,45,112); }
div.DivClassName
{
background-color: #7C2D70;
}
.BgClassName
{
background-color: #7C2D70;
}
</style>
border-color css
<style>
span { border-color: #7C2D70; }
span { border-color: rgb(124,45,112); }
td.TdClassName
{
border-color: #7C2D70;
}
.TagClassName
{
border-color: #7C2D70;
}
</style>