Shades of Electric Indigo #700CF6
Tints of Electric Indigo #700CF6
RGB
CMYK
RGB Variations
Color information
#700CF6 (or 0x700CF6) is known color: Electric Indigo. HEX triplet: 70, 0C and F6. RGB value is (112,12,246). Sum of RGB (Red+Green+Blue) = 112+12+246=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #700CF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700CF6 is #8FF309. Grayscale: #434343. Windows color (decimal): -9433866 or 16125040. OLE color: 16125040.
HSL color Cylindrical-coordinate representation of color #700CF6: hue angle of 265.64º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700CF6 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 12 | 246 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.04 |
| HSL | 265.64º | 0.93% | 0.51% | - |
| HSV(B) | 265.64º | 0.95% | 0.96% | - |
| XYZ | 23.45 | 10.36 | 87.95 | - |
| YUV | 68.58 | 228.13 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 246 | 0.54 | 0.95 | 0 | 0.04 | 265.64 | 0.93 | 0.51 |
| Hex | 70 | C | F6 | 36 | 5F | 0 | 4 | 10A | 5D | 33 |
| Octal | 160 | 14 | 366 | 66 | 137 | 0 | 4 | 412 | 135 | 63 |
| Binary | 1110000 | 1100 | 11110110 | 110110 | 1011111 | 0 | 100 | 100001010 | 1011101 | 110011 |
Color Harmonies of #700CF6
Complementary color
Monochromatic Colors of #700CF6
Black with #700CF6
Text Example
Text Example
White with #700CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700CF6; }
p { color: rgb(112,12,246); }
H1.HeaderClassName
{
color: #700CF6;
}
.AnyTagClassName
{
color: #700CF6;
}
</style>
background-color css
<style>
a { background-color: #700CF6; }
a { background-color: rgb(112,12,246); }
div.DivClassName
{
background-color: #700CF6;
}
.BgClassName
{
background-color: #700CF6;
}
</style>
border-color css
<style>
span { border-color: #700CF6; }
span { border-color: rgb(112,12,246); }
td.TdClassName
{
border-color: #700CF6;
}
.TagClassName
{
border-color: #700CF6;
}
</style>