Html Css Color HEX #704D71 Eminence

📋 copy color: '#704D71'

red 112 ◦ green 77 ◦ blue 113

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

Shades of Eminence #704D71

Tints of Eminence #704D71

RGB

 RED value IS 112 (44.14% from 255) = 37.09%

 GREEN value IS 77 (30.47% from 255) = 25.5%

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

R = 37.09%
G = 25.5%
B = 37.42%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704D71 (or 0x704D71) is known color: Eminence. HEX triplet: 70, 4D and 71. RGB value is (112,77,113). Sum of RGB (Red+Green+Blue) = 112+77+113=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #704D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D71 is #8FB28E. Grayscale: #5B5B5B. Windows color (decimal): -9417359 or 7425392. OLE color: 7425392.

HSL color Cylindrical-coordinate representation of color #704D71: hue angle of 298.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704D71 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 113 -
CMYK 0.01 0.32 0 0.56
HSL 298.33º 0.19% 0.37% -
HSV(B) 298.33º 0.32% 0.44% -
XYZ 12.32 9.94 16.89 -
YUV 91.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 112 77 113 0.01 0.32 0 0.56 298.33 0.19 0.37
Hex 70 4D 71 1 20 0 38 12A 13 25
Octal 160 115 161 1 40 0 70 452 23 45
Binary 1110000 1001101 1110001 1 100000 0 111000 100101010 10011 100101

Color Harmonies of #704D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D71

Black with #704D71

Text Example


Text Example

White with #704D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704D71; }

 p { color: rgb(112,77,113); }

 H1.HeaderClassName
 {
   color: #704D71;
 }
 .AnyTagClassName
 {
   color: #704D71;
 }
</style>

background-color css

<style>
 a { background-color: #704D71; }

 a { background-color: rgb(112,77,113); }

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

border-color css

<style>
 span { border-color: #704D71; }

 span { border-color: rgb(112,77,113); }

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