Html Css Color HEX #7E035B Eggplant

📋 copy color: '#7E035B'

red 126 ◦ green 3 ◦ blue 91

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

Shades of Eggplant #7E035B

Tints of Eggplant #7E035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 57.27%
G = 1.36%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E035B (or 0x7E035B) is known color: Eggplant. HEX triplet: 7E, 03 and 5B. RGB value is (126,3,91). Sum of RGB (Red+Green+Blue) = 126+3+91=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E035B is #81FCA4. Grayscale: #313131. Windows color (decimal): -8518821 or 5964670. OLE color: 5964670.

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

Color convert

RGB 126 3 91 -
CMYK 0 0.98 0.28 0.51
HSL 317.07º 0.95% 0.25% -
HSV(B) 317.07º 0.98% 0.49% -
XYZ 10.53 5.26 10.36 -
YUV 49.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 126 3 91 0 0.98 0.28 0.51 317.07 0.95 0.25
Hex 7E 3 5B 0 62 1C 33 13D 5F 19
Octal 176 3 133 0 142 34 63 475 137 31
Binary 1111110 11 1011011 0 1100010 11100 110011 100111101 1011111 11001

Color Harmonies of #7E035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E035B

Black with #7E035B

Text Example


Text Example

White with #7E035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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