Shades of Dark Purple #7B196C
Tints of Dark Purple #7B196C
RGB
CMYK
RGB Variations
Color information
#7B196C (or 0x7B196C) is known color: Dark Purple. HEX triplet: 7B, 19 and 6C. RGB value is (123,25,108). Sum of RGB (Red+Green+Blue) = 123+25+108=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B196C is #84E693. Grayscale: #3F3F3F. Windows color (decimal): -8709780 or 7084411. OLE color: 7084411.
HSL color Cylindrical-coordinate representation of color #7B196C: hue angle of 309.18º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B196C is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 108 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.52 |
| HSL | 309.18º | 0.66% | 0.29% | - |
| HSV(B) | 309.18º | 0.8% | 0.48% | - |
| XYZ | 11.22 | 5.99 | 14.75 | - |
| YUV | 63.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 108 | 0 | 0.80 | 0.12 | 0.52 | 309.18 | 0.66 | 0.29 |
| Hex | 7B | 19 | 6C | 0 | 50 | C | 34 | 135 | 42 | 1D |
| Octal | 173 | 31 | 154 | 0 | 120 | 14 | 64 | 465 | 102 | 35 |
| Binary | 1111011 | 11001 | 1101100 | 0 | 1010000 | 1100 | 110100 | 100110101 | 1000010 | 11101 |
Color Harmonies of #7B196C
Complementary color
Monochromatic Colors of #7B196C
Black with #7B196C
Text Example
Text Example
White with #7B196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B196C; }
p { color: rgb(123,25,108); }
H1.HeaderClassName
{
color: #7B196C;
}
.AnyTagClassName
{
color: #7B196C;
}
</style>
background-color css
<style>
a { background-color: #7B196C; }
a { background-color: rgb(123,25,108); }
div.DivClassName
{
background-color: #7B196C;
}
.BgClassName
{
background-color: #7B196C;
}
</style>
border-color css
<style>
span { border-color: #7B196C; }
span { border-color: rgb(123,25,108); }
td.TdClassName
{
border-color: #7B196C;
}
.TagClassName
{
border-color: #7B196C;
}
</style>