Html Css Color HEX #7D0CEF Electric Indigo

📋 copy color: '#7D0CEF'

red 125 ◦ green 12 ◦ blue 239

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

Shades of Electric Indigo #7D0CEF

Tints of Electric Indigo #7D0CEF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

 BLUE value IS 239 (93.75% from 255) = 63.56%

R = 33.24%
G = 3.19%
B = 63.56%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7D0CEF (or 0x7D0CEF) is known color: Electric Indigo. HEX triplet: 7D, 0C and EF. RGB value is (125,12,239). Sum of RGB (Red+Green+Blue) = 125+12+239=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D0CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0CEF is #82F310. Grayscale: #464646. Windows color (decimal): -8581905 or 15666301. OLE color: 15666301.

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

Color convert

RGB 125 12 239 -
CMYK 0.48 0.95 0 0.06
HSL 269.87º 0.9% 0.49% -
HSV(B) 269.87º 0.95% 0.94% -
XYZ 24.17 10.85 82.48 -
YUV 71.67 222.44 166.04 -
System Red Green Blue C M Y K H S L
Decimal 125 12 239 0.48 0.95 0 0.06 269.87 0.9 0.49
Hex 7D C EF 30 5F 0 6 10E 5A 31
Octal 175 14 357 60 137 0 6 416 132 61
Binary 1111101 1100 11101111 110000 1011111 0 110 100001110 1011010 110001

Color Harmonies of #7D0CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0CEF

Black with #7D0CEF

Text Example


Text Example

White with #7D0CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,12,239); }

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

background-color css

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

 a { background-color: rgb(125,12,239); }

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

border-color css

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

 span { border-color: rgb(125,12,239); }

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