Shades of Purple #7B118E
Tints of Purple #7B118E
RGB
CMYK
RGB Variations
Color information
#7B118E (or 0x7B118E) is known color: Purple. HEX triplet: 7B, 11 and 8E. RGB value is (123,17,142). Sum of RGB (Red+Green+Blue) = 123+17+142=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B118E is #84EE71. Grayscale: #3E3E3E. Windows color (decimal): -8711794 or 9310587. OLE color: 9310587.
HSL color Cylindrical-coordinate representation of color #7B118E: hue angle of 290.88º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B118E is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 17 | 142 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.44 |
| HSL | 290.88º | 0.79% | 0.31% | - |
| HSV(B) | 290.88º | 0.88% | 0.56% | - |
| XYZ | 13.25 | 6.56 | 26.16 | - |
| YUV | 62.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 142 | 0.13 | 0.88 | 0 | 0.44 | 290.88 | 0.79 | 0.31 |
| Hex | 7B | 11 | 8E | D | 58 | 0 | 2C | 123 | 4F | 1F |
| Octal | 173 | 21 | 216 | 15 | 130 | 0 | 54 | 443 | 117 | 37 |
| Binary | 1111011 | 10001 | 10001110 | 1101 | 1011000 | 0 | 101100 | 100100011 | 1001111 | 11111 |
Color Harmonies of #7B118E
Complementary color
Monochromatic Colors of #7B118E
Black with #7B118E
Text Example
Text Example
White with #7B118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B118E; }
p { color: rgb(123,17,142); }
H1.HeaderClassName
{
color: #7B118E;
}
.AnyTagClassName
{
color: #7B118E;
}
</style>
background-color css
<style>
a { background-color: #7B118E; }
a { background-color: rgb(123,17,142); }
div.DivClassName
{
background-color: #7B118E;
}
.BgClassName
{
background-color: #7B118E;
}
</style>
border-color css
<style>
span { border-color: #7B118E; }
span { border-color: rgb(123,17,142); }
td.TdClassName
{
border-color: #7B118E;
}
.TagClassName
{
border-color: #7B118E;
}
</style>