#714677

Color #714677 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #714677

Tints of Eminence #714677

Color information

#714677 (or 0x714677) is unknown color: approx Eminence. HEX triplet: 71, 46 and 77. RGB value is (113,70,119). Sum of RGB (Red+Green+Blue) = 113+70+119=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #714677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714677 is #8EB988. Grayscale: #585858. Windows color (decimal): -9353609 or 7816817. OLE color: 7816817.

HSL color Cylindrical-coordinate representation of color #714677: hue angle of 292.65º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #714677 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11370119-
CMYK0.050.4100.53
HSL292.65º25.93%37.06%-
HSV(B)292.65º41.18%46.67%-
XYZ12.339.2218.58-
YUV88.44145.25145.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=37.42%
G=23.18%
B=39.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113701190.050.4100.53292.6525.9337.06
Hex7146775290351251a25
Octal1611061675510654453245
Binary111000110001101110111101101001011010110010010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714677; }

 p { color: rgb(113,70,119); }

 H1.HeaderClassName
 {
   color: #714677;
 }
 .AnyTagClassName
 {
   color: #714677;
 }
</style>
background-color css

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

 a { background-color: rgb(113,70,119); }

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

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

 span { border-color: rgb(113,70,119); }

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