Shades of Dark Purple #7C196B
Tints of Dark Purple #7C196B
RGB
CMYK
RGB Variations
Color information
#7C196B (or 0x7C196B) is known color: Dark Purple. HEX triplet: 7C, 19 and 6B. RGB value is (124,25,107). Sum of RGB (Red+Green+Blue) = 124+25+107=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C196B is #83E694. Grayscale: #3F3F3F. Windows color (decimal): -8644245 or 7018876. OLE color: 7018876.
HSL color Cylindrical-coordinate representation of color #7C196B: hue angle of 310.3º 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 #7C196B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 25 | 107 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.51 |
| HSL | 310.3º | 0.66% | 0.29% | - |
| HSV(B) | 310.3º | 0.8% | 0.49% | - |
| XYZ | 11.31 | 6.04 | 14.48 | - |
| YUV | 63.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 25 | 107 | 0 | 0.80 | 0.14 | 0.51 | 310.3 | 0.66 | 0.29 |
| Hex | 7C | 19 | 6B | 0 | 50 | E | 33 | 136 | 42 | 1D |
| Octal | 174 | 31 | 153 | 0 | 120 | 16 | 63 | 466 | 102 | 35 |
| Binary | 1111100 | 11001 | 1101011 | 0 | 1010000 | 1110 | 110011 | 100110110 | 1000010 | 11101 |
Color Harmonies of #7C196B
Complementary color
Monochromatic Colors of #7C196B
Black with #7C196B
Text Example
Text Example
White with #7C196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C196B; }
p { color: rgb(124,25,107); }
H1.HeaderClassName
{
color: #7C196B;
}
.AnyTagClassName
{
color: #7C196B;
}
</style>
background-color css
<style>
a { background-color: #7C196B; }
a { background-color: rgb(124,25,107); }
div.DivClassName
{
background-color: #7C196B;
}
.BgClassName
{
background-color: #7C196B;
}
</style>
border-color css
<style>
span { border-color: #7C196B; }
span { border-color: rgb(124,25,107); }
td.TdClassName
{
border-color: #7C196B;
}
.TagClassName
{
border-color: #7C196B;
}
</style>