Shades of Electric Indigo #7B15F6
Tints of Electric Indigo #7B15F6
RGB
CMYK
RGB Variations
Color information
#7B15F6 (or 0x7B15F6) is known color: Electric Indigo. HEX triplet: 7B, 15 and F6. RGB value is (123,21,246). Sum of RGB (Red+Green+Blue) = 123+21+246=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B15F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B15F6 is #84EA09. Grayscale: #4C4C4C. Windows color (decimal): -8710666 or 16127355. OLE color: 16127355.
HSL color Cylindrical-coordinate representation of color #7B15F6: hue angle of 267.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B15F6 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 123 | 21 | 246 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.04 |
| HSL | 267.2º | 0.93% | 0.52% | - |
| HSV(B) | 267.2º | 0.91% | 0.96% | - |
| XYZ | 25.07 | 11.4 | 88.07 | - |
| YUV | 77.15 | 223.29 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 246 | 0.50 | 0.91 | 0 | 0.04 | 267.2 | 0.93 | 0.52 |
| Hex | 7B | 15 | F6 | 32 | 5B | 0 | 4 | 10B | 5D | 34 |
| Octal | 173 | 25 | 366 | 62 | 133 | 0 | 4 | 413 | 135 | 64 |
| Binary | 1111011 | 10101 | 11110110 | 110010 | 1011011 | 0 | 100 | 100001011 | 1011101 | 110100 |
Color Harmonies of #7B15F6
Complementary color
Monochromatic Colors of #7B15F6
Black with #7B15F6
Text Example
Text Example
White with #7B15F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B15F6; }
p { color: rgb(123,21,246); }
H1.HeaderClassName
{
color: #7B15F6;
}
.AnyTagClassName
{
color: #7B15F6;
}
</style>
background-color css
<style>
a { background-color: #7B15F6; }
a { background-color: rgb(123,21,246); }
div.DivClassName
{
background-color: #7B15F6;
}
.BgClassName
{
background-color: #7B15F6;
}
</style>
border-color css
<style>
span { border-color: #7B15F6; }
span { border-color: rgb(123,21,246); }
td.TdClassName
{
border-color: #7B15F6;
}
.TagClassName
{
border-color: #7B15F6;
}
</style>