Html Css Color HEX #7E4372 Eminence

📋 copy color: '#7E4372'

red 126 ◦ green 67 ◦ blue 114

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

Shades of Eminence #7E4372

Tints of Eminence #7E4372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 41.04%
G = 21.82%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7E4372 (or 0x7E4372) is known color: Eminence. HEX triplet: 7E, 43 and 72. RGB value is (126,67,114). Sum of RGB (Red+Green+Blue) = 126+67+114=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E4372 is #81BC8D. Grayscale: #595959. Windows color (decimal): -8502414 or 7488382. OLE color: 7488382.

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

Color convert

RGB 126 67 114 -
CMYK 0 0.47 0.10 0.51
HSL 312.2º 0.31% 0.38% -
HSV(B) 312.2º 0.47% 0.49% -
XYZ 13.65 9.66 17.07 -
YUV 90 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 126 67 114 0 0.47 0.10 0.51 312.2 0.31 0.38
Hex 7E 43 72 0 2F A 33 138 1F 26
Octal 176 103 162 0 57 12 63 470 37 46
Binary 1111110 1000011 1110010 0 101111 1010 110011 100111000 11111 100110

Color Harmonies of #7E4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4372

Black with #7E4372

Text Example


Text Example

White with #7E4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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