Html Css Color HEX #7505E5 Electric Indigo

📋 copy color: '#7505E5'

red 117 ◦ green 5 ◦ blue 229

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

Shades of Electric Indigo #7505E5

Tints of Electric Indigo #7505E5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

 BLUE value IS 229 (89.84% from 255) = 65.24%

R = 33.33%
G = 1.42%
B = 65.24%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7505E5 (or 0x7505E5) is known color: Electric Indigo. HEX triplet: 75, 05 and E5. RGB value is (117,5,229). Sum of RGB (Red+Green+Blue) = 117+5+229=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 229 (89.84% from 255 or 65.24% from 351); Max value from RGB is 229 - color contains mainly: blue. Hex color #7505E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7505E5 is #8AFA1A. Grayscale: #3F3F3F. Windows color (decimal): -9107995 or 15009141. OLE color: 15009141.

HSL color Cylindrical-coordinate representation of color #7505E5: hue angle of 270º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7505E5 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 5 229 -
CMYK 0.49 0.98 0 0.10
HSL 270º 0.96% 0.46% -
HSV(B) 270º 0.98% 0.9% -
XYZ 21.53 9.55 74.84 -
YUV 64.02 221.11 165.79 -
System Red Green Blue C M Y K H S L
Decimal 117 5 229 0.49 0.98 0 0.10 270 0.96 0.46
Hex 75 5 E5 31 62 0 A 10E 60 2E
Octal 165 5 345 61 142 0 12 416 140 56
Binary 1110101 101 11100101 110001 1100010 0 1010 100001110 1100000 101110

Color Harmonies of #7505E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505E5

Black with #7505E5

Text Example


Text Example

White with #7505E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7505E5; }

 p { color: rgb(117,5,229); }

 H1.HeaderClassName
 {
   color: #7505E5;
 }
 .AnyTagClassName
 {
   color: #7505E5;
 }
</style>

background-color css

<style>
 a { background-color: #7505E5; }

 a { background-color: rgb(117,5,229); }

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

border-color css

<style>
 span { border-color: #7505E5; }

 span { border-color: rgb(117,5,229); }

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