Html Css Color HEX #7C4579 Eminence

📋 copy color: '#7C4579'

red 124 ◦ green 69 ◦ blue 121

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

Shades of Eminence #7C4579

Tints of Eminence #7C4579

RGB

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

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

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

R = 39.49%
G = 21.97%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C4579 (or 0x7C4579) is known color: Eminence. HEX triplet: 7C, 45 and 79. RGB value is (124,69,121). Sum of RGB (Red+Green+Blue) = 124+69+121=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4579 is #83BA86. Grayscale: #5B5B5B. Windows color (decimal): -8632967 or 7947644. OLE color: 7947644.

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

Color convert

RGB 124 69 121 -
CMYK 0 0.44 0.02 0.51
HSL 303.27º 0.28% 0.38% -
HSV(B) 303.27º 0.44% 0.49% -
XYZ 13.89 9.92 19.27 -
YUV 91.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 124 69 121 0 0.44 0.02 0.51 303.27 0.28 0.38
Hex 7C 45 79 0 2C 2 33 12F 1C 26
Octal 174 105 171 0 54 2 63 457 34 46
Binary 1111100 1000101 1111001 0 101100 10 110011 100101111 11100 100110

Color Harmonies of #7C4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4579

Black with #7C4579

Text Example


Text Example

White with #7C4579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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