Shades of Dark Purple #7C196C
Tints of Dark Purple #7C196C
RGB
CMYK
RGB Variations
Color information
#7C196C (or 0x7C196C) is known color: Dark Purple. HEX triplet: 7C, 19 and 6C. RGB value is (124,25,108). Sum of RGB (Red+Green+Blue) = 124+25+108=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C196C is #83E693. Grayscale: #3F3F3F. Windows color (decimal): -8644244 or 7084412. OLE color: 7084412.
HSL color Cylindrical-coordinate representation of color #7C196C: hue angle of 309.7º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C196C is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 108 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.51 |
| HSL | 309.7º | 0.66% | 0.29% | - |
| HSV(B) | 309.7º | 0.8% | 0.49% | - |
| XYZ | 11.37 | 6.06 | 14.76 | - |
| YUV | 64.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 108 | 0 | 0.80 | 0.13 | 0.51 | 309.7 | 0.66 | 0.29 |
| Hex | 7C | 19 | 6C | 0 | 50 | D | 33 | 136 | 42 | 1D |
| Octal | 174 | 31 | 154 | 0 | 120 | 15 | 63 | 466 | 102 | 35 |
| Binary | 1111100 | 11001 | 1101100 | 0 | 1010000 | 1101 | 110011 | 100110110 | 1000010 | 11101 |
Color Harmonies of #7C196C
Complementary color
Monochromatic Colors of #7C196C
Black with #7C196C
Text Example
Text Example
White with #7C196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C196C; }
p { color: rgb(124,25,108); }
H1.HeaderClassName
{
color: #7C196C;
}
.AnyTagClassName
{
color: #7C196C;
}
</style>
background-color css
<style>
a { background-color: #7C196C; }
a { background-color: rgb(124,25,108); }
div.DivClassName
{
background-color: #7C196C;
}
.BgClassName
{
background-color: #7C196C;
}
</style>
border-color css
<style>
span { border-color: #7C196C; }
span { border-color: rgb(124,25,108); }
td.TdClassName
{
border-color: #7C196C;
}
.TagClassName
{
border-color: #7C196C;
}
</style>