Html Css Color HEX #7505FF Electric Indigo

📋 copy color: '#7505FF'

red 117 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #7505FF

Tints of Electric Indigo #7505FF

RGB

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

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

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

R = 31.03%
G = 1.33%
B = 67.64%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7505FF (or 0x7505FF) is known color: Electric Indigo. HEX triplet: 75, 05 and FF. RGB value is (117,5,255). Sum of RGB (Red+Green+Blue) = 117+5+255=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #7505FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7505FF is #8AFA00. Grayscale: #424242. Windows color (decimal): -9107969 or 16713077. OLE color: 16713077.

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

Color convert

RGB 117 5 255 -
CMYK 0.54 0.98 0 0
HSL 266.88º 1% 0.51% -
HSV(B) 266.88º 0.98% 1% -
XYZ 25.44 11.11 95.41 -
YUV 66.99 234.11 163.67 -
System Red Green Blue C M Y K H S L
Decimal 117 5 255 0.54 0.98 0 0 266.88 1 0.51
Hex 75 5 FF 36 62 0 0 10B 64 33
Octal 165 5 377 66 142 0 0 413 144 63
Binary 1110101 101 11111111 110110 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7505FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7505FF

Black with #7505FF

Text Example


Text Example

White with #7505FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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