Html Css Color HEX #7510EE Electric Indigo

📋 copy color: '#7510EE'

red 117 ◦ green 16 ◦ blue 238

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

Shades of Electric Indigo #7510EE

Tints of Electric Indigo #7510EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 31.54%
G = 4.31%
B = 64.15%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7510EE (or 0x7510EE) is known color: Electric Indigo. HEX triplet: 75, 10 and EE. RGB value is (117,16,238). Sum of RGB (Red+Green+Blue) = 117+16+238=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #7510EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7510EE is #8AEF11. Grayscale: #464646. Windows color (decimal): -9105170 or 15601781. OLE color: 15601781.

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

Color convert

RGB 117 16 238 -
CMYK 0.51 0.93 0 0.07
HSL 267.3º 0.87% 0.5% -
HSV(B) 267.3º 0.93% 0.93% -
XYZ 22.95 10.33 81.67 -
YUV 71.51 221.96 160.45 -
System Red Green Blue C M Y K H S L
Decimal 117 16 238 0.51 0.93 0 0.07 267.3 0.87 0.5
Hex 75 10 EE 33 5D 0 7 10B 57 32
Octal 165 20 356 63 135 0 7 413 127 62
Binary 1110101 10000 11101110 110011 1011101 0 111 100001011 1010111 110010

Color Harmonies of #7510EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510EE

Black with #7510EE

Text Example


Text Example

White with #7510EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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