Shades of Electric Indigo #7507F6
Tints of Electric Indigo #7507F6
RGB
CMYK
RGB Variations
Color information
#7507F6 (or 0x7507F6) is known color: Electric Indigo. HEX triplet: 75, 07 and F6. RGB value is (117,7,246). Sum of RGB (Red+Green+Blue) = 117+7+246=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #7507F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7507F6 is #8AF809. Grayscale: #424242. Windows color (decimal): -9107466 or 16123765. OLE color: 16123765.
HSL color Cylindrical-coordinate representation of color #7507F6: hue angle of 267.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7507F6 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 7 | 246 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.04 |
| HSL | 267.62º | 0.94% | 0.5% | - |
| HSV(B) | 267.62º | 0.97% | 0.96% | - |
| XYZ | 24.05 | 10.59 | 87.97 | - |
| YUV | 67.14 | 228.94 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 246 | 0.52 | 0.97 | 0 | 0.04 | 267.62 | 0.94 | 0.5 |
| Hex | 75 | 7 | F6 | 34 | 61 | 0 | 4 | 10C | 5E | 32 |
| Octal | 165 | 7 | 366 | 64 | 141 | 0 | 4 | 414 | 136 | 62 |
| Binary | 1110101 | 111 | 11110110 | 110100 | 1100001 | 0 | 100 | 100001100 | 1011110 | 110010 |
Color Harmonies of #7507F6
Complementary color
Monochromatic Colors of #7507F6
Black with #7507F6
Text Example
Text Example
White with #7507F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7507F6; }
p { color: rgb(117,7,246); }
H1.HeaderClassName
{
color: #7507F6;
}
.AnyTagClassName
{
color: #7507F6;
}
</style>
background-color css
<style>
a { background-color: #7507F6; }
a { background-color: rgb(117,7,246); }
div.DivClassName
{
background-color: #7507F6;
}
.BgClassName
{
background-color: #7507F6;
}
</style>
border-color css
<style>
span { border-color: #7507F6; }
span { border-color: rgb(117,7,246); }
td.TdClassName
{
border-color: #7507F6;
}
.TagClassName
{
border-color: #7507F6;
}
</style>