Shades of Electric Indigo #7705FA
Tints of Electric Indigo #7705FA
RGB
CMYK
RGB Variations
Color information
#7705FA (or 0x7705FA) is known color: Electric Indigo. HEX triplet: 77, 05 and FA. RGB value is (119,5,250). Sum of RGB (Red+Green+Blue) = 119+5+250=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #7705FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7705FA is #88FA05. Grayscale: #424242. Windows color (decimal): -8976902 or 16385399. OLE color: 16385399.
HSL color Cylindrical-coordinate representation of color #7705FA: hue angle of 267.92º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705FA is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 5 | 250 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.02 |
| HSL | 267.92º | 0.96% | 0.5% | - |
| HSV(B) | 267.92º | 0.98% | 0.98% | - |
| XYZ | 24.92 | 10.93 | 91.24 | - |
| YUV | 67.02 | 231.27 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 250 | 0.52 | 0.98 | 0 | 0.02 | 267.92 | 0.96 | 0.5 |
| Hex | 77 | 5 | FA | 34 | 62 | 0 | 2 | 10C | 60 | 32 |
| Octal | 167 | 5 | 372 | 64 | 142 | 0 | 2 | 414 | 140 | 62 |
| Binary | 1110111 | 101 | 11111010 | 110100 | 1100010 | 0 | 10 | 100001100 | 1100000 | 110010 |
Color Harmonies of #7705FA
Complementary color
Monochromatic Colors of #7705FA
Black with #7705FA
Text Example
Text Example
White with #7705FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705FA; }
p { color: rgb(119,5,250); }
H1.HeaderClassName
{
color: #7705FA;
}
.AnyTagClassName
{
color: #7705FA;
}
</style>
background-color css
<style>
a { background-color: #7705FA; }
a { background-color: rgb(119,5,250); }
div.DivClassName
{
background-color: #7705FA;
}
.BgClassName
{
background-color: #7705FA;
}
</style>
border-color css
<style>
span { border-color: #7705FA; }
span { border-color: rgb(119,5,250); }
td.TdClassName
{
border-color: #7705FA;
}
.TagClassName
{
border-color: #7705FA;
}
</style>