Html Css Color HEX #7520FE Electric Indigo

📋 copy color: '#7520FE'

red 117 ◦ green 32 ◦ blue 254

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

Shades of Electric Indigo #7520FE

Tints of Electric Indigo #7520FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.94%

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 29.03%
G = 7.94%
B = 63.03%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7520FE (or 0x7520FE) is known color: Electric Indigo. HEX triplet: 75, 20 and FE. RGB value is (117,32,254). Sum of RGB (Red+Green+Blue) = 117+32+254=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #7520FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7520FE is #8ADF01. Grayscale: #515151. Windows color (decimal): -9101058 or 16654453. OLE color: 16654453.

HSL color Cylindrical-coordinate representation of color #7520FE: hue angle of 262.97º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7520FE is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 32 254 -
CMYK 0.54 0.87 0 0.00
HSL 262.97º 0.99% 0.56% -
HSV(B) 262.97º 0.87% 1% -
XYZ 25.74 11.97 94.72 -
YUV 82.72 224.66 152.45 -
System Red Green Blue C M Y K H S L
Decimal 117 32 254 0.54 0.87 0 0.00 262.97 0.99 0.56
Hex 75 20 FE 36 57 0 0 107 63 38
Octal 165 40 376 66 127 0 0 407 143 70
Binary 1110101 100000 11111110 110110 1010111 0 0 100000111 1100011 111000

Color Harmonies of #7520FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7520FE

Black with #7520FE

Text Example


Text Example

White with #7520FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7520FE; }

 p { color: rgb(117,32,254); }

 H1.HeaderClassName
 {
   color: #7520FE;
 }
 .AnyTagClassName
 {
   color: #7520FE;
 }
</style>

background-color css

<style>
 a { background-color: #7520FE; }

 a { background-color: rgb(117,32,254); }

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

border-color css

<style>
 span { border-color: #7520FE; }

 span { border-color: rgb(117,32,254); }

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