Shades of Dark Purple #7C1E72
Tints of Dark Purple #7C1E72
RGB
CMYK
RGB Variations
Color information
#7C1E72 (or 0x7C1E72) is known color: Dark Purple. HEX triplet: 7C, 1E and 72. RGB value is (124,30,114). Sum of RGB (Red+Green+Blue) = 124+30+114=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1E72 is #83E18D. Grayscale: #434343. Windows color (decimal): -8642958 or 7478908. OLE color: 7478908.
HSL color Cylindrical-coordinate representation of color #7C1E72: hue angle of 306.38º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C1E72 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 30 | 114 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.51 |
| HSL | 306.38º | 0.61% | 0.3% | - |
| HSV(B) | 306.38º | 0.76% | 0.49% | - |
| XYZ | 11.81 | 6.43 | 16.54 | - |
| YUV | 67.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 114 | 0 | 0.76 | 0.08 | 0.51 | 306.38 | 0.61 | 0.3 |
| Hex | 7C | 1E | 72 | 0 | 4C | 8 | 33 | 132 | 3D | 1E |
| Octal | 174 | 36 | 162 | 0 | 114 | 10 | 63 | 462 | 75 | 36 |
| Binary | 1111100 | 11110 | 1110010 | 0 | 1001100 | 1000 | 110011 | 100110010 | 111101 | 11110 |
Color Harmonies of #7C1E72
Complementary color
Monochromatic Colors of #7C1E72
Black with #7C1E72
Text Example
Text Example
White with #7C1E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1E72; }
p { color: rgb(124,30,114); }
H1.HeaderClassName
{
color: #7C1E72;
}
.AnyTagClassName
{
color: #7C1E72;
}
</style>
background-color css
<style>
a { background-color: #7C1E72; }
a { background-color: rgb(124,30,114); }
div.DivClassName
{
background-color: #7C1E72;
}
.BgClassName
{
background-color: #7C1E72;
}
</style>
border-color css
<style>
span { border-color: #7C1E72; }
span { border-color: rgb(124,30,114); }
td.TdClassName
{
border-color: #7C1E72;
}
.TagClassName
{
border-color: #7C1E72;
}
</style>