Shades of Blue Violet #7628EC
Tints of Blue Violet #7628EC
RGB
CMYK
RGB Variations
Color information
#7628EC (or 0x7628EC) is known color: Blue Violet. HEX triplet: 76, 28 and EC. RGB value is (118,40,236). Sum of RGB (Red+Green+Blue) = 118+40+236=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #7628EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7628EC is #89D713. Grayscale: #545454. Windows color (decimal): -9033492 or 15476854. OLE color: 15476854.
HSL color Cylindrical-coordinate representation of color #7628EC: hue angle of 263.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7628EC is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 40 | 236 | - |
| CMYK | 0.5 | 0.83 | 0 | 0.07 |
| HSL | 263.88º | 0.84% | 0.54% | - |
| HSV(B) | 263.88º | 0.83% | 0.93% | - |
| XYZ | 23.37 | 11.43 | 80.33 | - |
| YUV | 85.67 | 212.84 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 236 | 0.5 | 0.83 | 0 | 0.07 | 263.88 | 0.84 | 0.54 |
| Hex | 76 | 28 | EC | 32 | 53 | 0 | 7 | 108 | 54 | 36 |
| Octal | 166 | 50 | 354 | 62 | 123 | 0 | 7 | 410 | 124 | 66 |
| Binary | 1110110 | 101000 | 11101100 | 110010 | 1010011 | 0 | 111 | 100001000 | 1010100 | 110110 |
Color Harmonies of #7628EC
Complementary color
Monochromatic Colors of #7628EC
Black with #7628EC
Text Example
Text Example
White with #7628EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7628EC; }
p { color: rgb(118,40,236); }
H1.HeaderClassName
{
color: #7628EC;
}
.AnyTagClassName
{
color: #7628EC;
}
</style>
background-color css
<style>
a { background-color: #7628EC; }
a { background-color: rgb(118,40,236); }
div.DivClassName
{
background-color: #7628EC;
}
.BgClassName
{
background-color: #7628EC;
}
</style>
border-color css
<style>
span { border-color: #7628EC; }
span { border-color: rgb(118,40,236); }
td.TdClassName
{
border-color: #7628EC;
}
.TagClassName
{
border-color: #7628EC;
}
</style>