#714876

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

Shades of Eminence #714876

Tints of Eminence #714876

Color information

#714876 (or 0x714876) is unknown color: approx Eminence. HEX triplet: 71, 48 and 76. RGB value is (113,72,118). Sum of RGB (Red+Green+Blue) = 113+72+118=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #714876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714876 is #8EB789. Grayscale: #595959. Windows color (decimal): -9353098 or 7751793. OLE color: 7751793.

HSL color Cylindrical-coordinate representation of color #714876: hue angle of 293.48º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #714876 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11372118-
CMYK0.040.3900.54
HSL293.48º24.21%37.25%-
HSV(B)293.48º38.98%46.27%-
XYZ12.49.4518.31-
YUV89.5144.08144.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=37.29%
G=23.76%
B=38.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113721180.040.3900.54293.4824.2137.25
Hex7148764270361251825
Octal1611101664470664453045
Binary111000110010001110110100100111011011010010010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714876; }

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

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

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

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

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

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

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

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