Html Css Color HEX #7D14FD Electric Indigo

📋 copy color: '#7D14FD'

red 125 ◦ green 20 ◦ blue 253

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

Shades of Electric Indigo #7D14FD

Tints of Electric Indigo #7D14FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.03%

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

R = 31.41%
G = 5.03%
B = 63.57%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D14FD (or 0x7D14FD) is known color: Electric Indigo. HEX triplet: 7D, 14 and FD. RGB value is (125,20,253). Sum of RGB (Red+Green+Blue) = 125+20+253=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D14FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D14FD is #82EB02. Grayscale: #4D4D4D. Windows color (decimal): -8579843 or 16585853. OLE color: 16585853.

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

Color convert

RGB 125 20 253 -
CMYK 0.51 0.92 0 0.01
HSL 267.04º 0.98% 0.54% -
HSV(B) 267.04º 0.92% 0.99% -
XYZ 26.44 11.95 93.84 -
YUV 77.96 226.79 161.55 -
System Red Green Blue C M Y K H S L
Decimal 125 20 253 0.51 0.92 0 0.01 267.04 0.98 0.54
Hex 7D 14 FD 33 5C 0 1 10B 62 36
Octal 175 24 375 63 134 0 1 413 142 66
Binary 1111101 10100 11111101 110011 1011100 0 1 100001011 1100010 110110

Color Harmonies of #7D14FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D14FD

Black with #7D14FD

Text Example


Text Example

White with #7D14FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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