Html Css Color HEX #7E0461 Eggplant

📋 copy color: '#7E0461'

red 126 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #7E0461

Tints of Eggplant #7E0461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 55.51%
G = 1.76%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7E0461 (or 0x7E0461) is known color: Eggplant. HEX triplet: 7E, 04 and 61. RGB value is (126,4,97). Sum of RGB (Red+Green+Blue) = 126+4+97=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0461 is #81FB9E. Grayscale: #323232. Windows color (decimal): -8518559 or 6358142. OLE color: 6358142.

HSL color Cylindrical-coordinate representation of color #7E0461: hue angle of 314.26º 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 #7E0461 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 4 97 -
CMYK 0 0.97 0.23 0.51
HSL 314.26º 0.94% 0.25% -
HSV(B) 314.26º 0.97% 0.49% -
XYZ 10.81 5.39 11.78 -
YUV 51.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 126 4 97 0 0.97 0.23 0.51 314.26 0.94 0.25
Hex 7E 4 61 0 61 17 33 13A 5E 19
Octal 176 4 141 0 141 27 63 472 136 31
Binary 1111110 100 1100001 0 1100001 10111 110011 100111010 1011110 11001

Color Harmonies of #7E0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0461

Black with #7E0461

Text Example


Text Example

White with #7E0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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