#714B71

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

Shades of Eminence #714B71

Tints of Eminence #714B71

Color information

#714B71 (or 0x714B71) is unknown color: approx Eminence. HEX triplet: 71, 4B and 71. RGB value is (113,75,113). Sum of RGB (Red+Green+Blue) = 113+75+113=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #714B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B71 is #8EB48E. Grayscale: #5A5A5A. Windows color (decimal): -9352335 or 7424881. OLE color: 7424881.

HSL color Cylindrical-coordinate representation of color #714B71: hue angle of 300º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B71 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11375113-
CMYK00.3400.56
HSL300º20.21%36.86%-
HSV(B)300º33.63%44.31%-
XYZ12.319.7416.85-
YUV90.69140.59143.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.54%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=37.54%
G=24.92%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137511300.3400.5630020.2136.86
Hex714B7102203812c1425
Octal1611131610420704542445
Binary1110001100101111100010100010011100010010110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714B71; }

 p { color: rgb(113,75,113); }

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

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

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

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

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

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

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