Shades of Dark Purple #7C106E
Tints of Dark Purple #7C106E
RGB
CMYK
RGB Variations
Color information
#7C106E (or 0x7C106E) is known color: Dark Purple. HEX triplet: 7C, 10 and 6E. RGB value is (124,16,110). Sum of RGB (Red+Green+Blue) = 124+16+110=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C106E is #83EF91. Grayscale: #3A3A3A. Windows color (decimal): -8646546 or 7213180. OLE color: 7213180.
HSL color Cylindrical-coordinate representation of color #7C106E: hue angle of 307.78º 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 #7C106E is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 110 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.51 |
| HSL | 307.78º | 0.77% | 0.27% | - |
| HSV(B) | 307.78º | 0.87% | 0.49% | - |
| XYZ | 11.31 | 5.78 | 15.27 | - |
| YUV | 59.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 110 | 0 | 0.87 | 0.11 | 0.51 | 307.78 | 0.77 | 0.27 |
| Hex | 7C | 10 | 6E | 0 | 57 | B | 33 | 134 | 4D | 1B |
| Octal | 174 | 20 | 156 | 0 | 127 | 13 | 63 | 464 | 115 | 33 |
| Binary | 1111100 | 10000 | 1101110 | 0 | 1010111 | 1011 | 110011 | 100110100 | 1001101 | 11011 |
Color Harmonies of #7C106E
Complementary color
Monochromatic Colors of #7C106E
Black with #7C106E
Text Example
Text Example
White with #7C106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C106E; }
p { color: rgb(124,16,110); }
H1.HeaderClassName
{
color: #7C106E;
}
.AnyTagClassName
{
color: #7C106E;
}
</style>
background-color css
<style>
a { background-color: #7C106E; }
a { background-color: rgb(124,16,110); }
div.DivClassName
{
background-color: #7C106E;
}
.BgClassName
{
background-color: #7C106E;
}
</style>
border-color css
<style>
span { border-color: #7C106E; }
span { border-color: rgb(124,16,110); }
td.TdClassName
{
border-color: #7C106E;
}
.TagClassName
{
border-color: #7C106E;
}
</style>