Shades of Purple #7B096E
Tints of Purple #7B096E
RGB
CMYK
RGB Variations
Color information
#7B096E (or 0x7B096E) is known color: Purple. HEX triplet: 7B, 09 and 6E. RGB value is (123,9,110). Sum of RGB (Red+Green+Blue) = 123+9+110=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B096E is #84F691. Grayscale: #363636. Windows color (decimal): -8713874 or 7211387. OLE color: 7211387.
HSL color Cylindrical-coordinate representation of color #7B096E: hue angle of 306.84º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B096E is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 9 | 110 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.52 |
| HSL | 306.84º | 0.86% | 0.26% | - |
| HSV(B) | 306.84º | 0.93% | 0.48% | - |
| XYZ | 11.08 | 5.53 | 15.24 | - |
| YUV | 54.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 9 | 110 | 0 | 0.93 | 0.11 | 0.52 | 306.84 | 0.86 | 0.26 |
| Hex | 7B | 9 | 6E | 0 | 5D | B | 34 | 133 | 56 | 1A |
| Octal | 173 | 11 | 156 | 0 | 135 | 13 | 64 | 463 | 126 | 32 |
| Binary | 1111011 | 1001 | 1101110 | 0 | 1011101 | 1011 | 110100 | 100110011 | 1010110 | 11010 |
Color Harmonies of #7B096E
Complementary color
Monochromatic Colors of #7B096E
Black with #7B096E
Text Example
Text Example
White with #7B096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B096E; }
p { color: rgb(123,9,110); }
H1.HeaderClassName
{
color: #7B096E;
}
.AnyTagClassName
{
color: #7B096E;
}
</style>
background-color css
<style>
a { background-color: #7B096E; }
a { background-color: rgb(123,9,110); }
div.DivClassName
{
background-color: #7B096E;
}
.BgClassName
{
background-color: #7B096E;
}
</style>
border-color css
<style>
span { border-color: #7B096E; }
span { border-color: rgb(123,9,110); }
td.TdClassName
{
border-color: #7B096E;
}
.TagClassName
{
border-color: #7B096E;
}
</style>