Shades of Dark Purple #7B166B
Tints of Dark Purple #7B166B
RGB
CMYK
RGB Variations
Color information
#7B166B (or 0x7B166B) is known color: Dark Purple. HEX triplet: 7B, 16 and 6B. RGB value is (123,22,107). Sum of RGB (Red+Green+Blue) = 123+22+107=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B166B is #84E994. Grayscale: #3D3D3D. Windows color (decimal): -8710549 or 7018107. OLE color: 7018107.
HSL color Cylindrical-coordinate representation of color #7B166B: hue angle of 309.5º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B166B is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 107 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.52 |
| HSL | 309.5º | 0.7% | 0.28% | - |
| HSV(B) | 309.5º | 0.82% | 0.48% | - |
| XYZ | 11.11 | 5.85 | 14.45 | - |
| YUV | 61.89 | 153.46 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 107 | 0 | 0.82 | 0.13 | 0.52 | 309.5 | 0.7 | 0.28 |
| Hex | 7B | 16 | 6B | 0 | 52 | D | 34 | 136 | 46 | 1C |
| Octal | 173 | 26 | 153 | 0 | 122 | 15 | 64 | 466 | 106 | 34 |
| Binary | 1111011 | 10110 | 1101011 | 0 | 1010010 | 1101 | 110100 | 100110110 | 1000110 | 11100 |
Color Harmonies of #7B166B
Complementary color
Monochromatic Colors of #7B166B
Black with #7B166B
Text Example
Text Example
White with #7B166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B166B; }
p { color: rgb(123,22,107); }
H1.HeaderClassName
{
color: #7B166B;
}
.AnyTagClassName
{
color: #7B166B;
}
</style>
background-color css
<style>
a { background-color: #7B166B; }
a { background-color: rgb(123,22,107); }
div.DivClassName
{
background-color: #7B166B;
}
.BgClassName
{
background-color: #7B166B;
}
</style>
border-color css
<style>
span { border-color: #7B166B; }
span { border-color: rgb(123,22,107); }
td.TdClassName
{
border-color: #7B166B;
}
.TagClassName
{
border-color: #7B166B;
}
</style>