Shades of Electric Indigo #7702FA
Tints of Electric Indigo #7702FA
RGB
CMYK
RGB Variations
Color information
#7702FA (or 0x7702FA) is known color: Electric Indigo. HEX triplet: 77, 02 and FA. RGB value is (119,2,250). Sum of RGB (Red+Green+Blue) = 119+2+250=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #7702FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7702FA is #88FD05. Grayscale: #404040. Windows color (decimal): -8977670 or 16384631. OLE color: 16384631.
HSL color Cylindrical-coordinate representation of color #7702FA: hue angle of 268.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7702FA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 2 | 250 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.02 |
| HSL | 268.31º | 0.98% | 0.49% | - |
| HSV(B) | 268.31º | 0.99% | 0.98% | - |
| XYZ | 24.88 | 10.87 | 91.23 | - |
| YUV | 65.26 | 232.26 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 250 | 0.52 | 0.99 | 0 | 0.02 | 268.31 | 0.98 | 0.49 |
| Hex | 77 | 2 | FA | 34 | 63 | 0 | 2 | 10C | 62 | 31 |
| Octal | 167 | 2 | 372 | 64 | 143 | 0 | 2 | 414 | 142 | 61 |
| Binary | 1110111 | 10 | 11111010 | 110100 | 1100011 | 0 | 10 | 100001100 | 1100010 | 110001 |
Color Harmonies of #7702FA
Complementary color
Monochromatic Colors of #7702FA
Black with #7702FA
Text Example
Text Example
White with #7702FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7702FA; }
p { color: rgb(119,2,250); }
H1.HeaderClassName
{
color: #7702FA;
}
.AnyTagClassName
{
color: #7702FA;
}
</style>
background-color css
<style>
a { background-color: #7702FA; }
a { background-color: rgb(119,2,250); }
div.DivClassName
{
background-color: #7702FA;
}
.BgClassName
{
background-color: #7702FA;
}
</style>
border-color css
<style>
span { border-color: #7702FA; }
span { border-color: rgb(119,2,250); }
td.TdClassName
{
border-color: #7702FA;
}
.TagClassName
{
border-color: #7702FA;
}
</style>