Html Css Color HEX #7D07FC Electric Indigo

📋 copy color: '#7D07FC'

red 125 ◦ green 7 ◦ blue 252

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

Shades of Electric Indigo #7D07FC

Tints of Electric Indigo #7D07FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.63%

R = 32.55%
G = 1.82%
B = 65.63%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D07FC (or 0x7D07FC) is known color: Electric Indigo. HEX triplet: 7D, 07 and FC. RGB value is (125,7,252). Sum of RGB (Red+Green+Blue) = 125+7+252=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D07FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D07FC is #82F803. Grayscale: #454545. Windows color (decimal): -8583172 or 16516989. OLE color: 16516989.

HSL color Cylindrical-coordinate representation of color #7D07FC: hue angle of 268.9º 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 #7D07FC is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 7 252 -
CMYK 0.50 0.97 0 0.01
HSL 268.9º 0.98% 0.51% -
HSV(B) 268.9º 0.97% 0.99% -
XYZ 26.1 11.54 92.95 -
YUV 70.21 230.59 167.08 -
System Red Green Blue C M Y K H S L
Decimal 125 7 252 0.50 0.97 0 0.01 268.9 0.98 0.51
Hex 7D 7 FC 32 61 0 1 10D 62 33
Octal 175 7 374 62 141 0 1 415 142 63
Binary 1111101 111 11111100 110010 1100001 0 1 100001101 1100010 110011

Color Harmonies of #7D07FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D07FC

Black with #7D07FC

Text Example


Text Example

White with #7D07FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,7,252); }

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

background-color css

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

 a { background-color: rgb(125,7,252); }

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

border-color css

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

 span { border-color: rgb(125,7,252); }

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