Shades of Electric Indigo #7703EE
Tints of Electric Indigo #7703EE
RGB
CMYK
RGB Variations
Color information
#7703EE (or 0x7703EE) is known color: Electric Indigo. HEX triplet: 77, 03 and EE. RGB value is (119,3,238). Sum of RGB (Red+Green+Blue) = 119+3+238=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #7703EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703EE is #88FC11. Grayscale: #3F3F3F. Windows color (decimal): -8977426 or 15598455. OLE color: 15598455.
HSL color Cylindrical-coordinate representation of color #7703EE: hue angle of 269.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703EE is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 3 | 238 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.07 |
| HSL | 269.62º | 0.98% | 0.47% | - |
| HSV(B) | 269.62º | 0.99% | 0.93% | - |
| XYZ | 23.07 | 10.16 | 81.63 | - |
| YUV | 64.47 | 225.93 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 238 | 0.50 | 0.99 | 0 | 0.07 | 269.62 | 0.98 | 0.47 |
| Hex | 77 | 3 | EE | 32 | 63 | 0 | 7 | 10E | 62 | 2F |
| Octal | 167 | 3 | 356 | 62 | 143 | 0 | 7 | 416 | 142 | 57 |
| Binary | 1110111 | 11 | 11101110 | 110010 | 1100011 | 0 | 111 | 100001110 | 1100010 | 101111 |
Color Harmonies of #7703EE
Complementary color
Monochromatic Colors of #7703EE
Black with #7703EE
Text Example
Text Example
White with #7703EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7703EE; }
p { color: rgb(119,3,238); }
H1.HeaderClassName
{
color: #7703EE;
}
.AnyTagClassName
{
color: #7703EE;
}
</style>
background-color css
<style>
a { background-color: #7703EE; }
a { background-color: rgb(119,3,238); }
div.DivClassName
{
background-color: #7703EE;
}
.BgClassName
{
background-color: #7703EE;
}
</style>
border-color css
<style>
span { border-color: #7703EE; }
span { border-color: rgb(119,3,238); }
td.TdClassName
{
border-color: #7703EE;
}
.TagClassName
{
border-color: #7703EE;
}
</style>