Shades of Electric Indigo #7703FE
Tints of Electric Indigo #7703FE
RGB
CMYK
RGB Variations
Color information
#7703FE (or 0x7703FE) is known color: Electric Indigo. HEX triplet: 77, 03 and FE. RGB value is (119,3,254). Sum of RGB (Red+Green+Blue) = 119+3+254=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #7703FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703FE is #88FC01. Grayscale: #414141. Windows color (decimal): -8977410 or 16647031. OLE color: 16647031.
HSL color Cylindrical-coordinate representation of color #7703FE: hue angle of 267.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703FE is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 3 | 254 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.00 |
| HSL | 267.73º | 0.99% | 0.5% | - |
| HSV(B) | 267.73º | 0.99% | 1% | - |
| XYZ | 25.53 | 11.14 | 94.57 | - |
| YUV | 66.3 | 233.93 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 254 | 0.53 | 0.99 | 0 | 0.00 | 267.73 | 0.99 | 0.5 |
| Hex | 77 | 3 | FE | 35 | 63 | 0 | 0 | 10C | 63 | 32 |
| Octal | 167 | 3 | 376 | 65 | 143 | 0 | 0 | 414 | 143 | 62 |
| Binary | 1110111 | 11 | 11111110 | 110101 | 1100011 | 0 | 0 | 100001100 | 1100011 | 110010 |
Color Harmonies of #7703FE
Complementary color
Monochromatic Colors of #7703FE
Black with #7703FE
Text Example
Text Example
White with #7703FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7703FE; }
p { color: rgb(119,3,254); }
H1.HeaderClassName
{
color: #7703FE;
}
.AnyTagClassName
{
color: #7703FE;
}
</style>
background-color css
<style>
a { background-color: #7703FE; }
a { background-color: rgb(119,3,254); }
div.DivClassName
{
background-color: #7703FE;
}
.BgClassName
{
background-color: #7703FE;
}
</style>
border-color css
<style>
span { border-color: #7703FE; }
span { border-color: rgb(119,3,254); }
td.TdClassName
{
border-color: #7703FE;
}
.TagClassName
{
border-color: #7703FE;
}
</style>