Html Css Color HEX #7D0CF5 Electric Indigo

📋 copy color: '#7D0CF5'

red 125 ◦ green 12 ◦ blue 245

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

Shades of Electric Indigo #7D0CF5

Tints of Electric Indigo #7D0CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 64.14%

R = 32.72%
G = 3.14%
B = 64.14%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7D0CF5 (or 0x7D0CF5) is known color: Electric Indigo. HEX triplet: 7D, 0C and F5. RGB value is (125,12,245). Sum of RGB (Red+Green+Blue) = 125+12+245=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 245 (96.09% from 255 or 64.14% from 382); Max value from RGB is 245 - color contains mainly: blue. Hex color #7D0CF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0CF5 is #82F30A. Grayscale: #474747. Windows color (decimal): -8581899 or 16059517. OLE color: 16059517.

HSL color Cylindrical-coordinate representation of color #7D0CF5: hue angle of 269.1º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0CF5 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 12 245 -
CMYK 0.49 0.95 0 0.04
HSL 269.1º 0.92% 0.5% -
HSV(B) 269.1º 0.95% 0.96% -
XYZ 25.07 11.22 87.23 -
YUV 72.35 225.44 165.55 -
System Red Green Blue C M Y K H S L
Decimal 125 12 245 0.49 0.95 0 0.04 269.1 0.92 0.5
Hex 7D C F5 31 5F 0 4 10D 5C 32
Octal 175 14 365 61 137 0 4 415 134 62
Binary 1111101 1100 11110101 110001 1011111 0 100 100001101 1011100 110010

Color Harmonies of #7D0CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0CF5

Black with #7D0CF5

Text Example


Text Example

White with #7D0CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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