Html Css Color HEX #7510EF Electric Indigo

📋 copy color: '#7510EF'

red 117 ◦ green 16 ◦ blue 239

#7510EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7510EF

Tints of Electric Indigo #7510EF

RGB

 RED value IS 117 (46.09% from 255) = 31.45%

 GREEN value IS 16 (6.64% from 255) = 4.3%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 31.45%
G = 4.3%
B = 64.25%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7510EF (or 0x7510EF) is known color: Electric Indigo. HEX triplet: 75, 10 and EF. RGB value is (117,16,239). Sum of RGB (Red+Green+Blue) = 117+16+239=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #7510EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7510EF is #8AEF10. Grayscale: #464646. Windows color (decimal): -9105169 or 15667317. OLE color: 15667317.

HSL color Cylindrical-coordinate representation of color #7510EF: hue angle of 267.17º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7510EF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 16 239 -
CMYK 0.51 0.93 0 0.06
HSL 267.17º 0.87% 0.5% -
HSV(B) 267.17º 0.93% 0.94% -
XYZ 23.1 10.38 82.45 -
YUV 71.62 222.46 160.37 -
System Red Green Blue C M Y K H S L
Decimal 117 16 239 0.51 0.93 0 0.06 267.17 0.87 0.5
Hex 75 10 EF 33 5D 0 6 10B 57 32
Octal 165 20 357 63 135 0 6 413 127 62
Binary 1110101 10000 11101111 110011 1011101 0 110 100001011 1010111 110010

Color Harmonies of #7510EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510EF

Black with #7510EF

Text Example


Text Example

White with #7510EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7510EF; }

 p { color: rgb(117,16,239); }

 H1.HeaderClassName
 {
   color: #7510EF;
 }
 .AnyTagClassName
 {
   color: #7510EF;
 }
</style>

background-color css

<style>
 a { background-color: #7510EF; }

 a { background-color: rgb(117,16,239); }

 div.DivClassName
 {
   background-color: #7510EF;
 }
 .BgClassName
 {
   background-color: #7510EF;
 }
</style>

border-color css

<style>
 span { border-color: #7510EF; }

 span { border-color: rgb(117,16,239); }

 td.TdClassName
 {
   border-color: #7510EF;
 }
 .TagClassName
 {
   border-color: #7510EF;
 }
</style>