Html Css Color HEX #704671 Eminence

📋 copy color: '#704671'

red 112 ◦ green 70 ◦ blue 113

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

Shades of Eminence #704671

Tints of Eminence #704671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 37.97%
G = 23.73%
B = 38.31%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704671 (or 0x704671) is known color: Eminence. HEX triplet: 70, 46 and 71. RGB value is (112,70,113). Sum of RGB (Red+Green+Blue) = 112+70+113=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #704671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704671 is #8FB98E. Grayscale: #575757. Windows color (decimal): -9419151 or 7423600. OLE color: 7423600.

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

Color convert

RGB 112 70 113 -
CMYK 0.01 0.38 0 0.56
HSL 298.6º 0.23% 0.36% -
HSV(B) 298.6º 0.38% 0.44% -
XYZ 11.85 9.02 16.74 -
YUV 87.46 142.41 145.5 -
System Red Green Blue C M Y K H S L
Decimal 112 70 113 0.01 0.38 0 0.56 298.6 0.23 0.36
Hex 70 46 71 1 26 0 38 12B 17 24
Octal 160 106 161 1 46 0 70 453 27 44
Binary 1110000 1000110 1110001 1 100110 0 111000 100101011 10111 100100

Color Harmonies of #704671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704671

Black with #704671

Text Example


Text Example

White with #704671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704671; }

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

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

background-color css

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

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

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

border-color css

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

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

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