Html Css Color HEX #7D19FF Electric Indigo

📋 copy color: '#7D19FF'

red 125 ◦ green 25 ◦ blue 255

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

Shades of Electric Indigo #7D19FF

Tints of Electric Indigo #7D19FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.17%

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

R = 30.86%
G = 6.17%
B = 62.96%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D19FF (or 0x7D19FF) is known color: Electric Indigo. HEX triplet: 7D, 19 and FF. RGB value is (125,25,255). Sum of RGB (Red+Green+Blue) = 125+25+255=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D19FF is #82E600. Grayscale: #505050. Windows color (decimal): -8578561 or 16718205. OLE color: 16718205.

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

Color convert

RGB 125 25 255 -
CMYK 0.51 0.90 0 0
HSL 266.09º 1% 0.55% -
HSV(B) 266.09º 0.9% 1% -
XYZ 26.86 12.28 95.56 -
YUV 81.12 226.13 159.3 -
System Red Green Blue C M Y K H S L
Decimal 125 25 255 0.51 0.90 0 0 266.09 1 0.55
Hex 7D 19 FF 33 5A 0 0 10A 64 37
Octal 175 31 377 63 132 0 0 412 144 67
Binary 1111101 11001 11111111 110011 1011010 0 0 100001010 1100100 110111

Color Harmonies of #7D19FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D19FF

Black with #7D19FF

Text Example


Text Example

White with #7D19FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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