Html Css Color HEX #7D13F5 Electric Indigo

📋 copy color: '#7D13F5'

red 125 ◦ green 19 ◦ blue 245

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

Shades of Electric Indigo #7D13F5

Tints of Electric Indigo #7D13F5

RGB

 RED value IS 125 (49.22% from 255) = 32.13%

 GREEN value IS 19 (7.81% from 255) = 4.88%

 BLUE value IS 245 (96.09% from 255) = 62.98%

R = 32.13%
G = 4.88%
B = 62.98%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7D13F5 (or 0x7D13F5) is known color: Electric Indigo. HEX triplet: 7D, 13 and F5. RGB value is (125,19,245). Sum of RGB (Red+Green+Blue) = 125+19+245=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 245 (96.09% from 255 or 62.98% from 389); Max value from RGB is 245 - color contains mainly: blue. Hex color #7D13F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D13F5 is #82EC0A. Grayscale: #4B4B4B. Windows color (decimal): -8580107 or 16061309. OLE color: 16061309.

HSL color Cylindrical-coordinate representation of color #7D13F5: hue angle of 268.14º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D13F5 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 19 245 -
CMYK 0.49 0.92 0 0.04
HSL 268.14º 0.92% 0.52% -
HSV(B) 268.14º 0.92% 0.96% -
XYZ 25.17 11.42 87.26 -
YUV 76.46 223.12 162.62 -
System Red Green Blue C M Y K H S L
Decimal 125 19 245 0.49 0.92 0 0.04 268.14 0.92 0.52
Hex 7D 13 F5 31 5C 0 4 10C 5C 34
Octal 175 23 365 61 134 0 4 414 134 64
Binary 1111101 10011 11110101 110001 1011100 0 100 100001100 1011100 110100

Color Harmonies of #7D13F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D13F5

Black with #7D13F5

Text Example


Text Example

White with #7D13F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D13F5; }

 p { color: rgb(125,19,245); }

 H1.HeaderClassName
 {
   color: #7D13F5;
 }
 .AnyTagClassName
 {
   color: #7D13F5;
 }
</style>

background-color css

<style>
 a { background-color: #7D13F5; }

 a { background-color: rgb(125,19,245); }

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

border-color css

<style>
 span { border-color: #7D13F5; }

 span { border-color: rgb(125,19,245); }

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