Shades of Blue Violet #7626EC
Tints of Blue Violet #7626EC
RGB
CMYK
RGB Variations
Color information
#7626EC (or 0x7626EC) is known color: Blue Violet. HEX triplet: 76, 26 and EC. RGB value is (118,38,236). Sum of RGB (Red+Green+Blue) = 118+38+236=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #7626EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7626EC is #89D913. Grayscale: #535353. Windows color (decimal): -9034004 or 15476342. OLE color: 15476342.
HSL color Cylindrical-coordinate representation of color #7626EC: hue angle of 264.24º 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 #7626EC is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 38 | 236 | - |
| CMYK | 0.5 | 0.84 | 0 | 0.07 |
| HSL | 264.24º | 0.84% | 0.54% | - |
| HSV(B) | 264.24º | 0.84% | 0.93% | - |
| XYZ | 23.3 | 11.29 | 80.31 | - |
| YUV | 84.49 | 213.5 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 236 | 0.5 | 0.84 | 0 | 0.07 | 264.24 | 0.84 | 0.54 |
| Hex | 76 | 26 | EC | 32 | 54 | 0 | 7 | 108 | 54 | 36 |
| Octal | 166 | 46 | 354 | 62 | 124 | 0 | 7 | 410 | 124 | 66 |
| Binary | 1110110 | 100110 | 11101100 | 110010 | 1010100 | 0 | 111 | 100001000 | 1010100 | 110110 |
Color Harmonies of #7626EC
Complementary color
Monochromatic Colors of #7626EC
Black with #7626EC
Text Example
Text Example
White with #7626EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7626EC; }
p { color: rgb(118,38,236); }
H1.HeaderClassName
{
color: #7626EC;
}
.AnyTagClassName
{
color: #7626EC;
}
</style>
background-color css
<style>
a { background-color: #7626EC; }
a { background-color: rgb(118,38,236); }
div.DivClassName
{
background-color: #7626EC;
}
.BgClassName
{
background-color: #7626EC;
}
</style>
border-color css
<style>
span { border-color: #7626EC; }
span { border-color: rgb(118,38,236); }
td.TdClassName
{
border-color: #7626EC;
}
.TagClassName
{
border-color: #7626EC;
}
</style>