Html Css Color HEX #7E4374 Eminence

📋 copy color: '#7E4374'

red 126 ◦ green 67 ◦ blue 116

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

Shades of Eminence #7E4374

Tints of Eminence #7E4374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 40.78%
G = 21.68%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7E4374 (or 0x7E4374) is known color: Eminence. HEX triplet: 7E, 43 and 74. RGB value is (126,67,116). Sum of RGB (Red+Green+Blue) = 126+67+116=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4374 is #81BC8B. Grayscale: #5A5A5A. Windows color (decimal): -8502412 or 7619454. OLE color: 7619454.

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

Color convert

RGB 126 67 116 -
CMYK 0 0.47 0.08 0.51
HSL 310.17º 0.31% 0.38% -
HSV(B) 310.17º 0.47% 0.49% -
XYZ 13.76 9.71 17.67 -
YUV 90.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 126 67 116 0 0.47 0.08 0.51 310.17 0.31 0.38
Hex 7E 43 74 0 2F 8 33 136 1F 26
Octal 176 103 164 0 57 10 63 466 37 46
Binary 1111110 1000011 1110100 0 101111 1000 110011 100110110 11111 100110

Color Harmonies of #7E4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4374

Black with #7E4374

Text Example


Text Example

White with #7E4374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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