Shades of Electric Indigo #7702F0
Tints of Electric Indigo #7702F0
RGB
CMYK
RGB Variations
Color information
#7702F0 (or 0x7702F0) is known color: Electric Indigo. HEX triplet: 77, 02 and F0. RGB value is (119,2,240). Sum of RGB (Red+Green+Blue) = 119+2+240=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 240 (94.14% from 255 or 66.48% from 361); Max value from RGB is 240 - color contains mainly: blue. Hex color #7702F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7702F0 is #88FD0F. Grayscale: #3F3F3F. Windows color (decimal): -8977680 or 15729271. OLE color: 15729271.
HSL color Cylindrical-coordinate representation of color #7702F0: hue angle of 269.5º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702F0 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 2 | 240 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.06 |
| HSL | 269.5º | 0.98% | 0.47% | - |
| HSV(B) | 269.5º | 0.99% | 0.94% | - |
| XYZ | 23.36 | 10.26 | 83.19 | - |
| YUV | 64.12 | 227.26 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 240 | 0.50 | 0.99 | 0 | 0.06 | 269.5 | 0.98 | 0.47 |
| Hex | 77 | 2 | F0 | 32 | 63 | 0 | 6 | 10D | 62 | 2F |
| Octal | 167 | 2 | 360 | 62 | 143 | 0 | 6 | 415 | 142 | 57 |
| Binary | 1110111 | 10 | 11110000 | 110010 | 1100011 | 0 | 110 | 100001101 | 1100010 | 101111 |
Color Harmonies of #7702F0
Complementary color
Monochromatic Colors of #7702F0
Black with #7702F0
Text Example
Text Example
White with #7702F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7702F0; }
p { color: rgb(119,2,240); }
H1.HeaderClassName
{
color: #7702F0;
}
.AnyTagClassName
{
color: #7702F0;
}
</style>
background-color css
<style>
a { background-color: #7702F0; }
a { background-color: rgb(119,2,240); }
div.DivClassName
{
background-color: #7702F0;
}
.BgClassName
{
background-color: #7702F0;
}
</style>
border-color css
<style>
span { border-color: #7702F0; }
span { border-color: rgb(119,2,240); }
td.TdClassName
{
border-color: #7702F0;
}
.TagClassName
{
border-color: #7702F0;
}
</style>