Html Css Color HEX #704674 Eminence

📋 copy color: '#704674'

red 112 ◦ green 70 ◦ blue 116

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

Shades of Eminence #704674

Tints of Eminence #704674

RGB

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

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

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

R = 37.58%
G = 23.49%
B = 38.93%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704674 (or 0x704674) is known color: Eminence. HEX triplet: 70, 46 and 74. RGB value is (112,70,116). Sum of RGB (Red+Green+Blue) = 112+70+116=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #704674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704674 is #8FB98B. Grayscale: #575757. Windows color (decimal): -9419148 or 7620208. OLE color: 7620208.

HSL color Cylindrical-coordinate representation of color #704674: hue angle of 294.78º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704674 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 70 116 -
CMYK 0.03 0.40 0 0.55
HSL 294.78º 0.25% 0.36% -
HSV(B) 294.78º 0.4% 0.45% -
XYZ 12.02 9.09 17.64 -
YUV 87.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 112 70 116 0.03 0.40 0 0.55 294.78 0.25 0.36
Hex 70 46 74 3 28 0 37 127 19 24
Octal 160 106 164 3 50 0 67 447 31 44
Binary 1110000 1000110 1110100 11 101000 0 110111 100100111 11001 100100

Color Harmonies of #704674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704674

Black with #704674

Text Example


Text Example

White with #704674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704674; }

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

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

background-color css

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

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

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

border-color css

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

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

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