Html Css Color HEX #7D0EED Electric Indigo

📋 copy color: '#7D0EED'

red 125 ◦ green 14 ◦ blue 237

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

Shades of Electric Indigo #7D0EED

Tints of Electric Indigo #7D0EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.72%

 BLUE value IS 237 (92.97% from 255) = 63.03%

R = 33.24%
G = 3.72%
B = 63.03%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D0EED (or 0x7D0EED) is known color: Electric Indigo. HEX triplet: 7D, 0E and ED. RGB value is (125,14,237). Sum of RGB (Red+Green+Blue) = 125+14+237=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D0EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0EED is #82F112. Grayscale: #474747. Windows color (decimal): -8581395 or 15535741. OLE color: 15535741.

HSL color Cylindrical-coordinate representation of color #7D0EED: hue angle of 269.87º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0EED is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 14 237 -
CMYK 0.47 0.94 0 0.07
HSL 269.87º 0.89% 0.49% -
HSV(B) 269.87º 0.94% 0.93% -
XYZ 23.9 10.79 80.94 -
YUV 72.61 220.77 165.37 -
System Red Green Blue C M Y K H S L
Decimal 125 14 237 0.47 0.94 0 0.07 269.87 0.89 0.49
Hex 7D E ED 2F 5E 0 7 10E 59 31
Octal 175 16 355 57 136 0 7 416 131 61
Binary 1111101 1110 11101101 101111 1011110 0 111 100001110 1011001 110001

Color Harmonies of #7D0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0EED

Black with #7D0EED

Text Example


Text Example

White with #7D0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,14,237); }

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

background-color css

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

 a { background-color: rgb(125,14,237); }

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

border-color css

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

 span { border-color: rgb(125,14,237); }

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