Html Css Color HEX #704972 Eminence

📋 copy color: '#704972'

red 112 ◦ green 73 ◦ blue 114

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

Shades of Eminence #704972

Tints of Eminence #704972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 37.46%
G = 24.41%
B = 38.13%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704972 (or 0x704972) is known color: Eminence. HEX triplet: 70, 49 and 72. RGB value is (112,73,114). Sum of RGB (Red+Green+Blue) = 112+73+114=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #704972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704972 is #8FB68D. Grayscale: #595959. Windows color (decimal): -9418382 or 7489904. OLE color: 7489904.

HSL color Cylindrical-coordinate representation of color #704972: hue angle of 297.07º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #704972 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 73 114 -
CMYK 0.02 0.36 0 0.55
HSL 297.07º 0.22% 0.37% -
HSV(B) 297.07º 0.36% 0.45% -
XYZ 12.1 9.42 17.1 -
YUV 89.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 112 73 114 0.02 0.36 0 0.55 297.07 0.22 0.37
Hex 70 49 72 2 24 0 37 129 16 25
Octal 160 111 162 2 44 0 67 451 26 45
Binary 1110000 1001001 1110010 10 100100 0 110111 100101001 10110 100101

Color Harmonies of #704972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704972

Black with #704972

Text Example


Text Example

White with #704972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704972; }

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

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

background-color css

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

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

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

border-color css

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

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

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