Html Css Color HEX #7D0EFF Electric Indigo

📋 copy color: '#7D0EFF'

red 125 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #7D0EFF

Tints of Electric Indigo #7D0EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.72%

R = 31.73%
G = 3.55%
B = 64.72%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D0EFF (or 0x7D0EFF) is known color: Electric Indigo. HEX triplet: 7D, 0E and FF. RGB value is (125,14,255). Sum of RGB (Red+Green+Blue) = 125+14+255=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D0EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0EFF is #82F100. Grayscale: #494949. Windows color (decimal): -8581377 or 16715389. OLE color: 16715389.

HSL color Cylindrical-coordinate representation of color #7D0EFF: hue angle of 267.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D0EFF is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 14 255 -
CMYK 0.51 0.95 0 0
HSL 267.63º 1% 0.53% -
HSV(B) 267.63º 0.95% 1% -
XYZ 26.66 11.89 95.5 -
YUV 74.66 229.77 163.9 -
System Red Green Blue C M Y K H S L
Decimal 125 14 255 0.51 0.95 0 0 267.63 1 0.53
Hex 7D E FF 33 5F 0 0 10C 64 35
Octal 175 16 377 63 137 0 0 414 144 65
Binary 1111101 1110 11111111 110011 1011111 0 0 100001100 1100100 110101

Color Harmonies of #7D0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0EFF

Black with #7D0EFF

Text Example


Text Example

White with #7D0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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