#714874

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

Shades of Eminence #714874

Tints of Eminence #714874

Color information

#714874 (or 0x714874) is unknown color: approx Eminence. HEX triplet: 71, 48 and 74. RGB value is (113,72,116). Sum of RGB (Red+Green+Blue) = 113+72+116=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #714874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714874 is #8EB78B. Grayscale: #595959. Windows color (decimal): -9353100 or 7620721. OLE color: 7620721.

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

Color convert

RGB11372116-
CMYK0.030.3800.55
HSL295.91º23.4%36.86%-
HSV(B)295.91º37.93%45.49%-
XYZ12.289.4117.69-
YUV89.28143.08144.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=37.54%
G=23.92%
B=38.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113721160.030.3800.55295.9123.436.86
Hex7148743260371281725
Octal1611101643460674502745
Binary11100011001000111010011100110011011110010100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714874; }

 p { color: rgb(113,72,116); }

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

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

 a { background-color: rgb(113,72,116); }

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

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

 span { border-color: rgb(113,72,116); }

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