Html Css Color HEX #7E4379 Eminence

📋 copy color: '#7E4379'

red 126 ◦ green 67 ◦ blue 121

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

Shades of Eminence #7E4379

Tints of Eminence #7E4379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.34%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 40.13%
G = 21.34%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E4379 (or 0x7E4379) is known color: Eminence. HEX triplet: 7E, 43 and 79. RGB value is (126,67,121). Sum of RGB (Red+Green+Blue) = 126+67+121=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4379 is #81BC86. Grayscale: #5A5A5A. Windows color (decimal): -8502407 or 7947134. OLE color: 7947134.

HSL color Cylindrical-coordinate representation of color #7E4379: hue angle of 305.08º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E4379 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 67 121 -
CMYK 0 0.47 0.04 0.51
HSL 305.08º 0.31% 0.38% -
HSV(B) 305.08º 0.47% 0.49% -
XYZ 14.06 9.83 19.25 -
YUV 90.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 126 67 121 0 0.47 0.04 0.51 305.08 0.31 0.38
Hex 7E 43 79 0 2F 4 33 131 1F 26
Octal 176 103 171 0 57 4 63 461 37 46
Binary 1111110 1000011 1111001 0 101111 100 110011 100110001 11111 100110

Color Harmonies of #7E4379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4379

Black with #7E4379

Text Example


Text Example

White with #7E4379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,67,121); }

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

background-color css

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

 a { background-color: rgb(126,67,121); }

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

border-color css

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

 span { border-color: rgb(126,67,121); }

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