Html Css Color HEX #7C4371 Eminence

📋 copy color: '#7C4371'

red 124 ◦ green 67 ◦ blue 113

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

Shades of Eminence #7C4371

Tints of Eminence #7C4371

RGB

 RED value IS 124 (48.83% from 255) = 40.79%

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 40.79%
G = 22.04%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C4371 (or 0x7C4371) is known color: Eminence. HEX triplet: 7C, 43 and 71. RGB value is (124,67,113). Sum of RGB (Red+Green+Blue) = 124+67+113=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4371 is #83BC8E. Grayscale: #595959. Windows color (decimal): -8633487 or 7422844. OLE color: 7422844.

HSL color Cylindrical-coordinate representation of color #7C4371: hue angle of 311.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C4371 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 67 113 -
CMYK 0 0.46 0.09 0.51
HSL 311.58º 0.3% 0.37% -
HSV(B) 311.58º 0.46% 0.49% -
XYZ 13.3 9.49 16.75 -
YUV 89.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 124 67 113 0 0.46 0.09 0.51 311.58 0.3 0.37
Hex 7C 43 71 0 2E 9 33 138 1E 25
Octal 174 103 161 0 56 11 63 470 36 45
Binary 1111100 1000011 1110001 0 101110 1001 110011 100111000 11110 100101

Color Harmonies of #7C4371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4371

Black with #7C4371

Text Example


Text Example

White with #7C4371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,67,113); }

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

background-color css

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

 a { background-color: rgb(124,67,113); }

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

border-color css

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

 span { border-color: rgb(124,67,113); }

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