Html Css Color HEX #7607FD Electric Indigo

📋 copy color: '#7607FD'

red 118 ◦ green 7 ◦ blue 253

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

Shades of Electric Indigo #7607FD

Tints of Electric Indigo #7607FD

RGB

 RED value IS 118 (46.48% from 255) = 31.22%

 GREEN value IS 7 (3.13% from 255) = 1.85%

 BLUE value IS 253 (99.22% from 255) = 66.93%

R = 31.22%
G = 1.85%
B = 66.93%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7607FD (or 0x7607FD) is known color: Electric Indigo. HEX triplet: 76, 07 and FD. RGB value is (118,7,253). Sum of RGB (Red+Green+Blue) = 118+7+253=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #7607FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7607FD is #89F802. Grayscale: #434343. Windows color (decimal): -9041923 or 16582518. OLE color: 16582518.

HSL color Cylindrical-coordinate representation of color #7607FD: hue angle of 267.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7607FD is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 7 253 -
CMYK 0.53 0.97 0 0.01
HSL 267.07º 0.98% 0.51% -
HSV(B) 267.07º 0.97% 0.99% -
XYZ 25.28 11.1 93.74 -
YUV 68.23 232.27 163.5 -
System Red Green Blue C M Y K H S L
Decimal 118 7 253 0.53 0.97 0 0.01 267.07 0.98 0.51
Hex 76 7 FD 35 61 0 1 10B 62 33
Octal 166 7 375 65 141 0 1 413 142 63
Binary 1110110 111 11111101 110101 1100001 0 1 100001011 1100010 110011

Color Harmonies of #7607FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7607FD

Black with #7607FD

Text Example


Text Example

White with #7607FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7607FD; }

 p { color: rgb(118,7,253); }

 H1.HeaderClassName
 {
   color: #7607FD;
 }
 .AnyTagClassName
 {
   color: #7607FD;
 }
</style>

background-color css

<style>
 a { background-color: #7607FD; }

 a { background-color: rgb(118,7,253); }

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

border-color css

<style>
 span { border-color: #7607FD; }

 span { border-color: rgb(118,7,253); }

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