Shades of Purple #7B1189
Tints of Purple #7B1189
RGB
CMYK
RGB Variations
Color information
#7B1189 (or 0x7B1189) is known color: Purple. HEX triplet: 7B, 11 and 89. RGB value is (123,17,137). Sum of RGB (Red+Green+Blue) = 123+17+137=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B1189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1189 is #84EE76. Grayscale: #3E3E3E. Windows color (decimal): -8711799 or 8982907. OLE color: 8982907.
HSL color Cylindrical-coordinate representation of color #7B1189: hue angle of 293º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1189 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 17 | 137 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.46 |
| HSL | 293º | 0.78% | 0.3% | - |
| HSV(B) | 293º | 0.88% | 0.54% | - |
| XYZ | 12.88 | 6.42 | 24.23 | - |
| YUV | 62.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 137 | 0.10 | 0.88 | 0 | 0.46 | 293 | 0.78 | 0.3 |
| Hex | 7B | 11 | 89 | A | 58 | 0 | 2E | 125 | 4E | 1E |
| Octal | 173 | 21 | 211 | 12 | 130 | 0 | 56 | 445 | 116 | 36 |
| Binary | 1111011 | 10001 | 10001001 | 1010 | 1011000 | 0 | 101110 | 100100101 | 1001110 | 11110 |
Color Harmonies of #7B1189
Complementary color
Monochromatic Colors of #7B1189
Black with #7B1189
Text Example
Text Example
White with #7B1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1189; }
p { color: rgb(123,17,137); }
H1.HeaderClassName
{
color: #7B1189;
}
.AnyTagClassName
{
color: #7B1189;
}
</style>
background-color css
<style>
a { background-color: #7B1189; }
a { background-color: rgb(123,17,137); }
div.DivClassName
{
background-color: #7B1189;
}
.BgClassName
{
background-color: #7B1189;
}
</style>
border-color css
<style>
span { border-color: #7B1189; }
span { border-color: rgb(123,17,137); }
td.TdClassName
{
border-color: #7B1189;
}
.TagClassName
{
border-color: #7B1189;
}
</style>