Html Css Color HEX #7D10FD Electric Indigo

📋 copy color: '#7D10FD'

red 125 ◦ green 16 ◦ blue 253

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

Shades of Electric Indigo #7D10FD

Tints of Electric Indigo #7D10FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.06%

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

R = 31.73%
G = 4.06%
B = 64.21%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D10FD (or 0x7D10FD) is known color: Electric Indigo. HEX triplet: 7D, 10 and FD. RGB value is (125,16,253). Sum of RGB (Red+Green+Blue) = 125+16+253=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D10FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D10FD is #82EF02. Grayscale: #4A4A4A. Windows color (decimal): -8580867 or 16584829. OLE color: 16584829.

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

Color convert

RGB 125 16 253 -
CMYK 0.51 0.94 0 0.01
HSL 267.59º 0.98% 0.53% -
HSV(B) 267.59º 0.94% 0.99% -
XYZ 26.37 11.82 93.82 -
YUV 75.61 228.11 163.23 -
System Red Green Blue C M Y K H S L
Decimal 125 16 253 0.51 0.94 0 0.01 267.59 0.98 0.53
Hex 7D 10 FD 33 5E 0 1 10C 62 35
Octal 175 20 375 63 136 0 1 414 142 65
Binary 1111101 10000 11111101 110011 1011110 0 1 100001100 1100010 110101

Color Harmonies of #7D10FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D10FD

Black with #7D10FD

Text Example


Text Example

White with #7D10FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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