Html Css Color HEX #7B04E9 Electric Indigo

📋 copy color: '#7B04E9'

red 123 ◦ green 4 ◦ blue 233

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

Shades of Electric Indigo #7B04E9

Tints of Electric Indigo #7B04E9

RGB

 RED value IS 123 (48.44% from 255) = 34.17%

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 233 (91.41% from 255) = 64.72%

R = 34.17%
G = 1.11%
B = 64.72%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7B04E9 (or 0x7B04E9) is known color: Electric Indigo. HEX triplet: 7B, 04 and E9. RGB value is (123,4,233). Sum of RGB (Red+Green+Blue) = 123+4+233=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #7B04E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B04E9 is #84FB16. Grayscale: #404040. Windows color (decimal): -8715031 or 15271035. OLE color: 15271035.

HSL color Cylindrical-coordinate representation of color #7B04E9: hue angle of 271.18º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B04E9 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 123 4 233 -
CMYK 0.47 0.98 0 0.09
HSL 271.18º 0.97% 0.46% -
HSV(B) 271.18º 0.98% 0.91% -
XYZ 22.92 10.18 77.85 -
YUV 65.69 222.42 168.88 -
System Red Green Blue C M Y K H S L
Decimal 123 4 233 0.47 0.98 0 0.09 271.18 0.97 0.46
Hex 7B 4 E9 2F 62 0 9 10F 61 2E
Octal 173 4 351 57 142 0 11 417 141 56
Binary 1111011 100 11101001 101111 1100010 0 1001 100001111 1100001 101110

Color Harmonies of #7B04E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B04E9

Black with #7B04E9

Text Example


Text Example

White with #7B04E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,233); }

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

background-color css

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

 a { background-color: rgb(123,4,233); }

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

border-color css

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

 span { border-color: rgb(123,4,233); }

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