Shades of Dark Purple #7C0E60
Tints of Dark Purple #7C0E60
RGB
CMYK
RGB Variations
Color information
#7C0E60 (or 0x7C0E60) is known color: Dark Purple. HEX triplet: 7C, 0E and 60. RGB value is (124,14,96). Sum of RGB (Red+Green+Blue) = 124+14+96=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0E60 is #83F19F. Grayscale: #383838. Windows color (decimal): -8647072 or 6295164. OLE color: 6295164.
HSL color Cylindrical-coordinate representation of color #7C0E60: hue angle of 315.27º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C0E60 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 96 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.51 |
| HSL | 315.27º | 0.8% | 0.27% | - |
| HSV(B) | 315.27º | 0.89% | 0.49% | - |
| XYZ | 10.58 | 5.44 | 11.56 | - |
| YUV | 56.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 96 | 0 | 0.89 | 0.23 | 0.51 | 315.27 | 0.8 | 0.27 |
| Hex | 7C | E | 60 | 0 | 59 | 17 | 33 | 13B | 50 | 1B |
| Octal | 174 | 16 | 140 | 0 | 131 | 27 | 63 | 473 | 120 | 33 |
| Binary | 1111100 | 1110 | 1100000 | 0 | 1011001 | 10111 | 110011 | 100111011 | 1010000 | 11011 |
Color Harmonies of #7C0E60
Complementary color
Monochromatic Colors of #7C0E60
Black with #7C0E60
Text Example
Text Example
White with #7C0E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E60; }
p { color: rgb(124,14,96); }
H1.HeaderClassName
{
color: #7C0E60;
}
.AnyTagClassName
{
color: #7C0E60;
}
</style>
background-color css
<style>
a { background-color: #7C0E60; }
a { background-color: rgb(124,14,96); }
div.DivClassName
{
background-color: #7C0E60;
}
.BgClassName
{
background-color: #7C0E60;
}
</style>
border-color css
<style>
span { border-color: #7C0E60; }
span { border-color: rgb(124,14,96); }
td.TdClassName
{
border-color: #7C0E60;
}
.TagClassName
{
border-color: #7C0E60;
}
</style>