Shades of Dark Purple #7C166E
Tints of Dark Purple #7C166E
RGB
CMYK
RGB Variations
Color information
#7C166E (or 0x7C166E) is known color: Dark Purple. HEX triplet: 7C, 16 and 6E. RGB value is (124,22,110). Sum of RGB (Red+Green+Blue) = 124+22+110=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C166E is #83E991. Grayscale: #3E3E3E. Windows color (decimal): -8645010 or 7214716. OLE color: 7214716.
HSL color Cylindrical-coordinate representation of color #7C166E: hue angle of 308.24º 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 #7C166E is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 22 | 110 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.51 |
| HSL | 308.24º | 0.7% | 0.29% | - |
| HSV(B) | 308.24º | 0.82% | 0.49% | - |
| XYZ | 11.41 | 5.98 | 15.31 | - |
| YUV | 62.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 22 | 110 | 0 | 0.82 | 0.11 | 0.51 | 308.24 | 0.7 | 0.29 |
| Hex | 7C | 16 | 6E | 0 | 52 | B | 33 | 134 | 46 | 1D |
| Octal | 174 | 26 | 156 | 0 | 122 | 13 | 63 | 464 | 106 | 35 |
| Binary | 1111100 | 10110 | 1101110 | 0 | 1010010 | 1011 | 110011 | 100110100 | 1000110 | 11101 |
Color Harmonies of #7C166E
Complementary color
Monochromatic Colors of #7C166E
Black with #7C166E
Text Example
Text Example
White with #7C166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C166E; }
p { color: rgb(124,22,110); }
H1.HeaderClassName
{
color: #7C166E;
}
.AnyTagClassName
{
color: #7C166E;
}
</style>
background-color css
<style>
a { background-color: #7C166E; }
a { background-color: rgb(124,22,110); }
div.DivClassName
{
background-color: #7C166E;
}
.BgClassName
{
background-color: #7C166E;
}
</style>
border-color css
<style>
span { border-color: #7C166E; }
span { border-color: rgb(124,22,110); }
td.TdClassName
{
border-color: #7C166E;
}
.TagClassName
{
border-color: #7C166E;
}
</style>