Shades of Dark Purple #7C1063
Tints of Dark Purple #7C1063
RGB
CMYK
RGB Variations
Color information
#7C1063 (or 0x7C1063) is known color: Dark Purple. HEX triplet: 7C, 10 and 63. RGB value is (124,16,99). Sum of RGB (Red+Green+Blue) = 124+16+99=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1063 is #83EF9C. Grayscale: #393939. Windows color (decimal): -8646557 or 6492284. OLE color: 6492284.
HSL color Cylindrical-coordinate representation of color #7C1063: hue angle of 313.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 #7C1063 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 16 | 99 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.51 |
| HSL | 313.89º | 0.77% | 0.27% | - |
| HSV(B) | 313.89º | 0.87% | 0.49% | - |
| XYZ | 10.75 | 5.56 | 12.31 | - |
| YUV | 57.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 99 | 0 | 0.87 | 0.20 | 0.51 | 313.89 | 0.77 | 0.27 |
| Hex | 7C | 10 | 63 | 0 | 57 | 14 | 33 | 13A | 4D | 1B |
| Octal | 174 | 20 | 143 | 0 | 127 | 24 | 63 | 472 | 115 | 33 |
| Binary | 1111100 | 10000 | 1100011 | 0 | 1010111 | 10100 | 110011 | 100111010 | 1001101 | 11011 |
Color Harmonies of #7C1063
Complementary color
Monochromatic Colors of #7C1063
Black with #7C1063
Text Example
Text Example
White with #7C1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1063; }
p { color: rgb(124,16,99); }
H1.HeaderClassName
{
color: #7C1063;
}
.AnyTagClassName
{
color: #7C1063;
}
</style>
background-color css
<style>
a { background-color: #7C1063; }
a { background-color: rgb(124,16,99); }
div.DivClassName
{
background-color: #7C1063;
}
.BgClassName
{
background-color: #7C1063;
}
</style>
border-color css
<style>
span { border-color: #7C1063; }
span { border-color: rgb(124,16,99); }
td.TdClassName
{
border-color: #7C1063;
}
.TagClassName
{
border-color: #7C1063;
}
</style>