Html Css Color HEX #7D13FF Electric Indigo

📋 copy color: '#7D13FF'

red 125 ◦ green 19 ◦ blue 255

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

Shades of Electric Indigo #7D13FF

Tints of Electric Indigo #7D13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.76%

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

R = 31.33%
G = 4.76%
B = 63.91%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D13FF (or 0x7D13FF) is known color: Electric Indigo. HEX triplet: 7D, 13 and FF. RGB value is (125,19,255). Sum of RGB (Red+Green+Blue) = 125+19+255=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D13FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D13FF is #82EC00. Grayscale: #4C4C4C. Windows color (decimal): -8580097 or 16716669. OLE color: 16716669.

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

Color convert

RGB 125 19 255 -
CMYK 0.51 0.93 0 0
HSL 266.95º 1% 0.54% -
HSV(B) 266.95º 0.93% 1% -
XYZ 26.74 12.05 95.52 -
YUV 77.6 228.12 161.81 -
System Red Green Blue C M Y K H S L
Decimal 125 19 255 0.51 0.93 0 0 266.95 1 0.54
Hex 7D 13 FF 33 5D 0 0 10B 64 36
Octal 175 23 377 63 135 0 0 413 144 66
Binary 1111101 10011 11111111 110011 1011101 0 0 100001011 1100100 110110

Color Harmonies of #7D13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D13FF

Black with #7D13FF

Text Example


Text Example

White with #7D13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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