Html Css Color HEX #7D0CEC Electric Indigo

📋 copy color: '#7D0CEC'

red 125 ◦ green 12 ◦ blue 236

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

Shades of Electric Indigo #7D0CEC

Tints of Electric Indigo #7D0CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.27%

R = 33.51%
G = 3.22%
B = 63.27%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D0CEC (or 0x7D0CEC) is known color: Electric Indigo. HEX triplet: 7D, 0C and EC. RGB value is (125,12,236). Sum of RGB (Red+Green+Blue) = 125+12+236=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D0CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0CEC is #82F313. Grayscale: #464646. Windows color (decimal): -8581908 or 15469693. OLE color: 15469693.

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

Color convert

RGB 125 12 236 -
CMYK 0.47 0.95 0 0.07
HSL 270.27º 0.9% 0.49% -
HSV(B) 270.27º 0.95% 0.93% -
XYZ 23.73 10.68 80.17 -
YUV 71.32 220.94 166.29 -
System Red Green Blue C M Y K H S L
Decimal 125 12 236 0.47 0.95 0 0.07 270.27 0.9 0.49
Hex 7D C EC 2F 5F 0 7 10E 5A 31
Octal 175 14 354 57 137 0 7 416 132 61
Binary 1111101 1100 11101100 101111 1011111 0 111 100001110 1011010 110001

Color Harmonies of #7D0CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0CEC

Black with #7D0CEC

Text Example


Text Example

White with #7D0CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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