Shades of Purple #7B0176
Tints of Purple #7B0176
RGB
CMYK
RGB Variations
Color information
#7B0176 (or 0x7B0176) is known color: Purple. HEX triplet: 7B, 01 and 76. RGB value is (123,1,118). Sum of RGB (Red+Green+Blue) = 123+1+118=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0176 is #84FE89. Grayscale: #323232. Windows color (decimal): -8715914 or 7733627. OLE color: 7733627.
HSL color Cylindrical-coordinate representation of color #7B0176: hue angle of 302.46º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0176 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.52 |
| HSL | 302.46º | 0.98% | 0.24% | - |
| HSV(B) | 302.46º | 0.99% | 0.48% | - |
| XYZ | 11.45 | 5.54 | 17.61 | - |
| YUV | 50.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 118 | 0 | 0.99 | 0.04 | 0.52 | 302.46 | 0.98 | 0.24 |
| Hex | 7B | 1 | 76 | 0 | 63 | 4 | 34 | 12E | 62 | 18 |
| Octal | 173 | 1 | 166 | 0 | 143 | 4 | 64 | 456 | 142 | 30 |
| Binary | 1111011 | 1 | 1110110 | 0 | 1100011 | 100 | 110100 | 100101110 | 1100010 | 11000 |
Color Harmonies of #7B0176
Complementary color
Monochromatic Colors of #7B0176
Black with #7B0176
Text Example
Text Example
White with #7B0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0176; }
p { color: rgb(123,1,118); }
H1.HeaderClassName
{
color: #7B0176;
}
.AnyTagClassName
{
color: #7B0176;
}
</style>
background-color css
<style>
a { background-color: #7B0176; }
a { background-color: rgb(123,1,118); }
div.DivClassName
{
background-color: #7B0176;
}
.BgClassName
{
background-color: #7B0176;
}
</style>
border-color css
<style>
span { border-color: #7B0176; }
span { border-color: rgb(123,1,118); }
td.TdClassName
{
border-color: #7B0176;
}
.TagClassName
{
border-color: #7B0176;
}
</style>