Shades of Dark Purple #7B116D
Tints of Dark Purple #7B116D
RGB
CMYK
RGB Variations
Color information
#7B116D (or 0x7B116D) is known color: Dark Purple. HEX triplet: 7B, 11 and 6D. RGB value is (123,17,109). Sum of RGB (Red+Green+Blue) = 123+17+109=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B116D is #84EE92. Grayscale: #3A3A3A. Windows color (decimal): -8711827 or 7147899. OLE color: 7147899.
HSL color Cylindrical-coordinate representation of color #7B116D: hue angle of 307.92º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B116D is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 109 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.52 |
| HSL | 307.92º | 0.76% | 0.27% | - |
| HSV(B) | 307.92º | 0.86% | 0.48% | - |
| XYZ | 11.13 | 5.72 | 14.98 | - |
| YUV | 59.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 109 | 0 | 0.86 | 0.11 | 0.52 | 307.92 | 0.76 | 0.27 |
| Hex | 7B | 11 | 6D | 0 | 56 | B | 34 | 134 | 4C | 1B |
| Octal | 173 | 21 | 155 | 0 | 126 | 13 | 64 | 464 | 114 | 33 |
| Binary | 1111011 | 10001 | 1101101 | 0 | 1010110 | 1011 | 110100 | 100110100 | 1001100 | 11011 |
Color Harmonies of #7B116D
Complementary color
Monochromatic Colors of #7B116D
Black with #7B116D
Text Example
Text Example
White with #7B116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B116D; }
p { color: rgb(123,17,109); }
H1.HeaderClassName
{
color: #7B116D;
}
.AnyTagClassName
{
color: #7B116D;
}
</style>
background-color css
<style>
a { background-color: #7B116D; }
a { background-color: rgb(123,17,109); }
div.DivClassName
{
background-color: #7B116D;
}
.BgClassName
{
background-color: #7B116D;
}
</style>
border-color css
<style>
span { border-color: #7B116D; }
span { border-color: rgb(123,17,109); }
td.TdClassName
{
border-color: #7B116D;
}
.TagClassName
{
border-color: #7B116D;
}
</style>