Shades of Purple #7B076A
Tints of Purple #7B076A
RGB
CMYK
RGB Variations
Color information
#7B076A (or 0x7B076A) is known color: Purple. HEX triplet: 7B, 07 and 6A. RGB value is (123,7,106). Sum of RGB (Red+Green+Blue) = 123+7+106=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B076A is #84F895. Grayscale: #343434. Windows color (decimal): -8714390 or 6948731. OLE color: 6948731.
HSL color Cylindrical-coordinate representation of color #7B076A: hue angle of 308.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B076A is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 106 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.52 |
| HSL | 308.79º | 0.89% | 0.25% | - |
| HSV(B) | 308.79º | 0.94% | 0.48% | - |
| XYZ | 10.85 | 5.4 | 14.11 | - |
| YUV | 52.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 106 | 0 | 0.94 | 0.14 | 0.52 | 308.79 | 0.89 | 0.25 |
| Hex | 7B | 7 | 6A | 0 | 5E | E | 34 | 135 | 59 | 19 |
| Octal | 173 | 7 | 152 | 0 | 136 | 16 | 64 | 465 | 131 | 31 |
| Binary | 1111011 | 111 | 1101010 | 0 | 1011110 | 1110 | 110100 | 100110101 | 1011001 | 11001 |
Color Harmonies of #7B076A
Complementary color
Monochromatic Colors of #7B076A
Black with #7B076A
Text Example
Text Example
White with #7B076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B076A; }
p { color: rgb(123,7,106); }
H1.HeaderClassName
{
color: #7B076A;
}
.AnyTagClassName
{
color: #7B076A;
}
</style>
background-color css
<style>
a { background-color: #7B076A; }
a { background-color: rgb(123,7,106); }
div.DivClassName
{
background-color: #7B076A;
}
.BgClassName
{
background-color: #7B076A;
}
</style>
border-color css
<style>
span { border-color: #7B076A; }
span { border-color: rgb(123,7,106); }
td.TdClassName
{
border-color: #7B076A;
}
.TagClassName
{
border-color: #7B076A;
}
</style>