Html Css Color HEX #7D4579 Eminence

📋 copy color: '#7D4579'

red 125 ◦ green 69 ◦ blue 121

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

Shades of Eminence #7D4579

Tints of Eminence #7D4579

RGB

 RED value IS 125 (49.22% from 255) = 39.68%

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

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

R = 39.68%
G = 21.9%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D4579 (or 0x7D4579) is known color: Eminence. HEX triplet: 7D, 45 and 79. RGB value is (125,69,121). Sum of RGB (Red+Green+Blue) = 125+69+121=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4579 is #82BA86. Grayscale: #5B5B5B. Windows color (decimal): -8567431 or 7947645. OLE color: 7947645.

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

Color convert

RGB 125 69 121 -
CMYK 0 0.45 0.03 0.51
HSL 304.29º 0.29% 0.38% -
HSV(B) 304.29º 0.45% 0.49% -
XYZ 14.04 10 19.28 -
YUV 91.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 125 69 121 0 0.45 0.03 0.51 304.29 0.29 0.38
Hex 7D 45 79 0 2D 3 33 130 1D 26
Octal 175 105 171 0 55 3 63 460 35 46
Binary 1111101 1000101 1111001 0 101101 11 110011 100110000 11101 100110

Color Harmonies of #7D4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4579

Black with #7D4579

Text Example


Text Example

White with #7D4579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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