Shades of Electric Indigo #7714F4
Tints of Electric Indigo #7714F4
RGB
CMYK
RGB Variations
Color information
#7714F4 (or 0x7714F4) is known color: Electric Indigo. HEX triplet: 77, 14 and F4. RGB value is (119,20,244). Sum of RGB (Red+Green+Blue) = 119+20+244=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 244 (95.70% from 255 or 63.71% from 383); Max value from RGB is 244 - color contains mainly: blue. Hex color #7714F4 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7714F4 is #88EB0B. Grayscale: #4A4A4A. Windows color (decimal): -8973068 or 15996023. OLE color: 15996023.
HSL color Cylindrical-coordinate representation of color #7714F4: hue angle of 266.52º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7714F4 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 20 | 244 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.04 |
| HSL | 266.52º | 0.91% | 0.52% | - |
| HSV(B) | 266.52º | 0.92% | 0.96% | - |
| XYZ | 24.19 | 10.95 | 86.43 | - |
| YUV | 75.14 | 223.3 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 244 | 0.51 | 0.92 | 0 | 0.04 | 266.52 | 0.91 | 0.52 |
| Hex | 77 | 14 | F4 | 33 | 5C | 0 | 4 | 10B | 5B | 34 |
| Octal | 167 | 24 | 364 | 63 | 134 | 0 | 4 | 413 | 133 | 64 |
| Binary | 1110111 | 10100 | 11110100 | 110011 | 1011100 | 0 | 100 | 100001011 | 1011011 | 110100 |
Color Harmonies of #7714F4
Complementary color
Monochromatic Colors of #7714F4
Black with #7714F4
Text Example
Text Example
White with #7714F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714F4; }
p { color: rgb(119,20,244); }
H1.HeaderClassName
{
color: #7714F4;
}
.AnyTagClassName
{
color: #7714F4;
}
</style>
background-color css
<style>
a { background-color: #7714F4; }
a { background-color: rgb(119,20,244); }
div.DivClassName
{
background-color: #7714F4;
}
.BgClassName
{
background-color: #7714F4;
}
</style>
border-color css
<style>
span { border-color: #7714F4; }
span { border-color: rgb(119,20,244); }
td.TdClassName
{
border-color: #7714F4;
}
.TagClassName
{
border-color: #7714F4;
}
</style>