Html Css Color HEX #7905E6 Electric Indigo

📋 copy color: '#7905E6'

red 121 ◦ green 5 ◦ blue 230

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

Shades of Electric Indigo #7905E6

Tints of Electric Indigo #7905E6

RGB

 RED value IS 121 (47.66% from 255) = 33.99%

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 230 (90.23% from 255) = 64.61%

R = 33.99%
G = 1.4%
B = 64.61%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7905E6 (or 0x7905E6) is known color: Electric Indigo. HEX triplet: 79, 05 and E6. RGB value is (121,5,230). Sum of RGB (Red+Green+Blue) = 121+5+230=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #7905E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7905E6 is #86FA19. Grayscale: #404040. Windows color (decimal): -8845850 or 15074681. OLE color: 15074681.

HSL color Cylindrical-coordinate representation of color #7905E6: hue angle of 270.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7905E6 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 5 230 -
CMYK 0.47 0.98 0 0.10
HSL 270.93º 0.96% 0.46% -
HSV(B) 270.93º 0.98% 0.9% -
XYZ 22.22 9.89 75.6 -
YUV 65.33 220.93 167.7 -
System Red Green Blue C M Y K H S L
Decimal 121 5 230 0.47 0.98 0 0.10 270.93 0.96 0.46
Hex 79 5 E6 2F 62 0 A 10F 60 2E
Octal 171 5 346 57 142 0 12 417 140 56
Binary 1111001 101 11100110 101111 1100010 0 1010 100001111 1100000 101110

Color Harmonies of #7905E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7905E6

Black with #7905E6

Text Example


Text Example

White with #7905E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7905E6; }

 p { color: rgb(121,5,230); }

 H1.HeaderClassName
 {
   color: #7905E6;
 }
 .AnyTagClassName
 {
   color: #7905E6;
 }
</style>

background-color css

<style>
 a { background-color: #7905E6; }

 a { background-color: rgb(121,5,230); }

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

border-color css

<style>
 span { border-color: #7905E6; }

 span { border-color: rgb(121,5,230); }

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