Html Css Color HEX #7522FF Electric Indigo

📋 copy color: '#7522FF'

red 117 ◦ green 34 ◦ blue 255

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

Shades of Electric Indigo #7522FF

Tints of Electric Indigo #7522FF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.37%

 BLUE value IS 255 (100% from 255) = 62.81%

R = 28.82%
G = 8.37%
B = 62.81%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7522FF (or 0x7522FF) is known color: Electric Indigo. HEX triplet: 75, 22 and FF. RGB value is (117,34,255). Sum of RGB (Red+Green+Blue) = 117+34+255=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7522FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7522FF is #8ADD00. Grayscale: #535353. Windows color (decimal): -9100545 or 16720501. OLE color: 16720501.

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

Color convert

RGB 117 34 255 -
CMYK 0.54 0.87 0 0
HSL 262.53º 1% 0.57% -
HSV(B) 262.53º 0.87% 1% -
XYZ 25.96 12.15 95.58 -
YUV 84.01 224.5 151.53 -
System Red Green Blue C M Y K H S L
Decimal 117 34 255 0.54 0.87 0 0 262.53 1 0.57
Hex 75 22 FF 36 57 0 0 107 64 39
Octal 165 42 377 66 127 0 0 407 144 71
Binary 1110101 100010 11111111 110110 1010111 0 0 100000111 1100100 111001

Color Harmonies of #7522FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7522FF

Black with #7522FF

Text Example


Text Example

White with #7522FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7522FF; }

 p { color: rgb(117,34,255); }

 H1.HeaderClassName
 {
   color: #7522FF;
 }
 .AnyTagClassName
 {
   color: #7522FF;
 }
</style>

background-color css

<style>
 a { background-color: #7522FF; }

 a { background-color: rgb(117,34,255); }

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

border-color css

<style>
 span { border-color: #7522FF; }

 span { border-color: rgb(117,34,255); }

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