Shades of Electric Indigo #7513FE
Tints of Electric Indigo #7513FE
RGB
CMYK
RGB Variations
Color information
#7513FE (or 0x7513FE) is known color: Electric Indigo. HEX triplet: 75, 13 and FE. RGB value is (117,19,254). Sum of RGB (Red+Green+Blue) = 117+19+254=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #7513FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7513FE is #8AEC01. Grayscale: #4A4A4A. Windows color (decimal): -9104386 or 16651125. OLE color: 16651125.
HSL color Cylindrical-coordinate representation of color #7513FE: hue angle of 265.02º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7513FE is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 19 | 254 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.00 |
| HSL | 265.02º | 0.99% | 0.54% | - |
| HSV(B) | 265.02º | 0.93% | 1% | - |
| XYZ | 25.46 | 11.4 | 94.63 | - |
| YUV | 75.09 | 228.97 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 254 | 0.54 | 0.93 | 0 | 0.00 | 265.02 | 0.99 | 0.54 |
| Hex | 75 | 13 | FE | 36 | 5D | 0 | 0 | 109 | 63 | 36 |
| Octal | 165 | 23 | 376 | 66 | 135 | 0 | 0 | 411 | 143 | 66 |
| Binary | 1110101 | 10011 | 11111110 | 110110 | 1011101 | 0 | 0 | 100001001 | 1100011 | 110110 |
Color Harmonies of #7513FE
Complementary color
Monochromatic Colors of #7513FE
Black with #7513FE
Text Example
Text Example
White with #7513FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7513FE; }
p { color: rgb(117,19,254); }
H1.HeaderClassName
{
color: #7513FE;
}
.AnyTagClassName
{
color: #7513FE;
}
</style>
background-color css
<style>
a { background-color: #7513FE; }
a { background-color: rgb(117,19,254); }
div.DivClassName
{
background-color: #7513FE;
}
.BgClassName
{
background-color: #7513FE;
}
</style>
border-color css
<style>
span { border-color: #7513FE; }
span { border-color: rgb(117,19,254); }
td.TdClassName
{
border-color: #7513FE;
}
.TagClassName
{
border-color: #7513FE;
}
</style>