Html Css Color HEX #704975 Eminence

📋 copy color: '#704975'

red 112 ◦ green 73 ◦ blue 117

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

Shades of Eminence #704975

Tints of Eminence #704975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 37.09%
G = 24.17%
B = 38.74%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#704975 (or 0x704975) is known color: Eminence. HEX triplet: 70, 49 and 75. RGB value is (112,73,117). Sum of RGB (Red+Green+Blue) = 112+73+117=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #704975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704975 is #8FB68A. Grayscale: #595959. Windows color (decimal): -9418379 or 7686512. OLE color: 7686512.

HSL color Cylindrical-coordinate representation of color #704975: hue angle of 293.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704975 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 73 117 -
CMYK 0.04 0.38 0 0.54
HSL 293.18º 0.23% 0.37% -
HSV(B) 293.18º 0.38% 0.46% -
XYZ 12.28 9.49 18.02 -
YUV 89.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 112 73 117 0.04 0.38 0 0.54 293.18 0.23 0.37
Hex 70 49 75 4 26 0 36 125 17 25
Octal 160 111 165 4 46 0 66 445 27 45
Binary 1110000 1001001 1110101 100 100110 0 110110 100100101 10111 100101

Color Harmonies of #704975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704975

Black with #704975

Text Example


Text Example

White with #704975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704975; }

 p { color: rgb(112,73,117); }

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

background-color css

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

 a { background-color: rgb(112,73,117); }

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

border-color css

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

 span { border-color: rgb(112,73,117); }

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