Html Css Color HEX #7D07FD Electric Indigo

📋 copy color: '#7D07FD'

red 125 ◦ green 7 ◦ blue 253

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

Shades of Electric Indigo #7D07FD

Tints of Electric Indigo #7D07FD

RGB

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

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

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

R = 32.47%
G = 1.82%
B = 65.71%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D07FD (or 0x7D07FD) is known color: Electric Indigo. HEX triplet: 7D, 07 and FD. RGB value is (125,7,253). Sum of RGB (Red+Green+Blue) = 125+7+253=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D07FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D07FD is #82F802. Grayscale: #454545. Windows color (decimal): -8583171 or 16582525. OLE color: 16582525.

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

Color convert

RGB 125 7 253 -
CMYK 0.51 0.97 0 0.01
HSL 268.78º 0.98% 0.51% -
HSV(B) 268.78º 0.97% 0.99% -
XYZ 26.26 11.6 93.78 -
YUV 70.33 231.09 167 -
System Red Green Blue C M Y K H S L
Decimal 125 7 253 0.51 0.97 0 0.01 268.78 0.98 0.51
Hex 7D 7 FD 33 61 0 1 10D 62 33
Octal 175 7 375 63 141 0 1 415 142 63
Binary 1111101 111 11111101 110011 1100001 0 1 100001101 1100010 110011

Color Harmonies of #7D07FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D07FD

Black with #7D07FD

Text Example


Text Example

White with #7D07FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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