Shades of Purple #7B1179
Tints of Purple #7B1179
RGB
CMYK
RGB Variations
Color information
#7B1179 (or 0x7B1179) is known color: Purple. HEX triplet: 7B, 11 and 79. RGB value is (123,17,121). Sum of RGB (Red+Green+Blue) = 123+17+121=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1179 is #84EE86. Grayscale: #3C3C3C. Windows color (decimal): -8711815 or 7934331. OLE color: 7934331.
HSL color Cylindrical-coordinate representation of color #7B1179: hue angle of 301.13º 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 #7B1179 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 121 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.52 |
| HSL | 301.13º | 0.76% | 0.27% | - |
| HSV(B) | 301.13º | 0.86% | 0.48% | - |
| XYZ | 11.82 | 5.99 | 18.62 | - |
| YUV | 60.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 121 | 0 | 0.86 | 0.02 | 0.52 | 301.13 | 0.76 | 0.27 |
| Hex | 7B | 11 | 79 | 0 | 56 | 2 | 34 | 12D | 4C | 1B |
| Octal | 173 | 21 | 171 | 0 | 126 | 2 | 64 | 455 | 114 | 33 |
| Binary | 1111011 | 10001 | 1111001 | 0 | 1010110 | 10 | 110100 | 100101101 | 1001100 | 11011 |
Color Harmonies of #7B1179
Complementary color
Monochromatic Colors of #7B1179
Black with #7B1179
Text Example
Text Example
White with #7B1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1179; }
p { color: rgb(123,17,121); }
H1.HeaderClassName
{
color: #7B1179;
}
.AnyTagClassName
{
color: #7B1179;
}
</style>
background-color css
<style>
a { background-color: #7B1179; }
a { background-color: rgb(123,17,121); }
div.DivClassName
{
background-color: #7B1179;
}
.BgClassName
{
background-color: #7B1179;
}
</style>
border-color css
<style>
span { border-color: #7B1179; }
span { border-color: rgb(123,17,121); }
td.TdClassName
{
border-color: #7B1179;
}
.TagClassName
{
border-color: #7B1179;
}
</style>