Html Css Color HEX #7E4579 Eminence

📋 copy color: '#7E4579'

red 126 ◦ green 69 ◦ blue 121

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

Shades of Eminence #7E4579

Tints of Eminence #7E4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

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

R = 39.87%
G = 21.84%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E4579 (or 0x7E4579) is known color: Eminence. HEX triplet: 7E, 45 and 79. RGB value is (126,69,121). Sum of RGB (Red+Green+Blue) = 126+69+121=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4579 is #81BA86. Grayscale: #5B5B5B. Windows color (decimal): -8501895 or 7947646. OLE color: 7947646.

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

Color convert

RGB 126 69 121 -
CMYK 0 0.45 0.04 0.51
HSL 305.26º 0.29% 0.38% -
HSV(B) 305.26º 0.45% 0.49% -
XYZ 14.18 10.07 19.29 -
YUV 91.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 126 69 121 0 0.45 0.04 0.51 305.26 0.29 0.38
Hex 7E 45 79 0 2D 4 33 131 1D 26
Octal 176 105 171 0 55 4 63 461 35 46
Binary 1111110 1000101 1111001 0 101101 100 110011 100110001 11101 100110

Color Harmonies of #7E4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4579

Black with #7E4579

Text Example


Text Example

White with #7E4579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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