Html Css Color HEX #7D15FF Electric Indigo

📋 copy color: '#7D15FF'

red 125 ◦ green 21 ◦ blue 255

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

Shades of Electric Indigo #7D15FF

Tints of Electric Indigo #7D15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.24%

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

R = 31.17%
G = 5.24%
B = 63.59%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D15FF (or 0x7D15FF) is known color: Electric Indigo. HEX triplet: 7D, 15 and FF. RGB value is (125,21,255). Sum of RGB (Red+Green+Blue) = 125+21+255=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D15FF is #82EA00. Grayscale: #4D4D4D. Windows color (decimal): -8579585 or 16717181. OLE color: 16717181.

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

Color convert

RGB 125 21 255 -
CMYK 0.51 0.92 0 0
HSL 266.67º 1% 0.54% -
HSV(B) 266.67º 0.92% 1% -
XYZ 26.78 12.12 95.54 -
YUV 78.77 227.46 160.97 -
System Red Green Blue C M Y K H S L
Decimal 125 21 255 0.51 0.92 0 0 266.67 1 0.54
Hex 7D 15 FF 33 5C 0 0 10B 64 36
Octal 175 25 377 63 134 0 0 413 144 66
Binary 1111101 10101 11111111 110011 1011100 0 0 100001011 1100100 110110

Color Harmonies of #7D15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D15FF

Black with #7D15FF

Text Example


Text Example

White with #7D15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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