Shades of Purple #7B1177
Tints of Purple #7B1177
RGB
CMYK
RGB Variations
Color information
#7B1177 (or 0x7B1177) is known color: Purple. HEX triplet: 7B, 11 and 77. RGB value is (123,17,119). Sum of RGB (Red+Green+Blue) = 123+17+119=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1177 is #84EE88. Grayscale: #3C3C3C. Windows color (decimal): -8711817 or 7803259. OLE color: 7803259.
HSL color Cylindrical-coordinate representation of color #7B1177: hue angle of 302.26º 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 #7B1177 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 119 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.52 |
| HSL | 302.26º | 0.76% | 0.27% | - |
| HSV(B) | 302.26º | 0.86% | 0.48% | - |
| XYZ | 11.7 | 5.94 | 17.98 | - |
| YUV | 60.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 119 | 0 | 0.86 | 0.03 | 0.52 | 302.26 | 0.76 | 0.27 |
| Hex | 7B | 11 | 77 | 0 | 56 | 3 | 34 | 12E | 4C | 1B |
| Octal | 173 | 21 | 167 | 0 | 126 | 3 | 64 | 456 | 114 | 33 |
| Binary | 1111011 | 10001 | 1110111 | 0 | 1010110 | 11 | 110100 | 100101110 | 1001100 | 11011 |
Color Harmonies of #7B1177
Complementary color
Monochromatic Colors of #7B1177
Black with #7B1177
Text Example
Text Example
White with #7B1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1177; }
p { color: rgb(123,17,119); }
H1.HeaderClassName
{
color: #7B1177;
}
.AnyTagClassName
{
color: #7B1177;
}
</style>
background-color css
<style>
a { background-color: #7B1177; }
a { background-color: rgb(123,17,119); }
div.DivClassName
{
background-color: #7B1177;
}
.BgClassName
{
background-color: #7B1177;
}
</style>
border-color css
<style>
span { border-color: #7B1177; }
span { border-color: rgb(123,17,119); }
td.TdClassName
{
border-color: #7B1177;
}
.TagClassName
{
border-color: #7B1177;
}
</style>