Html Css Color HEX #7D4071 Eminence

📋 copy color: '#7D4071'

red 125 ◦ green 64 ◦ blue 113

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

Shades of Eminence #7D4071

Tints of Eminence #7D4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.19%

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

R = 41.39%
G = 21.19%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D4071 (or 0x7D4071) is known color: Eminence. HEX triplet: 7D, 40 and 71. RGB value is (125,64,113). Sum of RGB (Red+Green+Blue) = 125+64+113=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4071 is #82BF8E. Grayscale: #575757. Windows color (decimal): -8568719 or 7422077. OLE color: 7422077.

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

Color convert

RGB 125 64 113 -
CMYK 0 0.49 0.10 0.51
HSL 311.8º 0.32% 0.37% -
HSV(B) 311.8º 0.49% 0.49% -
XYZ 13.27 9.22 16.7 -
YUV 87.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 125 64 113 0 0.49 0.10 0.51 311.8 0.32 0.37
Hex 7D 40 71 0 31 A 33 138 20 25
Octal 175 100 161 0 61 12 63 470 40 45
Binary 1111101 1000000 1110001 0 110001 1010 110011 100111000 100000 100101

Color Harmonies of #7D4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4071

Black with #7D4071

Text Example


Text Example

White with #7D4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,64,113); }

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

background-color css

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

 a { background-color: rgb(125,64,113); }

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

border-color css

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

 span { border-color: rgb(125,64,113); }

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