Shades of Purple #7E0B84
Tints of Purple #7E0B84
RGB
CMYK
RGB Variations
Color information
#7E0B84 (or 0x7E0B84) is known color: Purple. HEX triplet: 7E, 0B and 84. RGB value is (126,11,132). Sum of RGB (Red+Green+Blue) = 126+11+132=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #7E0B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E0B84 is #81F47B. Grayscale: #3A3A3A. Windows color (decimal): -8516732 or 8653694. OLE color: 8653694.
HSL color Cylindrical-coordinate representation of color #7E0B84: hue angle of 297.02º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0B84 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 11 | 132 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.48 |
| HSL | 297.02º | 0.85% | 0.28% | - |
| HSV(B) | 297.02º | 0.92% | 0.52% | - |
| XYZ | 12.89 | 6.34 | 22.37 | - |
| YUV | 59.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 132 | 0.05 | 0.92 | 0 | 0.48 | 297.02 | 0.85 | 0.28 |
| Hex | 7E | B | 84 | 5 | 5C | 0 | 30 | 129 | 55 | 1C |
| Octal | 176 | 13 | 204 | 5 | 134 | 0 | 60 | 451 | 125 | 34 |
| Binary | 1111110 | 1011 | 10000100 | 101 | 1011100 | 0 | 110000 | 100101001 | 1010101 | 11100 |
Color Harmonies of #7E0B84
Complementary color
Monochromatic Colors of #7E0B84
Black with #7E0B84
Text Example
Text Example
White with #7E0B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0B84; }
p { color: rgb(126,11,132); }
H1.HeaderClassName
{
color: #7E0B84;
}
.AnyTagClassName
{
color: #7E0B84;
}
</style>
background-color css
<style>
a { background-color: #7E0B84; }
a { background-color: rgb(126,11,132); }
div.DivClassName
{
background-color: #7E0B84;
}
.BgClassName
{
background-color: #7E0B84;
}
</style>
border-color css
<style>
span { border-color: #7E0B84; }
span { border-color: rgb(126,11,132); }
td.TdClassName
{
border-color: #7E0B84;
}
.TagClassName
{
border-color: #7E0B84;
}
</style>