Shades of Dark Purple #7C0E6C
Tints of Dark Purple #7C0E6C
RGB
CMYK
RGB Variations
Color information
#7C0E6C (or 0x7C0E6C) is known color: Dark Purple. HEX triplet: 7C, 0E and 6C. RGB value is (124,14,108). Sum of RGB (Red+Green+Blue) = 124+14+108=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0E6C is #83F193. Grayscale: #393939. Windows color (decimal): -8647060 or 7081596. OLE color: 7081596.
HSL color Cylindrical-coordinate representation of color #7C0E6C: hue angle of 308.73º 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 #7C0E6C is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 14 | 108 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.51 |
| HSL | 308.73º | 0.8% | 0.27% | - |
| HSV(B) | 308.73º | 0.89% | 0.49% | - |
| XYZ | 11.18 | 5.68 | 14.7 | - |
| YUV | 57.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 108 | 0 | 0.89 | 0.13 | 0.51 | 308.73 | 0.8 | 0.27 |
| Hex | 7C | E | 6C | 0 | 59 | D | 33 | 135 | 50 | 1B |
| Octal | 174 | 16 | 154 | 0 | 131 | 15 | 63 | 465 | 120 | 33 |
| Binary | 1111100 | 1110 | 1101100 | 0 | 1011001 | 1101 | 110011 | 100110101 | 1010000 | 11011 |
Color Harmonies of #7C0E6C
Complementary color
Monochromatic Colors of #7C0E6C
Black with #7C0E6C
Text Example
Text Example
White with #7C0E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0E6C; }
p { color: rgb(124,14,108); }
H1.HeaderClassName
{
color: #7C0E6C;
}
.AnyTagClassName
{
color: #7C0E6C;
}
</style>
background-color css
<style>
a { background-color: #7C0E6C; }
a { background-color: rgb(124,14,108); }
div.DivClassName
{
background-color: #7C0E6C;
}
.BgClassName
{
background-color: #7C0E6C;
}
</style>
border-color css
<style>
span { border-color: #7C0E6C; }
span { border-color: rgb(124,14,108); }
td.TdClassName
{
border-color: #7C0E6C;
}
.TagClassName
{
border-color: #7C0E6C;
}
</style>