Html Css Color HEX #7510FA Electric Indigo

📋 copy color: '#7510FA'

red 117 ◦ green 16 ◦ blue 250

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

Shades of Electric Indigo #7510FA

Tints of Electric Indigo #7510FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 30.55%
G = 4.18%
B = 65.27%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7510FA (or 0x7510FA) is known color: Electric Indigo. HEX triplet: 75, 10 and FA. RGB value is (117,16,250). Sum of RGB (Red+Green+Blue) = 117+16+250=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #7510FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7510FA is #8AEF05. Grayscale: #484848. Windows color (decimal): -9105158 or 16388213. OLE color: 16388213.

HSL color Cylindrical-coordinate representation of color #7510FA: hue angle of 265.9º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7510FA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 16 250 -
CMYK 0.53 0.94 0 0.02
HSL 265.9º 0.96% 0.52% -
HSV(B) 265.9º 0.94% 0.98% -
XYZ 24.78 11.05 91.27 -
YUV 72.88 227.96 159.47 -
System Red Green Blue C M Y K H S L
Decimal 117 16 250 0.53 0.94 0 0.02 265.9 0.96 0.52
Hex 75 10 FA 35 5E 0 2 10A 60 34
Octal 165 20 372 65 136 0 2 412 140 64
Binary 1110101 10000 11111010 110101 1011110 0 10 100001010 1100000 110100

Color Harmonies of #7510FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510FA

Black with #7510FA

Text Example


Text Example

White with #7510FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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