Shades of Electric Indigo #7703FD
Tints of Electric Indigo #7703FD
RGB
CMYK
RGB Variations
Color information
#7703FD (or 0x7703FD) is known color: Electric Indigo. HEX triplet: 77, 03 and FD. RGB value is (119,3,253). Sum of RGB (Red+Green+Blue) = 119+3+253=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #7703FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703FD is #88FC02. Grayscale: #414141. Windows color (decimal): -8977411 or 16581495. OLE color: 16581495.
HSL color Cylindrical-coordinate representation of color #7703FD: hue angle of 267.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703FD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 3 | 253 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.01 |
| HSL | 267.84º | 0.98% | 0.5% | - |
| HSV(B) | 267.84º | 0.99% | 0.99% | - |
| XYZ | 25.37 | 11.08 | 93.73 | - |
| YUV | 66.18 | 233.43 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 253 | 0.53 | 0.99 | 0 | 0.01 | 267.84 | 0.98 | 0.5 |
| Hex | 77 | 3 | FD | 35 | 63 | 0 | 1 | 10C | 62 | 32 |
| Octal | 167 | 3 | 375 | 65 | 143 | 0 | 1 | 414 | 142 | 62 |
| Binary | 1110111 | 11 | 11111101 | 110101 | 1100011 | 0 | 1 | 100001100 | 1100010 | 110010 |
Color Harmonies of #7703FD
Complementary color
Monochromatic Colors of #7703FD
Black with #7703FD
Text Example
Text Example
White with #7703FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7703FD; }
p { color: rgb(119,3,253); }
H1.HeaderClassName
{
color: #7703FD;
}
.AnyTagClassName
{
color: #7703FD;
}
</style>
background-color css
<style>
a { background-color: #7703FD; }
a { background-color: rgb(119,3,253); }
div.DivClassName
{
background-color: #7703FD;
}
.BgClassName
{
background-color: #7703FD;
}
</style>
border-color css
<style>
span { border-color: #7703FD; }
span { border-color: rgb(119,3,253); }
td.TdClassName
{
border-color: #7703FD;
}
.TagClassName
{
border-color: #7703FD;
}
</style>