Shades of Dark Purple #7C166D
Tints of Dark Purple #7C166D
RGB
CMYK
RGB Variations
Color information
#7C166D (or 0x7C166D) is known color: Dark Purple. HEX triplet: 7C, 16 and 6D. RGB value is (124,22,109). Sum of RGB (Red+Green+Blue) = 124+22+109=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C166D is #83E992. Grayscale: #3E3E3E. Windows color (decimal): -8645011 or 7149180. OLE color: 7149180.
HSL color Cylindrical-coordinate representation of color #7C166D: hue angle of 308.82º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C166D is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 109 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.51 |
| HSL | 308.82º | 0.7% | 0.29% | - |
| HSV(B) | 308.82º | 0.82% | 0.49% | - |
| XYZ | 11.36 | 5.96 | 15.02 | - |
| YUV | 62.42 | 154.29 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 109 | 0 | 0.82 | 0.12 | 0.51 | 308.82 | 0.7 | 0.29 |
| Hex | 7C | 16 | 6D | 0 | 52 | C | 33 | 135 | 46 | 1D |
| Octal | 174 | 26 | 155 | 0 | 122 | 14 | 63 | 465 | 106 | 35 |
| Binary | 1111100 | 10110 | 1101101 | 0 | 1010010 | 1100 | 110011 | 100110101 | 1000110 | 11101 |
Color Harmonies of #7C166D
Complementary color
Monochromatic Colors of #7C166D
Black with #7C166D
Text Example
Text Example
White with #7C166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C166D; }
p { color: rgb(124,22,109); }
H1.HeaderClassName
{
color: #7C166D;
}
.AnyTagClassName
{
color: #7C166D;
}
</style>
background-color css
<style>
a { background-color: #7C166D; }
a { background-color: rgb(124,22,109); }
div.DivClassName
{
background-color: #7C166D;
}
.BgClassName
{
background-color: #7C166D;
}
</style>
border-color css
<style>
span { border-color: #7C166D; }
span { border-color: rgb(124,22,109); }
td.TdClassName
{
border-color: #7C166D;
}
.TagClassName
{
border-color: #7C166D;
}
</style>