Shades of Blue Violet #7726EC
Tints of Blue Violet #7726EC
RGB
CMYK
RGB Variations
Color information
#7726EC (or 0x7726EC) is known color: Blue Violet. HEX triplet: 77, 26 and EC. RGB value is (119,38,236). Sum of RGB (Red+Green+Blue) = 119+38+236=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #7726EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7726EC is #88D913. Grayscale: #545454. Windows color (decimal): -8968468 or 15476343. OLE color: 15476343.
HSL color Cylindrical-coordinate representation of color #7726EC: hue angle of 264.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7726EC is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 38 | 236 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.07 |
| HSL | 264.55º | 0.84% | 0.54% | - |
| HSV(B) | 264.55º | 0.84% | 0.93% | - |
| XYZ | 23.44 | 11.36 | 80.31 | - |
| YUV | 84.79 | 213.34 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 236 | 0.50 | 0.84 | 0 | 0.07 | 264.55 | 0.84 | 0.54 |
| Hex | 77 | 26 | EC | 32 | 54 | 0 | 7 | 109 | 54 | 36 |
| Octal | 167 | 46 | 354 | 62 | 124 | 0 | 7 | 411 | 124 | 66 |
| Binary | 1110111 | 100110 | 11101100 | 110010 | 1010100 | 0 | 111 | 100001001 | 1010100 | 110110 |
Color Harmonies of #7726EC
Complementary color
Monochromatic Colors of #7726EC
Black with #7726EC
Text Example
Text Example
White with #7726EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726EC; }
p { color: rgb(119,38,236); }
H1.HeaderClassName
{
color: #7726EC;
}
.AnyTagClassName
{
color: #7726EC;
}
</style>
background-color css
<style>
a { background-color: #7726EC; }
a { background-color: rgb(119,38,236); }
div.DivClassName
{
background-color: #7726EC;
}
.BgClassName
{
background-color: #7726EC;
}
</style>
border-color css
<style>
span { border-color: #7726EC; }
span { border-color: rgb(119,38,236); }
td.TdClassName
{
border-color: #7726EC;
}
.TagClassName
{
border-color: #7726EC;
}
</style>