#714174

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

Shades of Eminence #714174

Tints of Eminence #714174

Color information

#714174 (or 0x714174) is unknown color: approx Eminence. HEX triplet: 71, 41 and 74. RGB value is (113,65,116). Sum of RGB (Red+Green+Blue) = 113+65+116=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #714174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714174 is #8EBE8B. Grayscale: #555555. Windows color (decimal): -9354892 or 7618929. OLE color: 7618929.

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

Color convert

RGB11365116-
CMYK0.030.4400.55
HSL296.47º28.18%35.49%-
HSV(B)296.47º43.97%45.49%-
XYZ11.858.5517.55-
YUV85.17145.4147.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=38.44%
G=22.11%
B=39.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113651160.030.4400.55296.4728.1835.49
Hex71417432C0371281c23
Octal1611011643540674503443
Binary11100011000001111010011101100011011110010100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714174; }

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

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

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

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

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

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

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

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