Html Css Color HEX #7D0AFF Electric Indigo

📋 copy color: '#7D0AFF'

red 125 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #7D0AFF

Tints of Electric Indigo #7D0AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

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

R = 32.05%
G = 2.56%
B = 65.38%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D0AFF (or 0x7D0AFF) is known color: Electric Indigo. HEX triplet: 7D, 0A and FF. RGB value is (125,10,255). Sum of RGB (Red+Green+Blue) = 125+10+255=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7D0AFF is #82F500. Grayscale: #474747. Windows color (decimal): -8582401 or 16714365. OLE color: 16714365.

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

Color convert

RGB 125 10 255 -
CMYK 0.51 0.96 0 0
HSL 268.16º 1% 0.52% -
HSV(B) 268.16º 0.96% 1% -
XYZ 26.62 11.8 95.48 -
YUV 72.32 231.1 165.58 -
System Red Green Blue C M Y K H S L
Decimal 125 10 255 0.51 0.96 0 0 268.16 1 0.52
Hex 7D A FF 33 60 0 0 10C 64 34
Octal 175 12 377 63 140 0 0 414 144 64
Binary 1111101 1010 11111111 110011 1100000 0 0 100001100 1100100 110100

Color Harmonies of #7D0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0AFF

Black with #7D0AFF

Text Example


Text Example

White with #7D0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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