Shades of Dark Purple #7C1168
Tints of Dark Purple #7C1168
RGB
CMYK
RGB Variations
Color information
#7C1168 (or 0x7C1168) is known color: Dark Purple. HEX triplet: 7C, 11 and 68. RGB value is (124,17,104). Sum of RGB (Red+Green+Blue) = 124+17+104=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1168 is #83EE97. Grayscale: #3A3A3A. Windows color (decimal): -8646296 or 6820220. OLE color: 6820220.
HSL color Cylindrical-coordinate representation of color #7C1168: hue angle of 311.21º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1168 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 104 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.51 |
| HSL | 311.22º | 0.76% | 0.28% | - |
| HSV(B) | 311.22º | 0.86% | 0.49% | - |
| XYZ | 11.01 | 5.69 | 13.61 | - |
| YUV | 58.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 104 | 0 | 0.86 | 0.16 | 0.51 | 311.22 | 0.76 | 0.28 |
| Hex | 7C | 11 | 68 | 0 | 56 | 10 | 33 | 137 | 4C | 1C |
| Octal | 174 | 21 | 150 | 0 | 126 | 20 | 63 | 467 | 114 | 34 |
| Binary | 1111100 | 10001 | 1101000 | 0 | 1010110 | 10000 | 110011 | 100110111 | 1001100 | 11100 |
Color Harmonies of #7C1168
Complementary color
Monochromatic Colors of #7C1168
Black with #7C1168
Text Example
Text Example
White with #7C1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1168; }
p { color: rgb(124,17,104); }
H1.HeaderClassName
{
color: #7C1168;
}
.AnyTagClassName
{
color: #7C1168;
}
</style>
background-color css
<style>
a { background-color: #7C1168; }
a { background-color: rgb(124,17,104); }
div.DivClassName
{
background-color: #7C1168;
}
.BgClassName
{
background-color: #7C1168;
}
</style>
border-color css
<style>
span { border-color: #7C1168; }
span { border-color: rgb(124,17,104); }
td.TdClassName
{
border-color: #7C1168;
}
.TagClassName
{
border-color: #7C1168;
}
</style>