Shades of Dark Purple #7B106F
Tints of Dark Purple #7B106F
RGB
CMYK
RGB Variations
Color information
#7B106F (or 0x7B106F) is known color: Dark Purple. HEX triplet: 7B, 10 and 6F. RGB value is (123,16,111). Sum of RGB (Red+Green+Blue) = 123+16+111=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B106F is #84EF90. Grayscale: #3A3A3A. Windows color (decimal): -8712081 or 7278715. OLE color: 7278715.
HSL color Cylindrical-coordinate representation of color #7B106F: hue angle of 306.73º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B106F is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 111 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.52 |
| HSL | 306.73º | 0.77% | 0.27% | - |
| HSV(B) | 306.73º | 0.87% | 0.48% | - |
| XYZ | 11.22 | 5.73 | 15.55 | - |
| YUV | 58.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 111 | 0 | 0.87 | 0.10 | 0.52 | 306.73 | 0.77 | 0.27 |
| Hex | 7B | 10 | 6F | 0 | 57 | A | 34 | 133 | 4D | 1B |
| Octal | 173 | 20 | 157 | 0 | 127 | 12 | 64 | 463 | 115 | 33 |
| Binary | 1111011 | 10000 | 1101111 | 0 | 1010111 | 1010 | 110100 | 100110011 | 1001101 | 11011 |
Color Harmonies of #7B106F
Complementary color
Monochromatic Colors of #7B106F
Black with #7B106F
Text Example
Text Example
White with #7B106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B106F; }
p { color: rgb(123,16,111); }
H1.HeaderClassName
{
color: #7B106F;
}
.AnyTagClassName
{
color: #7B106F;
}
</style>
background-color css
<style>
a { background-color: #7B106F; }
a { background-color: rgb(123,16,111); }
div.DivClassName
{
background-color: #7B106F;
}
.BgClassName
{
background-color: #7B106F;
}
</style>
border-color css
<style>
span { border-color: #7B106F; }
span { border-color: rgb(123,16,111); }
td.TdClassName
{
border-color: #7B106F;
}
.TagClassName
{
border-color: #7B106F;
}
</style>