#714771

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

Shades of Eminence #714771

Tints of Eminence #714771

Color information

#714771 (or 0x714771) is unknown color: approx Eminence. HEX triplet: 71, 47 and 71. RGB value is (113,71,113). Sum of RGB (Red+Green+Blue) = 113+71+113=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #714771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714771 is #8EB88E. Grayscale: #585858. Windows color (decimal): -9353359 or 7423857. OLE color: 7423857.

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

Color convert

RGB11371113-
CMYK00.3700.56
HSL300º22.83%36.08%-
HSV(B)300º37.17%44.31%-
XYZ12.049.2116.77-
YUV88.35141.91145.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=38.05%
G=23.91%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137111300.3700.5630022.8336.08
Hex71477102503812c1724
Octal1611071610450704542744
Binary1110001100011111100010100101011100010010110010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714771; }

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

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

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

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

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

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

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

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