Shades of Blue Violet #7730EC
Tints of Blue Violet #7730EC
RGB
CMYK
RGB Variations
Color information
#7730EC (or 0x7730EC) is known color: Blue Violet. HEX triplet: 77, 30 and EC. RGB value is (119,48,236). Sum of RGB (Red+Green+Blue) = 119+48+236=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #7730EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7730EC is #88CF13. Grayscale: #595959. Windows color (decimal): -8965908 or 15478903. OLE color: 15478903.
HSL color Cylindrical-coordinate representation of color #7730EC: hue angle of 262.66º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7730EC is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 48 | 236 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.07 |
| HSL | 262.66º | 0.83% | 0.56% | - |
| HSV(B) | 262.66º | 0.8% | 0.93% | - |
| XYZ | 23.81 | 12.09 | 80.44 | - |
| YUV | 90.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 236 | 0.50 | 0.80 | 0 | 0.07 | 262.66 | 0.83 | 0.56 |
| Hex | 77 | 30 | EC | 32 | 50 | 0 | 7 | 107 | 53 | 38 |
| Octal | 167 | 60 | 354 | 62 | 120 | 0 | 7 | 407 | 123 | 70 |
| Binary | 1110111 | 110000 | 11101100 | 110010 | 1010000 | 0 | 111 | 100000111 | 1010011 | 111000 |
Color Harmonies of #7730EC
Complementary color
Monochromatic Colors of #7730EC
Black with #7730EC
Text Example
Text Example
White with #7730EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7730EC; }
p { color: rgb(119,48,236); }
H1.HeaderClassName
{
color: #7730EC;
}
.AnyTagClassName
{
color: #7730EC;
}
</style>
background-color css
<style>
a { background-color: #7730EC; }
a { background-color: rgb(119,48,236); }
div.DivClassName
{
background-color: #7730EC;
}
.BgClassName
{
background-color: #7730EC;
}
</style>
border-color css
<style>
span { border-color: #7730EC; }
span { border-color: rgb(119,48,236); }
td.TdClassName
{
border-color: #7730EC;
}
.TagClassName
{
border-color: #7730EC;
}
</style>