Shades of Dark Purple #7B196B
Tints of Dark Purple #7B196B
RGB
CMYK
RGB Variations
Color information
#7B196B (or 0x7B196B) is known color: Dark Purple. HEX triplet: 7B, 19 and 6B. RGB value is (123,25,107). Sum of RGB (Red+Green+Blue) = 123+25+107=255 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.24% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 123 - color contains mainly: red. Hex color #7B196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B196B is #84E694. Grayscale: #3F3F3F. Windows color (decimal): -8709781 or 7018875. OLE color: 7018875.
HSL color Cylindrical-coordinate representation of color #7B196B: hue angle of 309.8º 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 #7B196B is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 107 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.52 |
| HSL | 309.8º | 0.66% | 0.29% | - |
| HSV(B) | 309.8º | 0.8% | 0.48% | - |
| XYZ | 11.17 | 5.97 | 14.47 | - |
| YUV | 63.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 107 | 0 | 0.80 | 0.13 | 0.52 | 309.8 | 0.66 | 0.29 |
| Hex | 7B | 19 | 6B | 0 | 50 | D | 34 | 136 | 42 | 1D |
| Octal | 173 | 31 | 153 | 0 | 120 | 15 | 64 | 466 | 102 | 35 |
| Binary | 1111011 | 11001 | 1101011 | 0 | 1010000 | 1101 | 110100 | 100110110 | 1000010 | 11101 |
Color Harmonies of #7B196B
Complementary color
Monochromatic Colors of #7B196B
Black with #7B196B
Text Example
Text Example
White with #7B196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B196B; }
p { color: rgb(123,25,107); }
H1.HeaderClassName
{
color: #7B196B;
}
.AnyTagClassName
{
color: #7B196B;
}
</style>
background-color css
<style>
a { background-color: #7B196B; }
a { background-color: rgb(123,25,107); }
div.DivClassName
{
background-color: #7B196B;
}
.BgClassName
{
background-color: #7B196B;
}
</style>
border-color css
<style>
span { border-color: #7B196B; }
span { border-color: rgb(123,25,107); }
td.TdClassName
{
border-color: #7B196B;
}
.TagClassName
{
border-color: #7B196B;
}
</style>