Shades of Electric Indigo #760CFF
Tints of Electric Indigo #760CFF
RGB
CMYK
RGB Variations
Color information
#760CFF (or 0x760CFF) is known color: Electric Indigo. HEX triplet: 76, 0C and FF. RGB value is (118,12,255). Sum of RGB (Red+Green+Blue) = 118+12+255=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #760CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CFF is #89F300. Grayscale: #464646. Windows color (decimal): -9040641 or 16714870. OLE color: 16714870.
HSL color Cylindrical-coordinate representation of color #760CFF: hue angle of 266.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CFF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 12 | 255 | - |
| CMYK | 0.54 | 0.95 | 0 | 0 |
| HSL | 266.17º | 1% | 0.52% | - |
| HSV(B) | 266.17º | 0.95% | 1% | - |
| XYZ | 25.65 | 11.33 | 95.44 | - |
| YUV | 71.4 | 231.62 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 255 | 0.54 | 0.95 | 0 | 0 | 266.17 | 1 | 0.52 |
| Hex | 76 | C | FF | 36 | 5F | 0 | 0 | 10A | 64 | 34 |
| Octal | 166 | 14 | 377 | 66 | 137 | 0 | 0 | 412 | 144 | 64 |
| Binary | 1110110 | 1100 | 11111111 | 110110 | 1011111 | 0 | 0 | 100001010 | 1100100 | 110100 |
Color Harmonies of #760CFF
Complementary color
Monochromatic Colors of #760CFF
Black with #760CFF
Text Example
Text Example
White with #760CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760CFF; }
p { color: rgb(118,12,255); }
H1.HeaderClassName
{
color: #760CFF;
}
.AnyTagClassName
{
color: #760CFF;
}
</style>
background-color css
<style>
a { background-color: #760CFF; }
a { background-color: rgb(118,12,255); }
div.DivClassName
{
background-color: #760CFF;
}
.BgClassName
{
background-color: #760CFF;
}
</style>
border-color css
<style>
span { border-color: #760CFF; }
span { border-color: rgb(118,12,255); }
td.TdClassName
{
border-color: #760CFF;
}
.TagClassName
{
border-color: #760CFF;
}
</style>