Html Css Color HEX #7E3679 Eminence

📋 copy color: '#7E3679'

red 126 ◦ green 54 ◦ blue 121

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

Shades of Eminence #7E3679

Tints of Eminence #7E3679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 41.86%
G = 17.94%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7E3679 (or 0x7E3679) is known color: Eminence. HEX triplet: 7E, 36 and 79. RGB value is (126,54,121). Sum of RGB (Red+Green+Blue) = 126+54+121=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3679 is #81C986. Grayscale: #525252. Windows color (decimal): -8505735 or 7943806. OLE color: 7943806.

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

Color convert

RGB 126 54 121 -
CMYK 0 0.57 0.04 0.51
HSL 304.17º 0.4% 0.35% -
HSV(B) 304.17º 0.57% 0.49% -
XYZ 13.37 8.45 19.02 -
YUV 83.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 126 54 121 0 0.57 0.04 0.51 304.17 0.4 0.35
Hex 7E 36 79 0 39 4 33 130 28 23
Octal 176 66 171 0 71 4 63 460 50 43
Binary 1111110 110110 1111001 0 111001 100 110011 100110000 101000 100011

Color Harmonies of #7E3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3679

Black with #7E3679

Text Example


Text Example

White with #7E3679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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