Html Css Color HEX #7504FF Electric Indigo

📋 copy color: '#7504FF'

red 117 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #7504FF

Tints of Electric Indigo #7504FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 31.12%
G = 1.06%
B = 67.82%

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

#7504FF (or 0x7504FF) is known color: Electric Indigo. HEX triplet: 75, 04 and FF. RGB value is (117,4,255). Sum of RGB (Red+Green+Blue) = 117+4+255=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #7504FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7504FF is #8AFB00. Grayscale: #414141. Windows color (decimal): -9108225 or 16712821. OLE color: 16712821.

HSL color Cylindrical-coordinate representation of color #7504FF: hue angle of 267.01º 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 #7504FF is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 4 255 -
CMYK 0.54 0.98 0 0
HSL 267.01º 1% 0.51% -
HSV(B) 267.01º 0.98% 1% -
XYZ 25.43 11.09 95.41 -
YUV 66.4 234.44 164.09 -
System Red Green Blue C M Y K H S L
Decimal 117 4 255 0.54 0.98 0 0 267.01 1 0.51
Hex 75 4 FF 36 62 0 0 10B 64 33
Octal 165 4 377 66 142 0 0 413 144 63
Binary 1110101 100 11111111 110110 1100010 0 0 100001011 1100100 110011

Color Harmonies of #7504FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7504FF

Black with #7504FF

Text Example


Text Example

White with #7504FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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