Shades of Purple #7B117A
Tints of Purple #7B117A
RGB
CMYK
RGB Variations
Color information
#7B117A (or 0x7B117A) is known color: Purple. HEX triplet: 7B, 11 and 7A. RGB value is (123,17,122). Sum of RGB (Red+Green+Blue) = 123+17+122=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B117A is #84EE85. Grayscale: #3C3C3C. Windows color (decimal): -8711814 or 7999867. OLE color: 7999867.
HSL color Cylindrical-coordinate representation of color #7B117A: hue angle of 300.57º 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 #7B117A is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 17 | 122 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.52 |
| HSL | 300.57º | 0.76% | 0.27% | - |
| HSV(B) | 300.57º | 0.86% | 0.48% | - |
| XYZ | 11.88 | 6.02 | 18.95 | - |
| YUV | 60.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 17 | 122 | 0 | 0.86 | 0.01 | 0.52 | 300.57 | 0.76 | 0.27 |
| Hex | 7B | 11 | 7A | 0 | 56 | 1 | 34 | 12D | 4C | 1B |
| Octal | 173 | 21 | 172 | 0 | 126 | 1 | 64 | 455 | 114 | 33 |
| Binary | 1111011 | 10001 | 1111010 | 0 | 1010110 | 1 | 110100 | 100101101 | 1001100 | 11011 |
Color Harmonies of #7B117A
Complementary color
Monochromatic Colors of #7B117A
Black with #7B117A
Text Example
Text Example
White with #7B117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B117A; }
p { color: rgb(123,17,122); }
H1.HeaderClassName
{
color: #7B117A;
}
.AnyTagClassName
{
color: #7B117A;
}
</style>
background-color css
<style>
a { background-color: #7B117A; }
a { background-color: rgb(123,17,122); }
div.DivClassName
{
background-color: #7B117A;
}
.BgClassName
{
background-color: #7B117A;
}
</style>
border-color css
<style>
span { border-color: #7B117A; }
span { border-color: rgb(123,17,122); }
td.TdClassName
{
border-color: #7B117A;
}
.TagClassName
{
border-color: #7B117A;
}
</style>