Shades of Purple #7B076C
Tints of Purple #7B076C
RGB
CMYK
RGB Variations
Color information
#7B076C (or 0x7B076C) is known color: Purple. HEX triplet: 7B, 07 and 6C. RGB value is (123,7,108). Sum of RGB (Red+Green+Blue) = 123+7+108=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B076C is #84F893. Grayscale: #343434. Windows color (decimal): -8714388 or 7079803. OLE color: 7079803.
HSL color Cylindrical-coordinate representation of color #7B076C: hue angle of 307.76º 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 #7B076C is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.52 |
| HSL | 307.76º | 0.89% | 0.25% | - |
| HSV(B) | 307.76º | 0.94% | 0.48% | - |
| XYZ | 10.95 | 5.45 | 14.66 | - |
| YUV | 53.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 108 | 0 | 0.94 | 0.12 | 0.52 | 307.76 | 0.89 | 0.25 |
| Hex | 7B | 7 | 6C | 0 | 5E | C | 34 | 134 | 59 | 19 |
| Octal | 173 | 7 | 154 | 0 | 136 | 14 | 64 | 464 | 131 | 31 |
| Binary | 1111011 | 111 | 1101100 | 0 | 1011110 | 1100 | 110100 | 100110100 | 1011001 | 11001 |
Color Harmonies of #7B076C
Complementary color
Monochromatic Colors of #7B076C
Black with #7B076C
Text Example
Text Example
White with #7B076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B076C; }
p { color: rgb(123,7,108); }
H1.HeaderClassName
{
color: #7B076C;
}
.AnyTagClassName
{
color: #7B076C;
}
</style>
background-color css
<style>
a { background-color: #7B076C; }
a { background-color: rgb(123,7,108); }
div.DivClassName
{
background-color: #7B076C;
}
.BgClassName
{
background-color: #7B076C;
}
</style>
border-color css
<style>
span { border-color: #7B076C; }
span { border-color: rgb(123,7,108); }
td.TdClassName
{
border-color: #7B076C;
}
.TagClassName
{
border-color: #7B076C;
}
</style>