Shades of Electric Indigo #7700EE
Tints of Electric Indigo #7700EE
RGB
CMYK
RGB Variations
Color information
#7700EE (or 0x7700EE) is known color: Electric Indigo. HEX triplet: 77, 00 and EE. RGB value is (119,0,238). Sum of RGB (Red+Green+Blue) = 119+0+238=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #7700EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700EE is #88FF11. Grayscale: #3D3D3D. Windows color (decimal): -8978194 or 15597687. OLE color: 15597687.
HSL color Cylindrical-coordinate representation of color #7700EE: hue angle of 270º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700EE is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 0 | 238 | - |
| CMYK | 0.50 | 1 | 0 | 0.07 |
| HSL | 270º | 1% | 0.47% | - |
| HSV(B) | 270º | 1% | 0.93% | - |
| XYZ | 23.04 | 10.09 | 81.62 | - |
| YUV | 62.71 | 226.92 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 238 | 0.50 | 1 | 0 | 0.07 | 270 | 1 | 0.47 |
| Hex | 77 | 0 | EE | 32 | 64 | 0 | 7 | 10E | 64 | 2F |
| Octal | 167 | 0 | 356 | 62 | 144 | 0 | 7 | 416 | 144 | 57 |
| Binary | 1110111 | 0 | 11101110 | 110010 | 1100100 | 0 | 111 | 100001110 | 1100100 | 101111 |
Color Harmonies of #7700EE
Complementary color
Monochromatic Colors of #7700EE
Black with #7700EE
Text Example
Text Example
White with #7700EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700EE; }
p { color: rgb(119,0,238); }
H1.HeaderClassName
{
color: #7700EE;
}
.AnyTagClassName
{
color: #7700EE;
}
</style>
background-color css
<style>
a { background-color: #7700EE; }
a { background-color: rgb(119,0,238); }
div.DivClassName
{
background-color: #7700EE;
}
.BgClassName
{
background-color: #7700EE;
}
</style>
border-color css
<style>
span { border-color: #7700EE; }
span { border-color: rgb(119,0,238); }
td.TdClassName
{
border-color: #7700EE;
}
.TagClassName
{
border-color: #7700EE;
}
</style>