Shades of Purple #7B0B76
Tints of Purple #7B0B76
RGB
CMYK
RGB Variations
Color information
#7B0B76 (or 0x7B0B76) is known color: Purple. HEX triplet: 7B, 0B and 76. RGB value is (123,11,118). Sum of RGB (Red+Green+Blue) = 123+11+118=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0B76 is #84F489. Grayscale: #383838. Windows color (decimal): -8713354 or 7736187. OLE color: 7736187.
HSL color Cylindrical-coordinate representation of color #7B0B76: hue angle of 302.68º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B0B76 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 11 | 118 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.52 |
| HSL | 302.68º | 0.84% | 0.26% | - |
| HSV(B) | 302.68º | 0.91% | 0.48% | - |
| XYZ | 11.56 | 5.76 | 17.64 | - |
| YUV | 56.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 11 | 118 | 0 | 0.91 | 0.04 | 0.52 | 302.68 | 0.84 | 0.26 |
| Hex | 7B | B | 76 | 0 | 5B | 4 | 34 | 12F | 54 | 1A |
| Octal | 173 | 13 | 166 | 0 | 133 | 4 | 64 | 457 | 124 | 32 |
| Binary | 1111011 | 1011 | 1110110 | 0 | 1011011 | 100 | 110100 | 100101111 | 1010100 | 11010 |
Color Harmonies of #7B0B76
Complementary color
Monochromatic Colors of #7B0B76
Black with #7B0B76
Text Example
Text Example
White with #7B0B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0B76; }
p { color: rgb(123,11,118); }
H1.HeaderClassName
{
color: #7B0B76;
}
.AnyTagClassName
{
color: #7B0B76;
}
</style>
background-color css
<style>
a { background-color: #7B0B76; }
a { background-color: rgb(123,11,118); }
div.DivClassName
{
background-color: #7B0B76;
}
.BgClassName
{
background-color: #7B0B76;
}
</style>
border-color css
<style>
span { border-color: #7B0B76; }
span { border-color: rgb(123,11,118); }
td.TdClassName
{
border-color: #7B0B76;
}
.TagClassName
{
border-color: #7B0B76;
}
</style>