Shades of Purple #7E0768
Tints of Purple #7E0768
RGB
CMYK
RGB Variations
Color information
#7E0768 (or 0x7E0768) is known color: Purple. HEX triplet: 7E, 07 and 68. RGB value is (126,7,104). Sum of RGB (Red+Green+Blue) = 126+7+104=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0768 is #81F897. Grayscale: #353535. Windows color (decimal): -8517784 or 6817662. OLE color: 6817662.
HSL color Cylindrical-coordinate representation of color #7E0768: hue angle of 311.09º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0768 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 7 | 104 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.51 |
| HSL | 311.09º | 0.89% | 0.26% | - |
| HSV(B) | 311.09º | 0.94% | 0.49% | - |
| XYZ | 11.18 | 5.59 | 13.59 | - |
| YUV | 53.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 7 | 104 | 0 | 0.94 | 0.17 | 0.51 | 311.09 | 0.89 | 0.26 |
| Hex | 7E | 7 | 68 | 0 | 5E | 11 | 33 | 137 | 59 | 1A |
| Octal | 176 | 7 | 150 | 0 | 136 | 21 | 63 | 467 | 131 | 32 |
| Binary | 1111110 | 111 | 1101000 | 0 | 1011110 | 10001 | 110011 | 100110111 | 1011001 | 11010 |
Color Harmonies of #7E0768
Complementary color
Monochromatic Colors of #7E0768
Black with #7E0768
Text Example
Text Example
White with #7E0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0768; }
p { color: rgb(126,7,104); }
H1.HeaderClassName
{
color: #7E0768;
}
.AnyTagClassName
{
color: #7E0768;
}
</style>
background-color css
<style>
a { background-color: #7E0768; }
a { background-color: rgb(126,7,104); }
div.DivClassName
{
background-color: #7E0768;
}
.BgClassName
{
background-color: #7E0768;
}
</style>
border-color css
<style>
span { border-color: #7E0768; }
span { border-color: rgb(126,7,104); }
td.TdClassName
{
border-color: #7E0768;
}
.TagClassName
{
border-color: #7E0768;
}
</style>