Shades of Electric Indigo #7910FF
Tints of Electric Indigo #7910FF
RGB
CMYK
RGB Variations
Color information
#7910FF (or 0x7910FF) is known color: Electric Indigo. HEX triplet: 79, 10 and FF. RGB value is (121,16,255). Sum of RGB (Red+Green+Blue) = 121+16+255=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #7910FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7910FF is #86EF00. Grayscale: #494949. Windows color (decimal): -8843009 or 16715897. OLE color: 16715897.
HSL color Cylindrical-coordinate representation of color #7910FF: hue angle of 266.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7910FF is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 16 | 255 | - |
| CMYK | 0.53 | 0.94 | 0 | 0 |
| HSL | 266.36º | 1% | 0.53% | - |
| HSV(B) | 266.36º | 0.94% | 1% | - |
| XYZ | 26.12 | 11.66 | 95.48 | - |
| YUV | 74.64 | 229.79 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 16 | 255 | 0.53 | 0.94 | 0 | 0 | 266.36 | 1 | 0.53 |
| Hex | 79 | 10 | FF | 35 | 5E | 0 | 0 | 10A | 64 | 35 |
| Octal | 171 | 20 | 377 | 65 | 136 | 0 | 0 | 412 | 144 | 65 |
| Binary | 1111001 | 10000 | 11111111 | 110101 | 1011110 | 0 | 0 | 100001010 | 1100100 | 110101 |
Color Harmonies of #7910FF
Complementary color
Monochromatic Colors of #7910FF
Black with #7910FF
Text Example
Text Example
White with #7910FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7910FF; }
p { color: rgb(121,16,255); }
H1.HeaderClassName
{
color: #7910FF;
}
.AnyTagClassName
{
color: #7910FF;
}
</style>
background-color css
<style>
a { background-color: #7910FF; }
a { background-color: rgb(121,16,255); }
div.DivClassName
{
background-color: #7910FF;
}
.BgClassName
{
background-color: #7910FF;
}
</style>
border-color css
<style>
span { border-color: #7910FF; }
span { border-color: rgb(121,16,255); }
td.TdClassName
{
border-color: #7910FF;
}
.TagClassName
{
border-color: #7910FF;
}
</style>