Html Css Color HEX #7D12F3 Electric Indigo

📋 copy color: '#7D12F3'

red 125 ◦ green 18 ◦ blue 243

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

Shades of Electric Indigo #7D12F3

Tints of Electric Indigo #7D12F3

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

 BLUE value IS 243 (95.31% from 255) = 62.95%

R = 32.38%
G = 4.66%
B = 62.95%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7D12F3 (or 0x7D12F3) is known color: Electric Indigo. HEX triplet: 7D, 12 and F3. RGB value is (125,18,243). Sum of RGB (Red+Green+Blue) = 125+18+243=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #7D12F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D12F3 is #82ED0C. Grayscale: #4A4A4A. Windows color (decimal): -8580365 or 15929981. OLE color: 15929981.

HSL color Cylindrical-coordinate representation of color #7D12F3: hue angle of 268.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D12F3 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 18 243 -
CMYK 0.49 0.93 0 0.05
HSL 268.53º 0.9% 0.51% -
HSV(B) 268.53º 0.93% 0.95% -
XYZ 24.85 11.26 85.66 -
YUV 75.64 222.45 163.2 -
System Red Green Blue C M Y K H S L
Decimal 125 18 243 0.49 0.93 0 0.05 268.53 0.9 0.51
Hex 7D 12 F3 31 5D 0 5 10D 5A 33
Octal 175 22 363 61 135 0 5 415 132 63
Binary 1111101 10010 11110011 110001 1011101 0 101 100001101 1011010 110011

Color Harmonies of #7D12F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D12F3

Black with #7D12F3

Text Example


Text Example

White with #7D12F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,18,243); }

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

background-color css

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

 a { background-color: rgb(125,18,243); }

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

border-color css

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

 span { border-color: rgb(125,18,243); }

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