Shades of Dark Purple #7C106C
Tints of Dark Purple #7C106C
RGB
CMYK
RGB Variations
Color information
#7C106C (or 0x7C106C) is known color: Dark Purple. HEX triplet: 7C, 10 and 6C. RGB value is (124,16,108). Sum of RGB (Red+Green+Blue) = 124+16+108=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C106C is #83EF93. Grayscale: #3A3A3A. Windows color (decimal): -8646548 or 7082108. OLE color: 7082108.
HSL color Cylindrical-coordinate representation of color #7C106C: hue angle of 308.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C106C is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 108 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.51 |
| HSL | 308.89º | 0.77% | 0.27% | - |
| HSV(B) | 308.89º | 0.87% | 0.49% | - |
| XYZ | 11.2 | 5.74 | 14.7 | - |
| YUV | 58.78 | 155.78 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 108 | 0 | 0.87 | 0.13 | 0.51 | 308.89 | 0.77 | 0.27 |
| Hex | 7C | 10 | 6C | 0 | 57 | D | 33 | 135 | 4D | 1B |
| Octal | 174 | 20 | 154 | 0 | 127 | 15 | 63 | 465 | 115 | 33 |
| Binary | 1111100 | 10000 | 1101100 | 0 | 1010111 | 1101 | 110011 | 100110101 | 1001101 | 11011 |
Color Harmonies of #7C106C
Complementary color
Monochromatic Colors of #7C106C
Black with #7C106C
Text Example
Text Example
White with #7C106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C106C; }
p { color: rgb(124,16,108); }
H1.HeaderClassName
{
color: #7C106C;
}
.AnyTagClassName
{
color: #7C106C;
}
</style>
background-color css
<style>
a { background-color: #7C106C; }
a { background-color: rgb(124,16,108); }
div.DivClassName
{
background-color: #7C106C;
}
.BgClassName
{
background-color: #7C106C;
}
</style>
border-color css
<style>
span { border-color: #7C106C; }
span { border-color: rgb(124,16,108); }
td.TdClassName
{
border-color: #7C106C;
}
.TagClassName
{
border-color: #7C106C;
}
</style>