Shades of Dark Purple #7C3071
Tints of Dark Purple #7C3071
RGB
CMYK
RGB Variations
Color information
#7C3071 (or 0x7C3071) is known color: Dark Purple. HEX triplet: 7C, 30 and 71. RGB value is (124,48,113). Sum of RGB (Red+Green+Blue) = 124+48+113=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3071 is #83CF8E. Grayscale: #4D4D4D. Windows color (decimal): -8638351 or 7417980. OLE color: 7417980.
HSL color Cylindrical-coordinate representation of color #7C3071: hue angle of 308.68º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C3071 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 113 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.51 |
| HSL | 308.68º | 0.44% | 0.34% | - |
| HSV(B) | 308.68º | 0.61% | 0.49% | - |
| XYZ | 12.35 | 7.59 | 16.44 | - |
| YUV | 78.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 113 | 0 | 0.61 | 0.09 | 0.51 | 308.68 | 0.44 | 0.34 |
| Hex | 7C | 30 | 71 | 0 | 3D | 9 | 33 | 135 | 2C | 22 |
| Octal | 174 | 60 | 161 | 0 | 75 | 11 | 63 | 465 | 54 | 42 |
| Binary | 1111100 | 110000 | 1110001 | 0 | 111101 | 1001 | 110011 | 100110101 | 101100 | 100010 |
Color Harmonies of #7C3071
Complementary color
Monochromatic Colors of #7C3071
Black with #7C3071
Text Example
Text Example
White with #7C3071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3071; }
p { color: rgb(124,48,113); }
H1.HeaderClassName
{
color: #7C3071;
}
.AnyTagClassName
{
color: #7C3071;
}
</style>
background-color css
<style>
a { background-color: #7C3071; }
a { background-color: rgb(124,48,113); }
div.DivClassName
{
background-color: #7C3071;
}
.BgClassName
{
background-color: #7C3071;
}
</style>
border-color css
<style>
span { border-color: #7C3071; }
span { border-color: rgb(124,48,113); }
td.TdClassName
{
border-color: #7C3071;
}
.TagClassName
{
border-color: #7C3071;
}
</style>