Html Css Color HEX #7E045B Eggplant

📋 copy color: '#7E045B'

red 126 ◦ green 4 ◦ blue 91

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

Shades of Eggplant #7E045B

Tints of Eggplant #7E045B

RGB

 RED value IS 126 (49.61% from 255) = 57.01%

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

 BLUE value IS 91 (35.94% from 255) = 41.18%

R = 57.01%
G = 1.81%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E045B (or 0x7E045B) is known color: Eggplant. HEX triplet: 7E, 04 and 5B. RGB value is (126,4,91). Sum of RGB (Red+Green+Blue) = 126+4+91=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E045B is #81FBA4. Grayscale: #323232. Windows color (decimal): -8518565 or 5964926. OLE color: 5964926.

HSL color Cylindrical-coordinate representation of color #7E045B: hue angle of 317.21º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E045B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 4 91 -
CMYK 0 0.97 0.28 0.51
HSL 317.21º 0.94% 0.25% -
HSV(B) 317.21º 0.97% 0.49% -
XYZ 10.54 5.28 10.36 -
YUV 50.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 126 4 91 0 0.97 0.28 0.51 317.21 0.94 0.25
Hex 7E 4 5B 0 61 1C 33 13D 5E 19
Octal 176 4 133 0 141 34 63 475 136 31
Binary 1111110 100 1011011 0 1100001 11100 110011 100111101 1011110 11001

Color Harmonies of #7E045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E045B

Black with #7E045B

Text Example


Text Example

White with #7E045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,91); }

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

background-color css

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

 a { background-color: rgb(126,4,91); }

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

border-color css

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

 span { border-color: rgb(126,4,91); }

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