Shades of Dark Purple #7B1166
Tints of Dark Purple #7B1166
RGB
CMYK
RGB Variations
Color information
#7B1166 (or 0x7B1166) is known color: Dark Purple. HEX triplet: 7B, 11 and 66. RGB value is (123,17,102). Sum of RGB (Red+Green+Blue) = 123+17+102=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1166 is #84EE99. Grayscale: #3A3A3A. Windows color (decimal): -8711834 or 6689147. OLE color: 6689147.
HSL color Cylindrical-coordinate representation of color #7B1166: hue angle of 311.89º 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 #7B1166 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 102 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.52 |
| HSL | 311.89º | 0.76% | 0.27% | - |
| HSV(B) | 311.89º | 0.86% | 0.48% | - |
| XYZ | 10.77 | 5.57 | 13.08 | - |
| YUV | 58.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 102 | 0 | 0.86 | 0.17 | 0.52 | 311.89 | 0.76 | 0.27 |
| Hex | 7B | 11 | 66 | 0 | 56 | 11 | 34 | 138 | 4C | 1B |
| Octal | 173 | 21 | 146 | 0 | 126 | 21 | 64 | 470 | 114 | 33 |
| Binary | 1111011 | 10001 | 1100110 | 0 | 1010110 | 10001 | 110100 | 100111000 | 1001100 | 11011 |
Color Harmonies of #7B1166
Complementary color
Monochromatic Colors of #7B1166
Black with #7B1166
Text Example
Text Example
White with #7B1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1166; }
p { color: rgb(123,17,102); }
H1.HeaderClassName
{
color: #7B1166;
}
.AnyTagClassName
{
color: #7B1166;
}
</style>
background-color css
<style>
a { background-color: #7B1166; }
a { background-color: rgb(123,17,102); }
div.DivClassName
{
background-color: #7B1166;
}
.BgClassName
{
background-color: #7B1166;
}
</style>
border-color css
<style>
span { border-color: #7B1166; }
span { border-color: rgb(123,17,102); }
td.TdClassName
{
border-color: #7B1166;
}
.TagClassName
{
border-color: #7B1166;
}
</style>