Html Css Color HEX #704F71 Eminence

📋 copy color: '#704F71'

red 112 ◦ green 79 ◦ blue 113

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

Shades of Eminence #704F71

Tints of Eminence #704F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.99%

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

R = 36.84%
G = 25.99%
B = 37.17%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#704F71 (or 0x704F71) is known color: Eminence. HEX triplet: 70, 4F and 71. RGB value is (112,79,113). Sum of RGB (Red+Green+Blue) = 112+79+113=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #704F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F71 is #8FB08E. Grayscale: #5C5C5C. Windows color (decimal): -9416847 or 7425904. OLE color: 7425904.

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

Color convert

RGB 112 79 113 -
CMYK 0.01 0.30 0 0.56
HSL 298.24º 0.18% 0.38% -
HSV(B) 298.24º 0.3% 0.44% -
XYZ 12.46 10.23 16.94 -
YUV 92.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 112 79 113 0.01 0.30 0 0.56 298.24 0.18 0.38
Hex 70 4F 71 1 1E 0 38 12A 12 26
Octal 160 117 161 1 36 0 70 452 22 46
Binary 1110000 1001111 1110001 1 11110 0 111000 100101010 10010 100110

Color Harmonies of #704F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F71

Black with #704F71

Text Example


Text Example

White with #704F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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