Shades of Dark Purple #7C3470
Tints of Dark Purple #7C3470
RGB
CMYK
RGB Variations
Color information
#7C3470 (or 0x7C3470) is known color: Dark Purple. HEX triplet: 7C, 34 and 70. RGB value is (124,52,112). Sum of RGB (Red+Green+Blue) = 124+52+112=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3470 is #83CB8F. Grayscale: #505050. Windows color (decimal): -8637328 or 7353468. OLE color: 7353468.
HSL color Cylindrical-coordinate representation of color #7C3470: hue angle of 310º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3470 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 112 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.51 |
| HSL | 310º | 0.41% | 0.35% | - |
| HSV(B) | 310º | 0.58% | 0.49% | - |
| XYZ | 12.46 | 7.91 | 16.2 | - |
| YUV | 80.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 112 | 0 | 0.58 | 0.10 | 0.51 | 310 | 0.41 | 0.35 |
| Hex | 7C | 34 | 70 | 0 | 3A | A | 33 | 136 | 29 | 23 |
| Octal | 174 | 64 | 160 | 0 | 72 | 12 | 63 | 466 | 51 | 43 |
| Binary | 1111100 | 110100 | 1110000 | 0 | 111010 | 1010 | 110011 | 100110110 | 101001 | 100011 |
Color Harmonies of #7C3470
Complementary color
Monochromatic Colors of #7C3470
Black with #7C3470
Text Example
Text Example
White with #7C3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3470; }
p { color: rgb(124,52,112); }
H1.HeaderClassName
{
color: #7C3470;
}
.AnyTagClassName
{
color: #7C3470;
}
</style>
background-color css
<style>
a { background-color: #7C3470; }
a { background-color: rgb(124,52,112); }
div.DivClassName
{
background-color: #7C3470;
}
.BgClassName
{
background-color: #7C3470;
}
</style>
border-color css
<style>
span { border-color: #7C3470; }
span { border-color: rgb(124,52,112); }
td.TdClassName
{
border-color: #7C3470;
}
.TagClassName
{
border-color: #7C3470;
}
</style>