Shades of Blue Violet #7718EC
Tints of Blue Violet #7718EC
RGB
CMYK
RGB Variations
Color information
#7718EC (or 0x7718EC) is known color: Blue Violet. HEX triplet: 77, 18 and EC. RGB value is (119,24,236). Sum of RGB (Red+Green+Blue) = 119+24+236=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #7718EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7718EC is #88E713. Grayscale: #4B4B4B. Windows color (decimal): -8972052 or 15472759. OLE color: 15472759.
HSL color Cylindrical-coordinate representation of color #7718EC: hue angle of 266.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7718EC is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 24 | 236 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.07 |
| HSL | 266.89º | 0.85% | 0.51% | - |
| HSV(B) | 266.89º | 0.9% | 0.93% | - |
| XYZ | 23.07 | 10.63 | 80.19 | - |
| YUV | 76.57 | 217.97 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 236 | 0.50 | 0.90 | 0 | 0.07 | 266.89 | 0.85 | 0.51 |
| Hex | 77 | 18 | EC | 32 | 5A | 0 | 7 | 10B | 55 | 33 |
| Octal | 167 | 30 | 354 | 62 | 132 | 0 | 7 | 413 | 125 | 63 |
| Binary | 1110111 | 11000 | 11101100 | 110010 | 1011010 | 0 | 111 | 100001011 | 1010101 | 110011 |
Color Harmonies of #7718EC
Complementary color
Monochromatic Colors of #7718EC
Black with #7718EC
Text Example
Text Example
White with #7718EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718EC; }
p { color: rgb(119,24,236); }
H1.HeaderClassName
{
color: #7718EC;
}
.AnyTagClassName
{
color: #7718EC;
}
</style>
background-color css
<style>
a { background-color: #7718EC; }
a { background-color: rgb(119,24,236); }
div.DivClassName
{
background-color: #7718EC;
}
.BgClassName
{
background-color: #7718EC;
}
</style>
border-color css
<style>
span { border-color: #7718EC; }
span { border-color: rgb(119,24,236); }
td.TdClassName
{
border-color: #7718EC;
}
.TagClassName
{
border-color: #7718EC;
}
</style>