Html Css Color HEX #7511FA Electric Indigo

📋 copy color: '#7511FA'

red 117 ◦ green 17 ◦ blue 250

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

Shades of Electric Indigo #7511FA

Tints of Electric Indigo #7511FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

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

R = 30.47%
G = 4.43%
B = 65.1%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7511FA (or 0x7511FA) is known color: Electric Indigo. HEX triplet: 75, 11 and FA. RGB value is (117,17,250). Sum of RGB (Red+Green+Blue) = 117+17+250=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #7511FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7511FA is #8AEE05. Grayscale: #484848. Windows color (decimal): -9104902 or 16388469. OLE color: 16388469.

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

Color convert

RGB 117 17 250 -
CMYK 0.53 0.93 0 0.02
HSL 265.75º 0.96% 0.52% -
HSV(B) 265.75º 0.93% 0.98% -
XYZ 24.79 11.08 91.28 -
YUV 73.46 227.63 159.05 -
System Red Green Blue C M Y K H S L
Decimal 117 17 250 0.53 0.93 0 0.02 265.75 0.96 0.52
Hex 75 11 FA 35 5D 0 2 10A 60 34
Octal 165 21 372 65 135 0 2 412 140 64
Binary 1110101 10001 11111010 110101 1011101 0 10 100001010 1100000 110100

Color Harmonies of #7511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7511FA

Black with #7511FA

Text Example


Text Example

White with #7511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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