Html Css Color HEX #704771 Eminence

📋 copy color: '#704771'

red 112 ◦ green 71 ◦ blue 113

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

Shades of Eminence #704771

Tints of Eminence #704771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 37.84%
G = 23.99%
B = 38.18%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704771 (or 0x704771) is known color: Eminence. HEX triplet: 70, 47 and 71. RGB value is (112,71,113). Sum of RGB (Red+Green+Blue) = 112+71+113=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: blue. Hex color #704771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704771 is #8FB88E. Grayscale: #575757. Windows color (decimal): -9418895 or 7423856. OLE color: 7423856.

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

Color convert

RGB 112 71 113 -
CMYK 0.01 0.37 0 0.56
HSL 298.57º 0.23% 0.36% -
HSV(B) 298.57º 0.37% 0.44% -
XYZ 11.92 9.14 16.76 -
YUV 88.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 112 71 113 0.01 0.37 0 0.56 298.57 0.23 0.36
Hex 70 47 71 1 25 0 38 12B 17 24
Octal 160 107 161 1 45 0 70 453 27 44
Binary 1110000 1000111 1110001 1 100101 0 111000 100101011 10111 100100

Color Harmonies of #704771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704771

Black with #704771

Text Example


Text Example

White with #704771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704771; }

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

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

background-color css

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

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

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

border-color css

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

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

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