Shades of Dark Purple #7C2A68
Tints of Dark Purple #7C2A68
RGB
CMYK
RGB Variations
Color information
#7C2A68 (or 0x7C2A68) is known color: Dark Purple. HEX triplet: 7C, 2A and 68. RGB value is (124,42,104). Sum of RGB (Red+Green+Blue) = 124+42+104=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2A68 is #83D597. Grayscale: #494949. Windows color (decimal): -8639896 or 6826620. OLE color: 6826620.
HSL color Cylindrical-coordinate representation of color #7C2A68: hue angle of 314.63º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C2A68 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 42 | 104 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.51 |
| HSL | 314.63º | 0.49% | 0.33% | - |
| HSV(B) | 314.63º | 0.66% | 0.49% | - |
| XYZ | 11.64 | 6.94 | 13.82 | - |
| YUV | 73.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 104 | 0 | 0.66 | 0.16 | 0.51 | 314.63 | 0.49 | 0.33 |
| Hex | 7C | 2A | 68 | 0 | 42 | 10 | 33 | 13B | 31 | 21 |
| Octal | 174 | 52 | 150 | 0 | 102 | 20 | 63 | 473 | 61 | 41 |
| Binary | 1111100 | 101010 | 1101000 | 0 | 1000010 | 10000 | 110011 | 100111011 | 110001 | 100001 |
Color Harmonies of #7C2A68
Complementary color
Monochromatic Colors of #7C2A68
Black with #7C2A68
Text Example
Text Example
White with #7C2A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A68; }
p { color: rgb(124,42,104); }
H1.HeaderClassName
{
color: #7C2A68;
}
.AnyTagClassName
{
color: #7C2A68;
}
</style>
background-color css
<style>
a { background-color: #7C2A68; }
a { background-color: rgb(124,42,104); }
div.DivClassName
{
background-color: #7C2A68;
}
.BgClassName
{
background-color: #7C2A68;
}
</style>
border-color css
<style>
span { border-color: #7C2A68; }
span { border-color: rgb(124,42,104); }
td.TdClassName
{
border-color: #7C2A68;
}
.TagClassName
{
border-color: #7C2A68;
}
</style>