Shades of Electric Indigo #7614FA
Tints of Electric Indigo #7614FA
RGB
CMYK
RGB Variations
Color information
#7614FA (or 0x7614FA) is known color: Electric Indigo. HEX triplet: 76, 14 and FA. RGB value is (118,20,250). Sum of RGB (Red+Green+Blue) = 118+20+250=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #7614FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7614FA is #89EB05. Grayscale: #4A4A4A. Windows color (decimal): -9038598 or 16389238. OLE color: 16389238.
HSL color Cylindrical-coordinate representation of color #7614FA: hue angle of 265.57º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7614FA is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 20 | 250 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.02 |
| HSL | 265.57º | 0.96% | 0.53% | - |
| HSV(B) | 265.57º | 0.92% | 0.98% | - |
| XYZ | 24.98 | 11.25 | 91.3 | - |
| YUV | 75.52 | 226.47 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 250 | 0.53 | 0.92 | 0 | 0.02 | 265.57 | 0.96 | 0.53 |
| Hex | 76 | 14 | FA | 35 | 5C | 0 | 2 | 10A | 60 | 35 |
| Octal | 166 | 24 | 372 | 65 | 134 | 0 | 2 | 412 | 140 | 65 |
| Binary | 1110110 | 10100 | 11111010 | 110101 | 1011100 | 0 | 10 | 100001010 | 1100000 | 110101 |
Color Harmonies of #7614FA
Complementary color
Monochromatic Colors of #7614FA
Black with #7614FA
Text Example
Text Example
White with #7614FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7614FA; }
p { color: rgb(118,20,250); }
H1.HeaderClassName
{
color: #7614FA;
}
.AnyTagClassName
{
color: #7614FA;
}
</style>
background-color css
<style>
a { background-color: #7614FA; }
a { background-color: rgb(118,20,250); }
div.DivClassName
{
background-color: #7614FA;
}
.BgClassName
{
background-color: #7614FA;
}
</style>
border-color css
<style>
span { border-color: #7614FA; }
span { border-color: rgb(118,20,250); }
td.TdClassName
{
border-color: #7614FA;
}
.TagClassName
{
border-color: #7614FA;
}
</style>