Shades of Electric Indigo #760FFF
Tints of Electric Indigo #760FFF
RGB
CMYK
RGB Variations
Color information
#760FFF (or 0x760FFF) is known color: Electric Indigo. HEX triplet: 76, 0F and FF. RGB value is (118,15,255). Sum of RGB (Red+Green+Blue) = 118+15+255=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #760FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FFF is #89F000. Grayscale: #484848. Windows color (decimal): -9039873 or 16715638. OLE color: 16715638.
HSL color Cylindrical-coordinate representation of color #760FFF: hue angle of 265.75º 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 #760FFF is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 15 | 255 | - |
| CMYK | 0.54 | 0.94 | 0 | 0 |
| HSL | 265.75º | 1% | 0.53% | - |
| HSV(B) | 265.75º | 0.94% | 1% | - |
| XYZ | 25.69 | 11.41 | 95.46 | - |
| YUV | 73.16 | 230.62 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 255 | 0.54 | 0.94 | 0 | 0 | 265.75 | 1 | 0.53 |
| Hex | 76 | F | FF | 36 | 5E | 0 | 0 | 10A | 64 | 35 |
| Octal | 166 | 17 | 377 | 66 | 136 | 0 | 0 | 412 | 144 | 65 |
| Binary | 1110110 | 1111 | 11111111 | 110110 | 1011110 | 0 | 0 | 100001010 | 1100100 | 110101 |
Color Harmonies of #760FFF
Complementary color
Monochromatic Colors of #760FFF
Black with #760FFF
Text Example
Text Example
White with #760FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FFF; }
p { color: rgb(118,15,255); }
H1.HeaderClassName
{
color: #760FFF;
}
.AnyTagClassName
{
color: #760FFF;
}
</style>
background-color css
<style>
a { background-color: #760FFF; }
a { background-color: rgb(118,15,255); }
div.DivClassName
{
background-color: #760FFF;
}
.BgClassName
{
background-color: #760FFF;
}
</style>
border-color css
<style>
span { border-color: #760FFF; }
span { border-color: rgb(118,15,255); }
td.TdClassName
{
border-color: #760FFF;
}
.TagClassName
{
border-color: #760FFF;
}
</style>