Html Css Color HEX #7521FF Electric Indigo

📋 copy color: '#7521FF'

red 117 ◦ green 33 ◦ blue 255

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

Shades of Electric Indigo #7521FF

Tints of Electric Indigo #7521FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.15%

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

R = 28.89%
G = 8.15%
B = 62.96%

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

#7521FF (or 0x7521FF) is known color: Electric Indigo. HEX triplet: 75, 21 and FF. RGB value is (117,33,255). Sum of RGB (Red+Green+Blue) = 117+33+255=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #7521FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7521FF is #8ADE00. Grayscale: #525252. Windows color (decimal): -9100801 or 16720245. OLE color: 16720245.

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

Color convert

RGB 117 33 255 -
CMYK 0.54 0.87 0 0
HSL 262.7º 1% 0.56% -
HSV(B) 262.7º 0.87% 1% -
XYZ 25.93 12.09 95.57 -
YUV 83.42 224.83 151.95 -
System Red Green Blue C M Y K H S L
Decimal 117 33 255 0.54 0.87 0 0 262.7 1 0.56
Hex 75 21 FF 36 57 0 0 107 64 38
Octal 165 41 377 66 127 0 0 407 144 70
Binary 1110101 100001 11111111 110110 1010111 0 0 100000111 1100100 111000

Color Harmonies of #7521FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7521FF

Black with #7521FF

Text Example


Text Example

White with #7521FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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