Html Css Color HEX #704174 Eminence

📋 copy color: '#704174'

red 112 ◦ green 65 ◦ blue 116

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

Shades of Eminence #704174

Tints of Eminence #704174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 38.23%
G = 22.18%
B = 39.59%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704174 (or 0x704174) is known color: Eminence. HEX triplet: 70, 41 and 74. RGB value is (112,65,116). Sum of RGB (Red+Green+Blue) = 112+65+116=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #704174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704174 is #8FBE8B. Grayscale: #545454. Windows color (decimal): -9420428 or 7618928. OLE color: 7618928.

HSL color Cylindrical-coordinate representation of color #704174: hue angle of 295.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #704174 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 65 116 -
CMYK 0.03 0.44 0 0.55
HSL 295.29º 0.28% 0.35% -
HSV(B) 295.29º 0.44% 0.45% -
XYZ 11.72 8.49 17.54 -
YUV 84.87 145.57 147.35 -
System Red Green Blue C M Y K H S L
Decimal 112 65 116 0.03 0.44 0 0.55 295.29 0.28 0.35
Hex 70 41 74 3 2C 0 37 127 1C 23
Octal 160 101 164 3 54 0 67 447 34 43
Binary 1110000 1000001 1110100 11 101100 0 110111 100100111 11100 100011

Color Harmonies of #704174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704174

Black with #704174

Text Example


Text Example

White with #704174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704174; }

 p { color: rgb(112,65,116); }

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

background-color css

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

 a { background-color: rgb(112,65,116); }

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

border-color css

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

 span { border-color: rgb(112,65,116); }

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