Html Css Color HEX #7D06FF Electric Indigo

📋 copy color: '#7D06FF'

red 125 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #7D06FF

Tints of Electric Indigo #7D06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

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

R = 32.38%
G = 1.55%
B = 66.06%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D06FF (or 0x7D06FF) is known color: Electric Indigo. HEX triplet: 7D, 06 and FF. RGB value is (125,6,255). Sum of RGB (Red+Green+Blue) = 125+6+255=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D06FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D06FF is #82F900. Grayscale: #454545. Windows color (decimal): -8583425 or 16713341. OLE color: 16713341.

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

Color convert

RGB 125 6 255 -
CMYK 0.51 0.98 0 0
HSL 268.67º 1% 0.51% -
HSV(B) 268.67º 0.98% 1% -
XYZ 26.57 11.71 95.47 -
YUV 69.97 232.42 167.25 -
System Red Green Blue C M Y K H S L
Decimal 125 6 255 0.51 0.98 0 0 268.67 1 0.51
Hex 7D 6 FF 33 62 0 0 10D 64 33
Octal 175 6 377 63 142 0 0 415 144 63
Binary 1111101 110 11111111 110011 1100010 0 0 100001101 1100100 110011

Color Harmonies of #7D06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D06FF

Black with #7D06FF

Text Example


Text Example

White with #7D06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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