Shades of Electric Indigo #7703FA
Tints of Electric Indigo #7703FA
RGB
CMYK
RGB Variations
Color information
#7703FA (or 0x7703FA) is known color: Electric Indigo. HEX triplet: 77, 03 and FA. RGB value is (119,3,250). Sum of RGB (Red+Green+Blue) = 119+3+250=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #7703FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703FA is #88FC05. Grayscale: #404040. Windows color (decimal): -8977414 or 16384887. OLE color: 16384887.
HSL color Cylindrical-coordinate representation of color #7703FA: hue angle of 268.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703FA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 3 | 250 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.02 |
| HSL | 268.18º | 0.98% | 0.5% | - |
| HSV(B) | 268.18º | 0.99% | 0.98% | - |
| XYZ | 24.9 | 10.89 | 91.23 | - |
| YUV | 65.84 | 231.93 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 250 | 0.52 | 0.99 | 0 | 0.02 | 268.18 | 0.98 | 0.5 |
| Hex | 77 | 3 | FA | 34 | 63 | 0 | 2 | 10C | 62 | 32 |
| Octal | 167 | 3 | 372 | 64 | 143 | 0 | 2 | 414 | 142 | 62 |
| Binary | 1110111 | 11 | 11111010 | 110100 | 1100011 | 0 | 10 | 100001100 | 1100010 | 110010 |
Color Harmonies of #7703FA
Complementary color
Monochromatic Colors of #7703FA
Black with #7703FA
Text Example
Text Example
White with #7703FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7703FA; }
p { color: rgb(119,3,250); }
H1.HeaderClassName
{
color: #7703FA;
}
.AnyTagClassName
{
color: #7703FA;
}
</style>
background-color css
<style>
a { background-color: #7703FA; }
a { background-color: rgb(119,3,250); }
div.DivClassName
{
background-color: #7703FA;
}
.BgClassName
{
background-color: #7703FA;
}
</style>
border-color css
<style>
span { border-color: #7703FA; }
span { border-color: rgb(119,3,250); }
td.TdClassName
{
border-color: #7703FA;
}
.TagClassName
{
border-color: #7703FA;
}
</style>