Shades of Electric Indigo #7705FE
Tints of Electric Indigo #7705FE
RGB
CMYK
RGB Variations
Color information
#7705FE (or 0x7705FE) is known color: Electric Indigo. HEX triplet: 77, 05 and FE. RGB value is (119,5,254). Sum of RGB (Red+Green+Blue) = 119+5+254=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #7705FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7705FE is #88FA01. Grayscale: #424242. Windows color (decimal): -8976898 or 16647543. OLE color: 16647543.
HSL color Cylindrical-coordinate representation of color #7705FE: hue angle of 267.47º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7705FE is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 5 | 254 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.00 |
| HSL | 267.47º | 0.99% | 0.51% | - |
| HSV(B) | 267.47º | 0.98% | 1% | - |
| XYZ | 25.55 | 11.19 | 94.58 | - |
| YUV | 67.47 | 233.27 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 254 | 0.53 | 0.98 | 0 | 0.00 | 267.47 | 0.99 | 0.51 |
| Hex | 77 | 5 | FE | 35 | 62 | 0 | 0 | 10B | 63 | 33 |
| Octal | 167 | 5 | 376 | 65 | 142 | 0 | 0 | 413 | 143 | 63 |
| Binary | 1110111 | 101 | 11111110 | 110101 | 1100010 | 0 | 0 | 100001011 | 1100011 | 110011 |
Color Harmonies of #7705FE
Complementary color
Monochromatic Colors of #7705FE
Black with #7705FE
Text Example
Text Example
White with #7705FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705FE; }
p { color: rgb(119,5,254); }
H1.HeaderClassName
{
color: #7705FE;
}
.AnyTagClassName
{
color: #7705FE;
}
</style>
background-color css
<style>
a { background-color: #7705FE; }
a { background-color: rgb(119,5,254); }
div.DivClassName
{
background-color: #7705FE;
}
.BgClassName
{
background-color: #7705FE;
}
</style>
border-color css
<style>
span { border-color: #7705FE; }
span { border-color: rgb(119,5,254); }
td.TdClassName
{
border-color: #7705FE;
}
.TagClassName
{
border-color: #7705FE;
}
</style>