Shades of Electric Indigo #7607E5
Tints of Electric Indigo #7607E5
RGB
CMYK
RGB Variations
Color information
#7607E5 (or 0x7607E5) is known color: Electric Indigo. HEX triplet: 76, 07 and E5. RGB value is (118,7,229). Sum of RGB (Red+Green+Blue) = 118+7+229=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 229 (89.84% from 255 or 64.69% from 354); Max value from RGB is 229 - color contains mainly: blue. Hex color #7607E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7607E5 is #89F81A. Grayscale: #404040. Windows color (decimal): -9041947 or 15009654. OLE color: 15009654.
HSL color Cylindrical-coordinate representation of color #7607E5: hue angle of 270º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607E5 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 7 | 229 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.10 |
| HSL | 270º | 0.94% | 0.46% | - |
| HSV(B) | 270º | 0.97% | 0.9% | - |
| XYZ | 21.69 | 9.66 | 74.85 | - |
| YUV | 65.5 | 220.27 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 229 | 0.48 | 0.97 | 0 | 0.10 | 270 | 0.94 | 0.46 |
| Hex | 76 | 7 | E5 | 30 | 61 | 0 | A | 10E | 5E | 2E |
| Octal | 166 | 7 | 345 | 60 | 141 | 0 | 12 | 416 | 136 | 56 |
| Binary | 1110110 | 111 | 11100101 | 110000 | 1100001 | 0 | 1010 | 100001110 | 1011110 | 101110 |
Color Harmonies of #7607E5
Complementary color
Monochromatic Colors of #7607E5
Black with #7607E5
Text Example
Text Example
White with #7607E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607E5; }
p { color: rgb(118,7,229); }
H1.HeaderClassName
{
color: #7607E5;
}
.AnyTagClassName
{
color: #7607E5;
}
</style>
background-color css
<style>
a { background-color: #7607E5; }
a { background-color: rgb(118,7,229); }
div.DivClassName
{
background-color: #7607E5;
}
.BgClassName
{
background-color: #7607E5;
}
</style>
border-color css
<style>
span { border-color: #7607E5; }
span { border-color: rgb(118,7,229); }
td.TdClassName
{
border-color: #7607E5;
}
.TagClassName
{
border-color: #7607E5;
}
</style>